C613-50631-01 Rev A Command Reference for IE340 Series 3392
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
TRIGGER COMMANDS
TYPE
INTERFACE
type interface
Overview 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 Configuration
Example To configure trigger 19 to be an interface trigger that activates when port1.0.1
becomes operational, use the following commands:
awplus# configure terminal
awplus(config)# trigger 19
awplus(config-trigger)# type interface port1.0.1 up
Related
commands
show trigger
trigger
Parameter Description
<interface> Interface name.
up Activate when interface becomes operational.
down Activate when the interface closes.
any Activate when any interface link status event occurs.