建立Cisco Switch的 Port Channel使用於 Windows 2012 NIC
Server-C2960G-48TC-L#en
Server-C2960G-48TC-L#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Server-C2960G-48TC-L(config)#int port-chan 2
Server-C2960G-48TC-L(config-if)#switchport mode trunk
Server-C2960G-48TC-L(config-if)#exit
Server-C2960G-48TC-L(config)#int gi 0/12
Server-C2960G-48TC-L(config-if)#shutdown
Server-C2960G-48TC-L(config-if)#switchport mode trunk
Server-C2960G-48TC-L(config-if)#channel-group 2 mode active
Server-C2960G-48TC-L(config-if)#no shdown
Server-C2960G-48TC-L(config-if)#exit
Server-C2960G-48TC-L(config)#int gi 0/10
Server-C2960G-48TC-L(config-if)#shutdown
Server-C2960G-48TC-L(config-if)#switchport mode trunk
Server-C2960G-48TC-L(config-if)#channel-group 2 mode active
Server-C2960G-48TC-L(config-if)#no shdown
使用以下指令查看是否建立成功
Server-C2960G-48TC-L#sh interfaces etherchannel