菜单
本页目录

拓扑图

QQ_1732532029879.png

SW2

vlan batch 10
int Gigabitethernet 0/0/2
port li hy
port hy pvid vlan 10
port hy un vlan 10 
quit
interface Vlanif10
 ip address 1.1.1.2 255.255.255.0
#
e-trunk 23
 peer-address 1.1.1.3 source-address 1.1.1.2
#
interface Eth-Trunk23
 mode lacp-static
 max bandwidth-affected-linknumber 6
 max active-linknumber 6
 e-trunk 23
#
interface GigabitEthernet0/0/1
 eth-trunk 23

SW3

vlan batch 10
int Gigabitethernet 0/0/2
port li hy
port hy pvid vlan 10
port hy un vlan 10 
quit
interface Vlanif10
 ip address 1.1.1.3 255.255.255.0
#
e-trunk 23
 priority 99
 peer-address 1.1.1.2 source-address 1.1.1.3
#
interface Eth-Trunk23
 mode lacp-static
 max bandwidth-affected-linknumber 6
 max active-linknumber 6
 e-trunk 23
#
interface GigabitEthernet0/0/1
 eth-trunk 23

SW1

interface Eth-Trunk1
 mode lacp-static
 max bandwidth-affected-linknumber 6
 max active-linknumber 6
#
interface GigabitEthernet0/0/1
 eth-trunk 1
#
interface GigabitEthernet0/0/2
 eth-trunk 1