START TRANSACTION;
UPDATE pandora.tnetwork_component
SET module_enabled=1
WHERE name='Cisco _nameOID_ power state';
COMMIT;