KTI Networks KS-2262 Switch User Manual


 
211
set description
Syntax:
set description <range> <description>
Description:
To set up the human readable description of all ports.
Argument:
range syntax: 1,5-7, available from 1 to 26
description: set its port description, max 47 characters
Possible value:
<range>: 1 to 26
Example:
FEL2SW-26(port)# set description 1-26 testport
---------------------------
set flow-control
Syntax:
set flow-control <range> <symmetric|asymmetric>
Description:
To set up the flow control function of all ports.
Argument:
<range>:port range, syntax 1,5-7, available from 1 to 26
<symmetric>: set its flow control as symmetric
<asymmetric>: set its flow control as asymmetric
Possible value:
<range>: 1 to 26
<symmetric|asymmetric>:symmetric or asymmetric
Example:
FEL2SW-26 (port)# set flow-control 3-6 symmetric
---------------------------
set speed-duplex
Syntax:
set speed-duplex <range> <auto>|[<10|100|1000> <half|full>]
Description:
To set up the speed and duplex of all ports.
Argument:
<range>:port range, syntax 1,5-7, available from 1 to 26
<port-speed>:
auto : set auto-negotiation mode
10 : set speed to 10M
100 : set speed to 100M
1000 : set speed to 1000M
<port-duplex> :
half : set to half duplex
full : set to full duplex
Possible value:
<range>: 1 to 26
<port-speed> : auto, 10, 100, 1000
<port-duplex> : full, half
Example:
FEL2SW-26 (port)# set speed-duplex 8 100 full