华为链路聚合配置命令
SWA:
vlan batch 110 210
#
lacp priority 100
#
interface Vlanif110
ip address 172.25.110.1 255.255.255.0
#
interface Vlanif210
ip address 192.168.210.1 255.255.255.0
#
interface MEth0/0/1
#
interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
mode lacp-static
max active-linknumber 3
interface GigabitEthernet0/0/21
eth-trunk 1
#
interface GigabitEthernet0/0/22
eth-trunk 1
lacp priority 100
#
interface GigabitEthernet0/0/23
eth-trunk 1
lacp priority 100
#
interface GigabitEthernet0/0/24
eth-trunk 1
SWB:
#
vlan batch 110 210
interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
mode lacp-static
#
interface Eth-Trunk2
port link-type trunk
port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/1
port link-type access
port default vlan 210
#
interface GigabitEthernet0/0/2
port link-type access
port default vlan 210
interface GigabitEthernet0/0/18
eth-trunk 2
#
interface GigabitEthernet0/0/19
eth-trunk 2
#
interface GigabitEthernet0/0/20
eth-trunk 2
#
interface GigabitEthernet0/0/21
eth-trunk 1
#
interface GigabitEthernet0/0/22
eth-trunk 1
#
interface GigabitEthernet0/0/23
eth-trunk 1
SWC :
vlan batch 110 210
interface Eth-Trunk2
port link-type trunk
port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/1
port link-type access
port default vlan 110
#
interface GigabitEthernet0/0/2
port link-type access
port default vlan 110
#
interface GigabitEthernet0/0/18
eth-trunk 2
#
interface GigabitEthernet0/0/19
eth-trunk 2
#
interface GigabitEthernet0/0/20
eth-trunk 2
#启用聚合链路,动态模式
interface Eth-Trunk1
mode lacp
#相应端口划入聚合链路中
interface GigabitEthernet1/0/30
eth-trunk 1
interface GigabitEthernet1/0/31
eth-trunk 1
建议做动态模式,就是在ethTrunk里面开启lacp。然后接口的其他配置都做在Eth-Trunk1中。
首先进入系统视图
system-view
创建eth-trunk接口
interface Eth-Trunk 1
然后在Eth-Trunk逻辑口上执行undo portswitch命令,把聚合链路从二层转换到三层
undo portswitch
华为交换机三层链路聚合配置
一般是不能再逻辑接口上配置ip地址的,可以直接通过起svi,然后在svi上配置地址,将eth-trunk接口配置成trun,将相应的VLAN允许通过,很好的解决了需求。
将三层接口加入到eth-trunk中
interface GigabitEthernet 0/0/1
eth-trunk 1
华为交换机三层链路聚合配置
检查配置结果
display interface eth-trunk 1
华为交换机三层链路聚合配置
7
另一个交换机同上一样的配置步骤
华为交换机配置命令大全
duplex:配置端口工作状态。speed:配置端口工作速率。flow-control:配置端口流控。mdi:配置端口平接扭接。port link-type:设置端口工作模式。undo shutdown:激活端口。链路聚合配置命令:link-aggregation group:创建聚合组。port link-aggregation group:将端口加入聚合组。端口镜像配置命令:monitor-port...
cisco以太链路聚合 使用的命令?
聚合是将一些端口聚合在一起,命令如下 R1#vlan database R1(vlan)#vlan 2 R1(vlan)#exit R1#configure terminal R1(config)#int range fastethernet 0\/1 - 4 R1(config-int-range)#switchport access vlan 2 R1(config-int-range)#channel-group 1 mode on R2#vlan database R2(vlan)#...
...Packet Tracer5.3做链路聚合生成树协议配置,配置ip interface的交换...
要做链路聚合有几个要求:1.要关闭生成树 2.端口类型要相同 3.要是连续的端口 命令如图:
海康交换机配置命令代码
switch(config)# vlan 10 switch(config-vlan)# name sales switch(config-vlan)# exit 3. 配置端口:switch(config)# interface gigabitethernet 1\/0\/1 switch(config-if)# switchport mode access switch(config-if)# switchport access vlan 10 switch(config-if)# exit 4. 配置链路聚合:switch...
CISCO 链路聚合的怎么回事??求原理 求配置命令!
port-group brief Port-group number : 2 Number of ports in port-group : 2 Maxports in port-channel = 8 Number of port-channels : 1 Max port-channels : 1 switchB# 第五步:使用ping命令验证 使用PC1 ping PC2 交换机A 交换机B 结果 原因 0\/0\/1 0\/0\/3 通 链路聚合组连接...
请教网络高手,Windows下如何配置链路聚合?
第六步:在远端交换机上为这个链路聚合创建VLAN,如下: -> vlan 10 port default 1 可以使用show linkagg 命令来查看的静态链路聚合设置。也可以使用show linkagg port 命令来显示特定端口的信息。 2、 删除静态链路聚合 删除一个静态链路聚合,使用no static linkagg 命令,例如从交换机配置中删除静态链路聚合5,...
Linux系统如何配置链路聚合,实现流量负载均衡?
答:1、配置链路聚合的命令是:nmcli connection add type team con-name team0 ifname team0 autoconnect yes config '{"runner": {"name": "activebackup"}}'译为:nmcli connection 添加 类型 team(组队) 配置文件名 team0 网卡...
如何使用华三交换机上的“lacp”配置?
LACP链路聚合,分静态聚合还有动态聚合静态聚合组配置命令创建二层聚合端口,聚合组默认工作在静态聚合模式[Switch] interface bridge-aggregation interface-number将以太网端口加入聚合组[Switch-Ethernet1\/0\/1] port link-aggregation group number动态聚合组配置命令创建二层聚合端口[Switch] interface bridge-...
华为静态链路聚合配置
华为链路聚合分为两种:● 手动负载均衡模式:在这种模式下,Eth-Trunk的建立、成员接口的加入都是手工配置的,没有协议的参与。在该模式下所有活动链路都参与数据转发,平均分坦流量。如果某条活动链路出现故障,链路聚合组自动在剩余的活动链路上平均分配流量。● LACP模式:在LACP模式中,链路两端的设备...
华为交换机配置lacppriority100命令作用是什么?
华为交换机配置lacppriority100命令用于设置系统或接口LACP优先级。此命令允许用户指定在链路聚合组中设备的优先级。通过设置较高的优先级,设备可被选为链路聚合组的主动端,优先级的主动端设备决定活动接口。undo lacppriority命令恢复设备LACP优先级至默认设置。在以太网接口视图下,需先确保接口已加入静态...