1 / 6

本章课程目标

本章课程目标. 理解链路聚合的特点 掌握链路聚合的配置. 链路聚合技术. 端口聚合、端口捆绑 将多个低带宽端口捆绑成一条高带宽链路 不改变现有网络设备以及原有布线 链路负载平衡,提供额外的容错性能 很高的灵活性. 4 条线路捆绑,当作一条线路使用;以太通道常用于骨干交换机之间的互联或接入交换机上连骨干交换机的线路. 链路聚合条件. 端口必须处于相同的 VLAN 之中 端口必须使用相同的网络介质 端口必须都处于全双工工作模式 端口必须是相同传输速率的端口. 静态链路聚合.

topper
Télécharger la présentation

本章课程目标

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 本章课程目标 • 理解链路聚合的特点 • 掌握链路聚合的配置

  2. 链路聚合技术 • 端口聚合、端口捆绑 • 将多个低带宽端口捆绑成一条高带宽链路 • 不改变现有网络设备以及原有布线 • 链路负载平衡,提供额外的容错性能 • 很高的灵活性 4条线路捆绑,当作一条线路使用;以太通道常用于骨干交换机之间的互联或接入交换机上连骨干交换机的线路

  3. 链路聚合条件 • 端口必须处于相同的VLAN之中 • 端口必须使用相同的网络介质 • 端口必须都处于全双工工作模式 • 端口必须是相同传输速率的端口

  4. 静态链路聚合 • switch(config)#interface ethernetinterface-id • switch(config-Port-Range)#port-group group-idmode on • 通过此命令将选定接口进行静态链路聚合 switch(config)#interface ethernet 0/0/1-2 switch(config-Port-Range)#port-group 1 mode on switch(config-Port-Range)#exit

  5. 动态链路聚合 • switch(config)#interface ethernetinterface-id • switch(config-Port-Range)#port-group group-idmode active • 通过此命令将选定接口配置为动态主动协商模式 switch(config)#interface ethernet 0/0/1-2 switch(config-Port-Range)#port-group 1 mode active • switch(config)#interface ethernetinterface-id • switch(config-Port-Range)#port-group group-idmode passive • 通过此命令将选定接口配置为动态被动协商模式 switch(config)#interface ethernet 0/0/1-2 switch(config-Port-Range)#port-group 1 mode passive

  6. 本章课程回顾 • 配置链路聚合需要注意什么问题 • 链路聚合的配置命令

More Related