How to configure switchport for trunking Hyper-v
Posted: Mon Sep 26, 2011 12:18 pm
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:

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
!
