C613-50631-01 Rev A Command Reference for IE340 Series 3367
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
TRIGGER COMMANDS
DAY
Examples To permit trigger 55 to activate on the 1 June 2019, use the commands:
awplus# configure terminal
awplus(config)# trigger 55
awplus(config-trigger)# day 1 jun 2019
To permit trigger 12 to activate on Mondays, Wednesdays and Fridays, use the
commands:
awplus# configure terminal
awplus(config)# trigger 12
awplus(config-trigger)# day monday wednesday friday
To permit trigger 17 to activate on the 5th day of any month, in any year, use the
commands:
awplus# configure terminal
awplus(config)# trigger 17
awplus(config-trigger)# day 5
To permit trigger 6 to activate on the 20th day of September, in any year, use the
commands:
awplus# configure terminal
awplus(config)# trigger 6
awplus(config-trigger)# day 20 september
To permit trigger 14 to activate on the 1st day of each month, in any year, at
11.00am, use the commands:
awplus# configure terminal
awplus(config)# trigger 14
awplus(config-trigger)# day 1
awplus(config-trigger)# type time 11:00
Related
commands
show trigger
type time
trigger
Command
changes
Version 5.4.8-2.1: day of the month functionality added