【华为S5700交换机】链路聚合配置

前端之家收集整理的这篇文章主要介绍了【华为S5700交换机】链路聚合配置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

华为S5700的手工链路聚合配置


1、建立 eth-trunk ID

2、将配置eth-trunl的link-type为trunk

3、设置允许通过的vlan

4、将端口加入eth-trunk


配置实例:


#

int eth-trunk 1

port link-type trunk

port trunk allow vlan 10 to 100

#

int g0/0/1

eth-trunk 1

#int g0/0/2

eth-trunk 1

#

return



验证命令:

dis trunkmembership 验证是否创建成功,端口是否加入

dis eth-trunk 1 查看eth-trunk 1的配置

原文链接:https://www.f2er.com/javaschema/285901.html

猜你在找的设计模式相关文章