no [description|time-rule]
no description
no time-rule days [sunday|monday|tuesday|wednesday|thursday|friday|saturday|all|weekends|weekdays]
no <PARAMETERS>
no <PARAMETERS> | Removes the schedule policy‘s settings based on the parameters passed |
The following example displays the schedule policy ‘test‘ settings before the ‘no‘ commands have been executed:
nx9500-6C8809(config-schedule-policy-test)#show context schedule-policy test description "Denies social networking sites on weekdays." time-rule days weekdays start-time 10:00 end-time 23:30 nx9500-6C8809(config-schedule-policy-test)#
The following example displays the schedule policy ‘test‘ settings after the ‘no‘ commands have been executed:
nx9500-6C8809(config-schedule-policy-test)#no description
nx9500-6C8809(config-schedule-policy-test)#no time-rule days weekdays
nx9500-6C8809(config-schedule-policy-test)#show context schedule-policy test nx9500-6C8809(config-schedule-policy-test)#