Setup guide
SmartSwitch 6A000 Installation and Setup Guide 3-7
Configuring the Switch Using the Console
3.2.3 Console Time-out
The console can be configured to exit if it does not sense a key stroke within a defined length of time. By default, the
SmartSwitch 6A000 is set to never time-out (value = 0). To activate the time-out feature, use the
set ConsoleTimeOut
command to adjust the time-out period:
SmartSwitch # set consoletimeout
Timeout(0) : 30 —Will time-out in 30 minutes without input
Confirm (y/N)? : y
SmartSwitch #
3.2.4 Creating an Alias
Use the add alias command to create shorter or easier-to-remember names for command lines. For example:
SmartSwitch # add alias
AliasName() : traffic
AliasedString() : set switchtrafficcongestion
SmartSwitch #
The above example creates an alias (traffic) that you can enter in place of the command set
SwitchTrafficCongestion
. For example:
SmartSwitch # traffic
Queue1EFCIThreshold(4096) :
Queue2EFCIThreshold(4096) :
Queue3EFCIThreshold(4096) :
Queue4EFCIThreshold(4096) :
LowEPDWatermark(10922) :
HighEPDWatermark(21845) :
RMCellMarkingEnable(1) :
EFCIMarkingEnable(1) :
SmartSwitch #
Enter the show alias command to display a list of all defined aliases and the command lines to which they correspond.
:SmartSwitch # show alias
AliasName(ALL) :
Alias List
==============================================================================
Index Alias Name : Aliased Command
1 PING : Start ping
2 xxx : show portconfig
3 traffic : set switchtrafficcongestion
SmartSwitch #