Trigger Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
61.17
type memory
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 value is
any
.
Syntax
type memory
<1-100> [
up
|
down
|
any
]
Mode
Trigger mode.
Examples
To configure trigger 12 to be a memory trigger that activates when memory usage exceeds
50% use the following commands:
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(config)#
trigger 40
awplus(config-trigger)#
type memory 65
or
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.