INSERT INTO tag_types (id, asset_type_id, name) VALUES (400, 0, 'IP Address'); INSERT INTO tag_types (id, asset_type_id, name) VALUES (401, 0, 'VIP Range'); INSERT INTO tags (asset_id, tag_type_id, value) VALUES (100, 400, '192.168.231.68'), (100, 401, '192.168.231.128-137'), (101, 400, '192.168.231.69'), (101, 401, '192.168.231.83-92'), (102, 400, '192.168.231.70'), (102, 401, '192.168.231.93-102'), (103, 400, '192.168.231.71'), (103, 401, '192.168.231.103-112'), (104, 400, '192.168.231.72'), (104, 401, '192.168.231.123-127'), (105, 400, '192.168.231.80'), (105, 401, '192.168.231.138-147'), (106, 400, '192.168.231.74'), (106, 401, '192.168.231.148-157'), (107, 400, '192.168.231.82'), (107, 401, '192.168.231.158-167') ;