Scheduling an executive summary report using the CLI

Prev Next

Follow these steps to schedule an executive summary report using the CLI.

Command syntax

You schedule an executive summary report

by using the report schedule command with the following command-line options

type executive_summary

report_format pdf

Prerequisites

To schedule an executive summary report with email notification:
  1. Schedule an executive summary report by using the following command:

    report schedule run <frequency> type executive_summary report_format pdf time_frame <timeFrame> transport <type>

    The recurring report is asigned an identification number. The report ID, type, and specifications are added to the top of the scheduled reports list.

    hostname (config) # report schedule run monthly on end-of-month at 2359 type executive_summary report_format pdf time_frame past_month transport file Created report schedule 4.

    After the scheduled report runs, the report file is emailed using the configured email server and recipient list.

  2. Verify the configuration for the report schedule.

    hostname (config) # show report schedule
    
    Periodicity      MonthDay       WeekDay  Time    Transport Command
      4 monthly      end-of-month   -        23:59   file      executive_summary 
                                                               report_format csv
                                                               time_frame past_month
    Total reporting jobs scheduled: 1.