43
This command is used to set the storm control rate. The packet storms that
could be controlled are broadcast, multicast, and unicast flooding traffic. And
the rate is counted with packet per second(pps), not bit per second(bps).
storm-control bc-rate x command is used to set rate limit for broadcast traffic.
“x” is the limit rate number, and its valid value is 0-7. (0:disable, 1:1Kpps,
2:2Kpps, 3:4Kpps, 4:8Kpps, 5:16Kpps, 6:32Kpps, 7:64Kpps)
storm-control mc-rate x command is used to set rate limit for multicast traffic.
“x” is the limit rate number, and its valid value is 0-7. (0:disable, 1:1Kpps,
2:2Kpps, 3:4Kpps, 4:8Kpps, 5:16Kpps, 6:32Kpps, 7:64Kpps)
storm-control fc-rate x command is used to set rate limit for unicast flooding
traffic. “x” is the limit rate number, and its valid value is 0-7. (0:disable, 1:1Kpps,
2:2Kpps, 3:4Kpps, 4:8Kpps, 5:16Kpps, 6:32Kpps, 7:64Kpps)
32 trunk command
This command is used to enable trunk function of the switch. And no trunk
comand can be used to disable it.
The trunk function for the switch works with LACP protocol. The system priority
of LACP is set by “lacp” command. And the settings on ports is done in
“interface” command.
33 username command
This command is used to set the username and password for administrator and
guest.
username admin www xxx yyy zzz command is used to set the username
and password for administrator. “www” is the old username. “xxx” is the old
password. “yyy” is the new username. “zzz” is the new password.
username guest yyy zzz command is used to set the username and password
for guest. “yyy” is the new username. “zzz” is the new password.
Administrator is the user who has the right to do configuration modification.
Guest is the user who has the right to view configuration only.
34 vlan command
This command is used to enter VLAN configuring mode. And the prompt will
become ...
(config)# vlan database
(config-vlan)#
The operations for VLAN are configured in VLAN configuring mode. Please
refer to 6.2.5 VLAN Configuring Commands section for the details.