Trigger Commands
©2008 Allied Telesis Inc. All rights reserved.
61.16
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
type interface
This command configures a trigger to activate based on the link status of an interface. The
trigger can be activated when the interface becomes operational by using the
up
option, or
when the interface closes by using the
down
option. The trigger can also be configured to
activate when either one of these events occurs by using the
any
option.
Syntax
type interface
<interface>
[
up
|
down
|
any
]
Mode
Trigger mode.
Examples
To configure trigger 19 to be an interface trigger that activates when switchport 1.1.2 becomes
operational, use the following commands:
awplus(config)#
trigger 19
awplus(config-trigger)#
type interface 1.1.2 up
Related Commands
show trigger
trigger
Parameter
Description
<interface>
Interface name. This can be the name of a switch port, an
eth-management port, or a VLAN.
up
Activate when interface becomes operational.
down
Activate when the interface closes.
any
Activate when any interface link status event occurs.