1442
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
T
RIGGER
C
OMMANDS
TYPE
MEMORY
type memory
Overview
This command configures a trigger to activate based on RAM usage level. Selecting
the
up
option causes the trigger to activate when memory usage exceeds the
specified level. Selecting the
down
option causes the trigger to activate when
memory usage drops below the specified level. Selecting
any
causes the trigger to
activate in both situations. The default is
any
.
Syntax
type memory <
1-100
> [up|down|any]
Mode
Trigger Configuration
Examples
To configure trigger
12
to be a memory trigger that activates when memory usage
exceeds 50% use the following commands:
awplus#
configure terminal
awplus(config)#
trigger 12
awplus(config-trigger)#
type memory 50 up
To configure trigger
40
to be a memory trigger that activates when memory usage
either rises above or drops below 65%, use the following commands:
awplus#
configure terminal
awplus(config)#
trigger 40
awplus(config-trigger)#
type memory 65
or
awplus#
configure terminal
awplus(config)#
trigger 40
awplus(config-trigger)#
type memory 65 any
Related
Commands
show trigger
trigger
Parameter
Description
<
1-100
>
The percentage of memory usage at which to trigger.
up
Activate when memory usage exceeds the specified level.
down
Activate when memory usage drops below the specified level.
any
Activate when memory usage passes the specified level in either
direction.