D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 3 Aggregate Port
Configuration
3-6
DES-7200(config-if)# end
Caution
Only L3 switch support L3 AP.
You shall create a L3 AP before adding the interface to the L3
AP by executing port-group command.
The example below shows how to add the interface gigabitEthernet 0/1-3 to L3
AP:
DES-7200# configure terminal
DES-7200(config)# interface range gigabitEthernet 0/1-3
DES-7200(config-if)# no switchport
DES-7200(config-if)# port-group 2
3.2.5 Configuring Traffic
Balancing on an
Aggregate Port
In the configuration mode, configure traffic balancing on the AP by performing
the following steps:
Command Function
DES-7200(config)#
aggregateport load-balance
{dst-mac | src-mac |
src-dst-mac | dst-ip | src-ip |
src-dst-ip }
Set the AP traffic balancing and select the
algorithm:
dst-mac: Distribute traffic according to the
destination MAC addresses of the incoming
packets.
src-mac: Distribute traffic according to the source
MAC addresses of the incoming packets.
src-dst-mac: Distribute traffic according to the
combination of the source MAC addresses and
destination MAC addresses of the incoming
packets.
src-ip: Distribute traffic according to the source IP
addresses of the incoming packets.
dst-ip: Distribute traffic according to the destination
IP addresses of the incoming packets.
src-dst-ip: Distribute traffic according to the
combination of the source IP addresses and
destination IP addresses of the incoming packets.
To restore the traffic balancing configuration of an AP to the default value,
execute the no aggregateport loag-balance command in the global
configuration mode: