华为模拟器链路聚合三个交换机的配置
发布网友
发布时间:2022-04-20 02:46
我来回答
共1个回答
热心网友
时间:2023-09-09 16:54
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