Trigger Commands
©2008 Allied Telesis Inc. All rights reserved.
61.18
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
type periodic
This command configures a trigger to be activated at regular intervals. The time period
between activations is specified in minutes.
Syntax
type periodic
<1-1440>
Mode
Trigger mode.
Examples
To configure trigger 44 to activate periodically at 10 minute intervals use the following
commands:
awplus(config)#
trigger 44
awplus(config-trigger)#
type periodic 10
Related Commands
show trigger
trigger
type ping-poll
This command configures a trigger that activates when Ping Polling identifies that a target
device’s status has changed. This allows you to run a configuration script when a device
becomes reachable or unreachable.
Syntax
type ping-poll
<1-100> {
up
|
down
}
Mode
Trigger mode.
Examples
To configure trigger 106 to activate when ping poll 12 detects that its target device is now
unreachable, use the following commands:
awplus(config)#
trigger 106
awplus(config-trigger)#
type ping-poll 12 down
Related Commands
show trigger
trigger
Parameter
Description
<1-1440>
The number of minutes between activations.
Parameter
Description
<1-100>
The ping poll ID.
up
The trigger activates when ping polling detects that the target is reachable.
down
The trigger activates when ping polling detects that the target is unreachable.