Page 1 of 1

How to configure switchport for trunking Hyper-v

Posted: Mon Sep 26, 2011 12:18 pm
by daniel
Hereby a good URL about configuring a trunk on a Cisco switch for a Hyper-V system

Here

Just in case here an example of the command line:

Code: Select all

en
conf t
interface GigabitEthernet0/1
description ** Uplink to Hyper-V windows box **
switchport trunk allowed vlan 1,2200
switchport mode trunk
!

:idea:

Posted: Mon Sep 26, 2011 12:22 pm
by Darco

Posted: Mon Sep 26, 2011 12:24 pm
by daniel
Yes, indeed some nice info.
Hereby some more good stuff as well:

http://nickhills.com/wp/2009/11/hyper-v-teaming-vlans-and-trunking/