IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 系统运维 -> 链路聚合实验(PT模拟器) -> 正文阅读

[系统运维]链路聚合实验(PT模拟器)

链路聚合:

链路聚合:

链路聚合 (Link Aggregation),也称为端口捆绑、端口聚集或链路聚集,链路聚合是将多个端口聚合在一起形成1个汇聚组,以实现出/入负荷在各成员端口中的分担。从外面看起来,1个汇聚组好像就是1个端口。

优点:

提高链路带宽

提高可靠性:同组成员彼此动态备份

要求:

加入链路聚合的端口的带宽,速度,vlan等设置都要一样

链路聚合手工模式LACPPAGP
名称链路聚合控制协议(IEEE802.3ad)端口聚合协议
开放性开放标准思科私有
标准Etherchannel and IEEE 802.3adEtherchannel
模式Static On ModeActive/PassiveAuto/Desirable

SW1和SW2的f0/20-f0/23作为链路聚合的端口,PC1和PC2作为vlan1互相通信:

https://s2.loli.net/2022/05/08/NoFb9XLlYGTP2fv.png

SW1:

Switch(config)#int range f 0/20-23  #设置f0/20-23端口四个端口设置LACP
Switch(config-if-range)#channel-protocol lacp #设置链路聚合控制协议为LACP(默认值),LACP为标准协议,pagp为思科私有
Switch(config-if-range)#switchport trunk encapsulation dot1q  #设置帧格式为dot1q,Pt模拟器只有在三层交换机支持,二层教交换机不支持
Switch(config-if-range)#switchport mode trunk  #设置为trunk模式
Switch(config-if-range)#channel-group 1 mode active  #设置指定端口组为1,信道ID为1,模式为active模式,两边只要至少一边时active模式即可

Switch(config-if)#int port-channel 1  #创建捆绑接口,就是用channel-group 1加入的相同ID的物理接口,捆绑成一个逻辑接口
Switch(config-if)#switchport trunk encapsulation dot1q #PT模拟器二层交换机不支持,可以不用设置
Switch(config-if)#switchport mode trunk  #设置捆绑接口为trunk模式
Switch(config-if)#switchport trunk allowed  vlan all #trunk默认允许所有vlan通过
Switch(config)#show interfaces port-channel 1  #查看捆绑端口的信息,三层交换机可以查看

SW2也是同样的配置:

SW1:

Switch(config)#int range f 0/20-23 
Switch(config-if-range)#switchport trunk encapsulation dot1q  
Switch(config-if-range)#switchport mode trunk
Switch(config-if-range)#channel-group 1 mode active

Switch(config-if)#int port-channel 1  #创建捆绑接口,就是用channel-group 1加入的相同ID的物理接口,捆绑成一个逻辑接口
Switch(config-if)#switchport trunk encapsulation dot1q #PT模拟器二层交换机不支持,可以不用设置
Switch(config-if)#switchport mode trunk  #设置捆绑接口为trunk模式
Switch(config-if)#switchport trunk allowed  vlan all #trunk默认允许所有vlan通过

查看端口通道信息:

https://s2.loli.net/2022/05/08/Xmg7BGSby5a8kiK.png

Switch#show etherchannel port-channel 
                Channel-group listing:
                ----------------------

Group: 1
----------
                Port-channels in the group:
                ---------------------------

Port-channel: Po1    (Primary Aggregator)
------------

Age of the Port-channel   = 00d:04h:03m:59s
Logical slot/port   = 2/1       Number of ports = 4
GC                  = 0x00000000      HotStandBy port = null
Port state          = Port-channel 
Protocol            =   LACP
Port Security       = Disabled

Ports in the Port-channel:

Index   Load   Port     EC state        No of bits
------+------+------+------------------+-----------
  0     00     Fa0/23   Active             0
  0     00     Fa0/20   Active             0
  0     00     Fa0/21   Active             0
  0     00     Fa0/22   Active             0
Time since last port bundled:    00d:04h:02m:35s    Fa0/22
Switch#
Switch#

查看聚合链路状态:

Switch#show etherchannel summary
Flags:  D - down        P - in port-channel
        I - stand-alone s - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port

Number of channel-groups in use: 1
Number of aggregators:           1

Group  Port-channel  Protocol    Ports
------+-------------+-----------+----------------------------------------------

1      Po1(SU)           LACP   Fa0/20(P) Fa0/21(P) Fa0/22(P) Fa0/23(P)

https://s2.loli.net/2022/05/08/rPOC1GVxjQfHYkU.png

两个PC互PING:

https://s2.loli.net/2022/05/08/EQpMlAr8SvJf9Ck.png

链路状态:

交换机之间的线路被捆绑成一个逻辑链路,不会被STP阻断,所有的链路都是开启状态。

https://s2.loli.net/2022/05/08/yYHKuhNf3Odvt6z.png

手工模式:

https://s2.loli.net/2022/05/08/DRgydN5rcZaPYfh.png

设置如图上所示

手工模式设置链路聚合,在设置好端口聚合之前要先把端口关闭,设置好之后再打开端口:

Switch(config)#int range f0/3-4
Switch(config-if-range)#shutdown
Switch(config-if-range)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to administratively down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down

Switch(config-if-range)#channel-group 1 mode on
Switch(config-if-range)#
Creating a port-channel interface Port-channel 1

Switch(config-if-range)#no shutdown 

Switch(config-if-range)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface Port-channel1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up

sw1:

查看链路信息:

Switch#show etherchannel summary 
Flags:  D - down        P - in port-channel
        I - stand-alone s - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port

Number of channel-groups in use: 1
Number of aggregators:           1

Group  Port-channel  Protocol    Ports
------+-------------+-----------+----------------------------------------------

1      Po1(SU)           -      Fa0/1(P) Fa0/2(P)  p代表加入链路汇聚成功,H代表热备份,lacp最多支持8+8备份模式

查看汇聚端口:

Switch#show etherchannel port-channel 1
                Channel-group listing:
                ----------------------

Group: 1
----------
                Port-channels in the group:
                ---------------------------

Port-channel: Po1
------------

Age of the Port-channel   = 00d:00h:05m:01s
Logical slot/port   = 2/1       Number of ports = 2
GC                  = 0x00000000      HotStandBy port = null
Port state          = Port-channel 
Protocol            =   PAGP
Port Security       = Disabled

Ports in the Port-channel:

Index   Load   Port     EC state        No of bits
------+------+------+------------------+-----------
  0     00     Fa0/1    On                 0
  0     00     Fa0/2    On                 0
Time since last port bundled:    00d:00h:03m:40s    Fa0/2
Switch#

PAGP:

配置都一样,channel-protocol pagp #设置协议为PAGP协议

只要有一边设置成channel-group 1 mode Desirable,就可以组成聚合链路
  系统运维 最新文章
配置小型公司网络WLAN基本业务(AC通过三层
如何在交付运维过程中建立风险底线意识,提
快速传输大文件,怎么通过网络传大文件给对
从游戏服务端角度分析移动同步(状态同步)
MySQL使用MyCat实现分库分表
如何用DWDM射频光纤技术实现200公里外的站点
国内顺畅下载k8s.gcr.io的镜像
自动化测试appium
ctfshow ssrf
Linux操作系统学习之实用指令(Centos7/8均
上一篇文章      下一篇文章      查看所有文章
加:2022-05-09 13:09:20  更:2022-05-09 13:10:24 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2025年1日历 -2025/1/4 17:58:50-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码