华为交换机间链路聚合

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

一、命令行

SW1

interface Vlan 10
ip address 192.168.1.1 255.255.255.0
#
interface Eth-Trunk1
port link-type trunk
port trunk all vlan all
#
interface GigabitEthernet0/0/4
eth-trunk 1
#
interface GigabitEthernet0/0/5
eth-trunk 1
SW2

同上

二、建立顺序

  1. 建立eth-trunk

  2. 把接口划到eth-trunk中。

三、拓展

两台SW之间,最多可做多少条链路的聚合?

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

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