Reduce power supplied to ports – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 2015
Triggers Configuration
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
76.9
Reduce Power Supplied to Ports
The following configuration allows you to conserve power by using the eco-friendly LPI
(Low Power Idle) feature to reduce power supplied to the ports during non-work hours.
See the
command for a detailed command description and command
examples. See the section
“Save Power With the Eco-Friendly Feature” on page 1.32
.
■
Trigger 6 activates at 5.30pm and runs a script called LPIon.scp. This script adds
commands to reduce power to all the ports.
■
Trigger 7 activates at 8.30am and runs the script called LPIoff.scp. This script removes
the configuration specified by LPIon.scp.
1.
Create the LPIon.scp script
Create a configuration script with the commands that are executed when the trigger
conditions are met. You can either create the configuration script using the CLI with
the
command or create a script on a PC then load it onto your device using the
command. The configuration script for this example is:
2.
Create the LPIoff.scp script
Create a script to remove the configuration specified in the LPIon.scp file. The
configuration script for this example is:
3.
Configure trigger 6
To create trigger 6, use the commands:
Set the trigger to activate at 5:30pm, by using the command:
Set the trigger to activate on Monday, Tuesday, Wednesday, Thursday and Friday:
!
enable
configure terminal
ecofriendly lpi
exit
exit
!
!
enable
configure terminal
no ecofriendly lpi
exit
exit
!
awplus#
configure terminal
awplus(config)#
trigger 6
awplus(config-trigger)#
type time 17:30
awplus(config-trigger)#
day mon tue wed thur fri