Starting a scan

Prev Next

Use the commands in this section to start or schedule a scan using the CLI.

To start a scan:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. To start a pre-scan:

     fmps scan start scanID prescan
  3. To start a continuous scan:

    hostname (config) # fmps scan start scanID continuous
  4. To start an on-demand (scan now) scan:

    hostname (config) # fmps scan start scanID now
  5. Save your changes:

    hostname (config) # write memory