Command Manual - Port
Quidway S6500 Series Ethernet Switches Chapter 1 Ethernet Port Configuration Commands
Huawei Technologies Proprietary
1-2
Example
# Enable 20% broadcast cast to pass, i.e. 80% broadcast storm suppression is made
on broadcast traffic of port.
[Quidway-Ethernet1/0/1] broadcast-suppression 20
1.1.2 copy configuration
Syntax
copy configuration source { interface-type interface-number | interface-name |
aggregation-group agg-id1 } destination { interface_list [ aggregation-group agg-id ]
| aggregation-group agg-id2 }
View
System view
Parameter
interface_type: Source port type.
interface_num: Source port number.
interface_name: Source port name, in the format of interface_name = interface_type
interface_num. For more information, see the parameter item for the interface
command.
agg-id1: Source aggregation group ID, ranging from 1 to 384. The port with minimum
port number is the source port.
interface_list: Destination port list, interface_list1 = { interface_type interface_num |
interface_name } [ to { interface_type interface_num | interface_name } ] &<1-10>.
&<1-10> indicates that the former parameter can be input 10 times repeatedly at most.
agg-id2: Destination aggregation group ID, ranging from 1 to 384.
Description
Using the copy configuration command, you can copy the configuration of a specific
port to other ports, to ensure consistent configuration.
Example
# Copy the configuration of aggregation group 1 to aggregation group 2.
[Quidway] copy configuration source aggregation-group 1 destination
aggregation-group 2