美文网首页
华为交换机s5730s与h3c交换机s5500端口聚合连接

华为交换机s5730s与h3c交换机s5500端口聚合连接

作者: 有事找叮当 | 来源:发表于2021-06-18 13:03 被阅读0次

h3c交换机配置如下

interface Bridge-Aggregation1
 link-aggregation mode dynamic

interface GigabitEthernet3/0/47
 port link-mode bridge
 port link-aggregation group 1
#               
interface GigabitEthernet3/0/48
 port link-mode bridge
 port link-aggregation group 1

查看

display link-aggregation verbose


华为交换机配置如下

interface Eth-Trunk2
 port link-type access
 port default vlan 1011
 mode lacp
 max active-linknumber 1

interface GigabitEthernet0/0/23
 description to-wakuang-switch-47         
 eth-trunk 2
#
interface GigabitEthernet0/0/24
 description to-wakuang-switch-48
 eth-trunk 2

查看

display eth-trunk 2 拔掉其中一个 网线自动切换主备

image.png

相关文章

网友评论

      本文标题:华为交换机s5730s与h3c交换机s5500端口聚合连接

      本文链接:https://www.haomeiwen.com/subject/blmkyltx.html