Clear the Cisco Umbrella device ID

If the Cisco Umbrella device ID being used by your Connect EZ 2 is invalid, you can clear the device ID.

 

  Command line

  1. Select the device in Remote Manager and click Actions > Open Console, or log into the Connect EZ 2 local command line as a user with full Admin access rights.

    Depending on your device configuration, you may be presented with an Access selection menu. Type admin to access the Admin CLI.

  2. At the Admin CLI prompt, use the rm command to delete the web-filter-id file, and confirm the deletion:
    > rm /etc/config/web-filter-id
    rm: remove '/etc/config/web-filter-id'? yes
    >
  3. Restart the web filtering service:
    > config firewall web-filter enable false
    > config firewall web-filter enable true
    >