40
weighting.
26 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.
27 rate-limit command
This command is used to define the unit and operation mode of rate limit
operation. The unit could be 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)
rate-limit mode command is used to disable “Packet Drop of Ingress Limit”
function. When Ingress traffic rate exceeds Ingress Rate Limit, the switch can
drop packets or pause the traffic. If packet drop is enabled, flow control of ports
will be disabled and packets could be dropped. If packet drop is disabled, flow
control of ports will be enabled and pause frame will be sent when ingress traffic
rate exceeds the limit. “no rate-limit mode” command can be used to enable
it.
28 snmp-server command
This command is used to configure SNMP operation of the switch.
Entering “snmp-server ?”, the sub-commands will be shown.
(config)# snmp-server ?
<1-5> Index of Trap
community Defines SNMP community access string
contact Sets the system contact string
location Sets the system location string
username Sets the snmpv3 user informations
version Sets the snmp version
snmp-server community get xxx command is used to set the community
string of get command for SNMP operation. “xxx” is the community string.