Scheduling a scan using the CLI

Prev Next
To schedule a scan:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. To reschedule a scan that runs daily:

    fmps scan schedule scanID type daily time HH:mm

    where HH is the hour (01-24) and mm is the minute (01-59).

  3. To reschedule a scan that runs weekly:

    fmps scan schedule scanID type weekly day day time HH:mm

    where day is Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, or Saturday; HH is the hour (01-24), and mm is the minute (01-59).

  4. Save your changes:

    hostname (config) # write memory