Link to home
Start Free TrialLog in
Avatar of JesusFreak42
JesusFreak42

asked on

Network Teaming Windows Server 2008 R2 HP Proliant and CIsco 3750-X

Hello,
    I have an HP  ProLiant with Windows server 2008 R2 on it and a new Cisco 3750-x. The four ports are teamed through HP's network teaming utility and set to auto. How do I configure the switch to take advantage of that?
ASKER CERTIFIED SOLUTION
Avatar of Jody Lemoine
Jody Lemoine
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JesusFreak42
JesusFreak42

ASKER

Will 802.3ad work?
interface GigabitEthernet1/0/43
 switchport mode access
 channel-group 1 mode active
!
interface GigabitEthernet1/0/44
 switchport mode access
 channel-group 1 mode active
!
interface GigabitEthernet1/0/45
 switchport mode access
 channel-group 1 mode active
!
interface GigabitEthernet1/0/46
 switchport mode access
 channel-group 1 mode active

port-channel load-balance src-dst-ip


I added the switchport setting because another article suggested it. However, whether or not I have that setting in there, the network was first identified as "public". I was able to change it to "work" but it shoud be "domain."
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Everything is working and I will follow up on another question about the network settings in Windows. Thanks!