华为HCIA实验-三层静态LACP

王哥哥 网络学习 4,371 次浏览 没有评论

拓扑图

创建链路聚合组10

[AR1]int Eth-Trunk 1

[AR1-Eth-Trunk1]undo portswitch     //开启三层

[AR1-Eth-Trunk1]ip address 12.1.1.1 24    //配置IP

 

[AR2]int Eth-Trunk 1

[AR2-Eth-Trunk1]undo portswitch

[AR2-Eth-Trunk1]ip add 12.1.1.2 24

设置链接聚合模式为LACP

[AR1-Eth-Trunk1]mode lacp-static

[AR2-Eth-Trunk1]mode lacp-static

将接口加入聚合组10

[AR1-Eth-Trunk1]trunkport GigabitEthernet 0/0/0 to 0/0/2

[AR2-Eth-Trunk1]trunkport GigabitEthernet 0/0/0 to 0/0/2

查看命令

[AR2]dis eth-trunk 1

[AR2]dis ip interface brief

几个接口都合并成一个了,所以只显示一个。

其他的优先级之类的操作和前面二层是一样的,这里就不做实验了。

发表回复

Go