首先感谢您提前尝试解决我的问题。
我正在尝试将 HyperV 和 QNAP 服务器上的 4 个 NIC 组合到我的交换机 Cisco 2960X,以便更快地获得 4Gbps 数据传输速率来备份数据。
我已经实现了一些在互联网上找到的配置,但它们都没有给我 4Gbps,它们只是显示接口的速度是 1Gbps。
sh int port-channel 3 status
Port Name Status Vlan Duplex Speed Type
Po3 QNAP EtherChannel connected 1 a-full a-1000
这是我的配置:
interface Port-channel3
description QNAP EtherChannel
switchport mode access
interface range GigabitEthernet1/0/9-12
description QNAP EtherChannel
switchport mode access
speed 1000
duplex full
channel-protocol lacp
channel-group 3 mode active
有人对此有经验吗?
谢谢
