To configure a manual link aggregation group on the 3Com switch, the prototypical configuration is as follows:
[Switch] link-aggregation group 1 mode manual
[Switch] interface GigabitEthernet1/0/1
[Switch-GigabitEthernet1/0/1] stp edged-port enable
[Switch-GigabitEthernet1/0/1] port link-aggregation group 1
[Switch-GigabitEthernet1/0/1] interface GigabitEthernet1/0/2
[Switch-GigabitEthernet1/0/2] shutdown
[Switch-GigabitEthernet1/0/2] stp edged-port enable
[Switch-GigabitEthernet1/0/2] port link-aggregation group 1
Display the switch configuration and be sure that â lacp enableâ does not appear in the configuration of either of these interfaces, as it might if you have previously configured a static link aggregation group. Enabling these interfaces as stp edged ports makes them go into forwarding mode more rapidly when the server is rebooted or the interfaces are brought up. Shutting down the second interface prevents networking problems on the server while NIC Teaming is being set up.
To set up NIC teaming, I suggest a console or iLO connection to the server to avoid the intermittent or lost connectivity that will occur using RDP. Be sure that any static IP addresses are removed from the individual Local Area Connections before setting up the team. Now using the Network Configuration Utility, team the two NICs. Open the properties of the Team. On the Teaming Controls tab, set the Team Type Selection to â Switch-assisted Load Balancing with Faulty Tolerance (SLB).â Set the Transmit Load Balancing Method to â Destination IP Address.â Click OK to accept the configuration changes. The Network Configuration Utility will create a new miniport visible in the Network Connections control panel (accessible from the Network and Sharing Center). HP recommends configuring static IP addressing on this miniport, again to reduce the delay before network connectivity is available to the operating system when the server is restarted.
Now undo shutdown on interface GigabitEthernet1/0/2 and the team should become active. In the Network Configuration Utility, the team icon should change color from yellow to green. On the switch, the command â display link-aggregation verbose 1â should indicate that the Loadsharing Type is â Sharâ (Loadsharing). Both local ports should have status â Sâ (Selected) and an identical numeric key.
One problem that I found occasionally, mainly with the use of static link aggregation groups, was that the second port in the group would have status â Uâ (Unselected) and the Loadsharing Type would be â NonSâ (Non-Loadharing). In these cases the numeric keys of the two ports would invariably be different. The only way I found to fix this was to shut down the second interface, remove all of the link aggregation configuration commands, i.e. â undo link-aggregation group 1,â and, if necessary, on the interfaces â undo lacp enable,â and then start over with the link aggregation configuration.