Basic Operation Guide 2014/02

Example 100 A pair of jobs that disable PoE during non-working hours.
Switch(config)# job poe-on at 8:00 on mon-fri config-save "interface 1-24 power-over-ethernet"
Switch(config)# job poe-off at 17:00 on mon-fri config-save "no interface 1-24 power-over-ethernet"
Example 101 A pair of jobs that block access to a server during weekends.
Switch(config)# ip access-list extended block-server
Switch(config-ext-nacl)# deny ip any host 10.0.1.80
Switch(config-ext-nacl)# permit ip any any
Switch(config-ext-nacl)# exit
Switch(config)# job allow at 8:00 on mon config-save "no interface 1-24 ip access-group block-server in"
Switch(config)# job deny at 17:00 on fri config-save " interface 1-24 ip access-group block-server in"
Example 102 A job that blinks the Chassis Locate LED when the switch reboots.
Switch(config)# job reboot-led at reboot "chassislocate blink"
Example 103 A job that reboots the switch on the first day of each year.
Switch(config)# job annual-reboot at 2:00 on 1/1 boot
Job Scheduler show command
Display a list of scheduled jobs or details of a single job.
Syntax
HP_Switch # show job <Name>
136 Software Management