Time-based QoS rules example
This example illustrates how to configure time-based QoS rules on a SteelHead.
You want to create two recurring jobs, each undoing the other, using the standard job CLI command. One sets the daytime cap on throughput or a low minimum guarantee, and the other then removes that cap or sets a higher minimum guarantee.
steelhead (config) # job 1 date-time hh:mm:ss year/month/day "Start time"
steelhead (config) # job 1 recurring 864000 "Occurs once a day"
steelhead (config) # job 1 command 1 <command>
steelhead (config) # job 1 command 2 <command2> "Commands to set daytime cap"
steelhead (config) # job 1 enable
steelhead (config) # job 2 date-time hh:mm:ss year/month/day "Start time"
steelhead (config) # job 2 recurring 864000 "Occurs once a day"
steelhead (config) # job 2 command 1 <command>
steelhead (config) # job 2 command 2 <command2> "Commands to remove daytime cap"
steelhead (config) # job 2 enable