Type memory, Type memory < 1-100 > [up|down|any – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 2043
Trigger Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
77.23
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 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:
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:
or
Related Commands
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.
awplus#
configure terminal
awplus(config)#
trigger 12
awplus(config-trigger)#
type memory 50 up
awplus#
configure terminal
awplus(config)#
trigger 40
awplus(config-trigger)#
type memory 65
awplus#
configure terminal
awplus(config)#
trigger 40
awplus(config-trigger)#
type memory 65 any