聚合链路实验

Manual模式:

1
2
3
4
5
6
7
8
interface Eth-Trunk1
#
interface Ethernet0/0/1
eth-trunk 1
#
interface Ethernet0/0/2
eth-trunk 1
#

LACP模式:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#主设备
lacp priority 100
#
interface Eth-Trunk1
mode lacp-static
max active-linknumber 2
#
interface Ethernet0/0/1
eth-trunk 1
#
interface Ethernet0/0/2
eth-trunk 1
lacp priority 100
#
interface Ethernet0/0/3
eth-trunk 1
lacp priority 100

三层聚合:

1
2
3
4
5
6
7
8
9
10
#
interface Eth-Trunk1
undo portswitch
ip address 10.0.0.1 255.255.255.0
#
interface GigabitEthernet0/0/0
eth-trunk 1
#
interface GigabitEthernet0/0/1
eth-trunk 1