Deleting a scan

Prev Next
To delete a scan with confirmation:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Delete scan 10:

    hostname (config) # fmps scan delete 10
    hostname (config) # Delete scan 10? y
  3. Save your changes:

    hostname (config) # write memory
To delete a scan with no confirmation:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Delete scan 10:

    hostname (config) # fmps scan delete 10 noconfirm
  3. Save your changes:

    hostname (config) # write memory