Chapter 6. Manage / Configure the Switch
57
24 rate-limit command
This command is used to set the ingress and egress rate limit level of the interface port(s). The working rate limit
number is counted with (rate limit level)x(rate limit unit). The rate limit unit is set by “rate-limit unit x” command
in general configuring mode (under “(config)#” prompt). And the rate-limit level is set by this command.
rate-limit input level x command is used to specify the ingress rate-limit level of the interface port(s). “x” is the
level number and its valid value is 0~31. If “x”=0, it means “no limit”.
rate-limit output level x command is used to specify the egress rate-limit level of the interface port(s). “x” is the
level number and its valid value is 0~31. If “x”=0, it means “no limit”.
25 shutdown command
This command is used to disable the interface port(s).
shutdown command is used to disable the interface port(s).
no shutdown command is used to enable it.
26 spanning-tree command
This command is used to configure spanning tree function on interface port(s).
(config-if)# spanning-tree ?
cost Specifies spanning tree cost
edge-port Specifies spanning tree edge port
port-priority Specifies spanning tree port priority
spanning-disabled Disables the spanning tree
spanning-tree cost x command is used to set spanning tree port path cost value on the interface port(s). It is used to
determine the best path between devices if looping happens. Lower values will be forwarded and should be assigned
to ports with fast connections. Higher values will be blocked and should be assigned to ports with slow connections.
“x” is the cost value and its valid value is 1~65535. The suggestion values are 100(50~600) for 10M, 19(10~60) for
100M and 4(3~10) for 1000M connections.