User`s manual

71
DWS-1008 User’s Manual
D-Link Systems, Inc.
Conguring and Managing Ports and VLANs
To cycle the display to the next set of statistics, press the Spacebar. In this example,
packet statistics are displayed next:
Port Status Rx Unicast Rx NonUnicast Tx Unicast Tx NonUnicast
=============================================================
1 Up 54620 62144 68318 62556
...
Conguring Load-Sharing Port Groups
A port group is a set of physical ports that function together as a single link and provide load
sharing and link redundancy. Only network ports can participate in a port group.
You can congure up to 8 ports in a port group, in any combination of ports. The port numbers
do not need to be contiguous.
Load Sharing
A DWS-1008 switch balances the port group trafc among the group’s physical ports by
assigning trafc ows to ports based on the trafc’s source and destination MAC addresses.
The switch assigns a trafc ow to an individual port and uses the same port for all subsequent
trafc for that ow.
Link Redundancy
A port group ensures link stability by providing redundant connections for the same link. If
an individual port in a group fails, the switch reassigns trafc to the remaining ports. When
the failed port starts operating again, the switch begins using it for new trafc ows. Trafc
that belonged to the port before it failed continues to be assigned to other ports.
Conguring a Port Group
To congure a port group, use the following command:
set port-group name group-name port-list mode {on | off}
Enter a name for the group and the ports contained in the group. The mode parameter adds
or removes ports for a group that is already congured.
To modify a group:
Adding ports - Enter the ports you want to add, then enter mode on.
• Removing ports - Enter the ports you want to remove, then enter mode off.
To congure a port group named server1 containing ports 1 through 5 and enable the link,
type the following command:
DWS-1008# set port-group name server1 1-5 mode on
success: change accepted.