User`s manual

27
21. queue command
This command is used to select traffic scheduling mode (strict priority or weight
round robin). If WRR is selected, weighting of each queue is also set with this
command.
Entering “queue ?”, the sub-commands will be shown.
(config)# queue ?
bandwidth Assigns WRR weights to QoS priority queues
mode Assigns priority queues
queue bandwidth x y z command is used to set the weighting of Normal,
Medium, and High priority queues for WRR operation. (Low priority queue is
always weight1). “x” is the weighting of Normal priority queue. “y” is the
weighting of Medium priority queue. z” is the weighting of High priority queue.
And their valid number is 0~3. (0:weight1 / 1:weight2 / 2:weight4 / 3:weight8).
queue mode strict/wrr command is used to select the traffic scheduling mode.
If “strict” is selected, the higher priority queue always get bandwidth service
first. If “wrr” is selected, bandwidth is shared between queues with their
weighting.
22. radius-server command
This command is used to configure the settings for RADIUS Server. The
settings will be used in 802.1x operation.
Entering “radius-server ?”, the sub-commands will be shown.
(config)# radius-server ?
host Sets the port as a host port
key Sets the RADIUS encryption key
port Sets the RADIUS server network port
radius-server host x.x.x.x command is used to set the IP address of RADIUS
Server for 802.1x operation. x.x.x.x” is the IP address.
radius-server key xxx command is used to set the security key to handshake
with RADIUS Server. xxx” is the key string.
radius-server port x command is used to set the communication port of
RADIUS Server. “x” is the port number and its valid value is 1~65535.
23. rate-limit command
This command is used to define the unit for rate limit operation. The unit could
be from 128Kbps to 30Mbps. And the rate limit on each port is done with the
level number of each port multiplied with this unit.
rate-limit unit x command is used to set the unit for rate limit operation. x” is
the unit number and its valid value is 128-30000. (Kbps)
24. snmp-server command
This command is used to configure SNMP operation of the switch.