MES1000, MES2000 Ethernet Switches
77
no storm-control include
unknown-unicast
Disable unknown unicast traffic control.
storm-control broadcast
enable
-/default
Enable broadcast traffic control.
no storm-control broadcast
enable
Disable broadcast traffic control.
storm-control broadcast
logging
-/default
Enables broadcast storm logging. Multicast and unicast traffic
logging is not performed.
Enabling storm logging disables SQinQ rule
configuration for that interface.
no storm-control broadcast
logging
Disables broadcast storm logging.
storm-control broadcast
level kbps
rate
(1..1000000)/
3500 kbps
Define the maximum transfer rate for broadcast, multicast or
unknown unicast traffic.
no port storm-control
broadcast level
Restore the default value.
EXEC mode commands
Command line request in EXEC mode appears as follows:
console#
Table 5.45 —EXEC mode commands
Command
Value
Action
show storm-control
[
gigabitethernet
gi_port
|
fastethernet
fa_port
]
gi_port: {1..3/0/1..28};
fa_port: {1..3/0/1..24}
Show broadcast storm control configuration for the selected
port or all ports.
Example execution of commands
Enable broadcast, multicast or unknown unicast traffic control for Ethernet interface 15. Define the
maximum transfer rate 5000 kbps for controlled traffic.
console#
configure
console(config)#
interface gigabitethernet
1/0/15
console(config-if)#
storm-control broadcast enable
console(config-if)#
storm-control include-multicast
console(config-if)#
storm-control include-multicast unknown-unicast
console(config-if)#
storm-control broadcast level kbps
5000
5.13
Link Aggregation Groups (LAG)
Switches support up to 8 Ethernet interfaces in one LAG port group and up to 8 LAG groups on the
standalone device or device stack. Each port group should include Ethernet interfaces operating at the
same speed in full-duplex mode. Aggregation of ports into group will allow to increase the link bandwidth
between the communicating devices and to increase the robustness. The switch interprets the port group
as a single logical port.
Device supports two port group operation modes—static group and LACP managed protocol group.
For description of LACP protocol group, see the corresponding section of the manual.
To add the interface into a group, you have to restore the default interface settings, if they
were modified.
You can add interfaces into link aggregation group in the Ethernet interface configuration mode
only.