You can use the report pdf command to create a new pdf report.
report pdf <name> {basic|custom|detailed|email|email-report|frequency|netpercentile|password|vc-axis-unit}
To create a basic pdf report:
(config)# no report pdf <name>
report pdf <name> basic {aps|network|tcp|health|sla|subnets|edge-cache|voip|prioritization|flows}
To create a detailed pdf report:
report pdf <name> detailed {appliance|interface|peer|pps|subnet|vcircuit}
To specify the time range for a report that will be available for on-demand generation:
report pdf <name> frequency on-demand {last_60_minutes|last_24_hours|last_7_days|last_30_days|last_12_months|current_hour|today|this_week|this_month|this_year|last_hour|yesterday|last_week|last_month|last_year|custom}
E X A M P L E Custom pdf on-demand time range report pdf myreport frequency on-demand custom report pdf myreport custom start "2014/05/12 16" report pdf myreport custom end "2014/05/23 16" |
To specify the time range for a report that will be scheduled for emailing:
report pdf <name> frequency scheduled {hourly|daily|weekly|monthly|custom_daily|custom_weekly|custom_monthly}
E X A M P L E Scheduled daily report with custom time range of 9:00am-6:00pm report pdf myreport frequency scheduled custom_daily report pdf myreport custom-daily start 9:00 report pdf myreport custom-daily end 18:00 |
E X A M P L E Scheduled weekly report with custom time range of Monday - Friday report pdf myreport frequency scheduled custom_weekly report pdf myreport custom-weekly start Mon report pdf myreport custom-weekly end Fri |
E X A M P L E Scheduled monthly report with custom time range of 1st-15th of the month report pdf myreport frequency scheduled custom_monthly report pdf myreport custom-monthly start 1 report pdf myreport custom-monthly end 15 |
To specify email recipients (optional for on-demand reports):
report pdf <name> email <email address>
![]() |
Note Reports scheduled to be generated hourly or for the last hour cannot be emailed on-demand. |
---|
To password protect the pdf file:
report pdf <name> password <password>
To force a report to be emailed immediately:
report pdf <name> email-report
E X A M P L E Create a custom time-range PDF report that is emailed to a recipient report pdf MyFullReport |
|
|