Best Practise Cisco VLAN Config with Intel NIC and Hyper-V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 06:20 AM - edited 03-06-2019 07:52 AM
Hi,
I'm trying to set up an Microsoft Hyper-V 2.0 (Server 2008 R2 X64) Server with VLAN Tagging on Fault Tolerance Intel Network Team (Intel ET Dual Pro NIC) with Virtual Message Queueing.
Is there an ideal configuration for my cisco 3750e ports?
My 3750 Switch is Stacked and my ports have the following config.
interface GigabitEthernet1/0/5
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
spanning-tree bpduguard enable
And
interface GigabitEthernet2/0/5
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
spanning-tree bpduguard enable
Thanx for Helping me out.
DJITS
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 11:32 AM
Hello Diederik,
your configuration is good if the teaming is of type active/standby with only one NIC used.
if the teaming algorithm wants to use both NICs you need to setup an etherchannel and to put both NICs on same switch or same stack.
the best choice for active/active teaming are bundles using LACP. this requires both endpoints to talk LACP on member links.
LACP = 802.1AD
So I suggest you to check intel website looking for what their teaming does.
see for example
http://www.intel.com/support/network/sb/cs-009747.htm
Hope to help
Giuseppe
