华三S5120V2-28P-SI与Windows Server2016端口聚合对接

1、Windows设置–打开服务器管理器,点击本地服务器—-NIC组合

2.打开NIC组合页面,点任务,新建组,组名自定义,再选要捆绑的网卡

3.修改聚合的模式为LACP,负载平衡为动态,点应用,确定

4.确定后,网络连接页面里多了一个适配器

5.服务器的配置到此已经结束

6.华三S5120V2-28P-SI交换机端口聚合配置

#
interface Bridge-Aggregation 9
description [5-8]to x3650
port access vlan 2
link-aggregation mode dynamic

#interface GigabitEthernet1/0/5
description x3650_function2
port access vlan 2
port link-aggregation group 9
#
interface GigabitEthernet1/0/6
description x3650_function1
port access vlan 2
port link-aggregation group 9
#
interface GigabitEthernet1/0/7
description x3650_function0
port access vlan 2
port link-aggregation group 9
#
interface GigabitEthernet1/0/8
description x3650_function3
port access vlan 2
port link-aggregation group 9
#

查看一下端口聚合的参数

<h3c-1>display interface Bridge-Aggregation 9
Bridge-Aggregation9
Current state: UP
IP packet frame type: Ethernet II, hardware address: 38ad-be39-6f62
Description: [5-8]to x3650
Bandwidth: 4000000 kbps
4Gbps-speed mode, full-duplex mode
Link speed type is autonegotiation, link duplex type is autonegotiation
PVID: 2
Port link-type: Access
Tagged VLANs: None
Untagged VLANs: 2
Last clearing of counters: Never
Last 300 seconds input: 0 packets/sec 428 bytes/sec 0%
Last 300 seconds output: 5 packets/sec 836 bytes/sec 0%
Input (total): 24517 packets, 7677986 bytes
19001 unicasts, 299 broadcasts, 5217 multicasts, 0 pauses
Input (normal): 24517 packets, – bytes
19001 unicasts, 299 broadcasts, 5217 multicasts, 0 pauses
Input: 0 input errors, 0 runts, 0 giants, 0 throttles
0 CRC, 0 frame, – overruns, 0 aborts
– ignored, – parity errors
Output (total): 151923 packets, 22905026 bytes
19077 unicasts, 13213 broadcasts, 119633 multicasts, 0 pauses
Output (normal): 151923 packets, – bytes
19077 unicasts, 13213 broadcasts, 119633 multicasts, 0 pauses
Output: 0 output errors, – underruns, – buffer failures
0 aborts, 0 deferred, 0 collisions, 0 late collisions
0 lost carrier, – no carrier

到此就配置结束