freq

Use the freq command to configure maintenance cycle frequency.

freq ((daily everyday|weekday|weekend)|(weekly <Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday>)|(monthly week of month,(Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday))|never)

Parameters

daily Specify a value to run the daily maintenance. Possible values for daily are: everyday, weekday, weekend.
weekly Specify a day of the week to run the weekly maintenance.
monthly

week of month

Specify a week to run the monthly maintenance and the day of the week to start the cycle.
Numeric value to represent the week of a month. Valid values are 1-4. For example, maintain_cycle# freq monthly 1,Tuesday
never Do not run the maintenance cycle.

Example

The following example configures the maintenance cycle to run weekly on Sunday.

EWC.extremenetworks.com::maintain_cycle# freq weekly sunday

The following example configures the maintenance cycle to run on the first week of the month, starting on Tuesday.

EWC.extremenetworks.com::maintain_cycle# # freq monthly 1,Tuesday