User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 297
Format kron occurrence <name> {at <hh:mm> {<1-31> <month> <2000-2037>| <DAY> {oneshot | recurring}|
oneshot | recurring} | in <ddd:hh:mm> {oneshot | recurring}}
Default None
Mode Global Config
5.4.13.2. no kron occurrence <name>
This command deletes a scheduler event by the specific name.
Format no kron occurrence <name>
Mode Global Config
5.4.13.3. policy-list <name>
This command associates a policy list with an occurrence. When the occurrence is fired, the policy-list will be
executed. Maximum 16 policy-lists could be added into an occurrence.
Format policy-list <name>
Default None
Parameter
Definition
<name>
Specifies an occurrence name.
at
Date of the kron occurrence.
<hh:mm>
Time of the day for the occurrence.
<1-31>
Day of the month.
<month>
Month of the year, for example, jan, feb, and so on.
<2000-2037>
Specifies the year.
<DAY>
Day of the week, for example, mon, tue, and so on.
oneshot
Schedule the kron occurrence exactly once.
recurring
Schedule the kron occurrence repeatedly.
in
Delta time to kron occurrence.
<ddd:hh:mm>
The day, hour, and minutes in the format ddd:hh:mm. The valid range is as
follows: ddd: 0-999; hh: 0-23; mm: 0-59.