beautypg.com

2 console time-out, 3 creating an alias, Console time-out -10 – Cabletron Systems 6A000 User Manual

Page 28: Creating an alias -10

background image

2-10 SmartCell 6A000 User Guide

Using the Console

Switch Installation and Setup

2p›F

When you accept the (

all

) default for

show

, the information displayed is often

abridged.

2.5.2

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
SmartCell 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:

SmartCell ZX # set consoletimeout

Timeout(0) : 30

Confirm (y/N)? : y

SmartCell ZX #

2.5.3

Creating an Alias

Use the

add alias

command to create shorter or easier-to-remember names for command lines. For example:

SmartCell ZX # add alias

AliasName() : traffic

AliasedString() : set switchtrafficcongestion

SmartCell ZX #

The above example creates an alias (

traffic

) that can be entered in place of the command

set

SwitchTrafficCongestion

. For example:

SmartCell ZX # traffic

Queue1EFCIThreshold(4096) :

Queue2EFCIThreshold(4096) :

Queue3EFCIThreshold(4096) :

Queue4EFCIThreshold(4096) :

LowEPDWatermark(10922) :

HighEPDWatermark(21845) :

RMCellMarkingEnable(1) :

EFCIMarkingEnable(1) :

SmartCell ZX #

Enter the

show alias

command to display a list of all defined aliases and the command lines to which they correspond.

:SmartCell ZX # show alias

AliasName(ALL) :

Alias List

==============================================================================

Index Alias Name : Aliased Command

1 PING : Start ping

2 xxx : show portconfig

3 traffic : set switchtrafficcongestion

SmartCell ZX #