2
0
mirror of https://github.com/gnu4cn/ccna60d.git synced 2024-05-21 04:55:00 +08:00
This commit is contained in:
Peng Hailin 2016-08-31 15:03:59 +08:00
parent 6534da5366
commit 3051d15909
2 changed files with 23 additions and 22 deletions

View File

@ -18,3 +18,4 @@
* [第三十一天, 生成树协议](d31-Spanning-Tree-Protocol.md)
* [第三十二天, 快速生成树协议](d32-Rapid-Spanning-Tree-Protocol.md)
* [第三十三天, 以太网通道及链路聚合协议](d33-EtherChannels-and-Link-Aggregation-Protocols.md)
* [第三十四天, 第一跳冗余协议](d34-First-Hop-Redundancy-Protocols.md)

View File

@ -6,28 +6,28 @@
##第33天任务
+ 阅读今天的课文
+ 复习昨天的课文
+ 完成今天的实验
+ 阅读ICND2记诵指南
+ 在网站[subnetting.org](http://subnetting.org/)上花15分钟
- 阅读今天的课文
- 复习昨天的课文
- 完成今天的实验
- 阅读ICND2记诵指南
- 在网站[subnetting.org](http://subnetting.org/)上花15分钟
思科IOS软件允许管理员将交换机上的多条物理链路multiple physical links结合成为一条单一的逻辑链路。这样做提供了一种负载分配以及链路冗余的理想方案且可同时为二层及三层子系统所使用provides an ideal solution for load sharing, as well as link redundancy, and can be used by both Layer 2 and Layer 3 subsystems
今天将学习以下内容。
+ 掌握各种以太网通道, Understanding EtherChannels
+ 端口聚合协议概述Port Aggregation Protocol(PAgP) overview
+ PAgP的端口模式PAgP port modes
+ PAgP 以太网通道协议的数据包转发, PAgP EtherChannel Protocol packet forwarding
+ 链路聚合控制协议概述Link Aggregation Control Protocol(LACP) overview
+ 各种LACP端口模式LACP port modes
+ 不同以太网通道负载分配方法EtherChannel load-distribution methods
+ 不同二层以太网通道的配置和验证Configuring and verifying Layer 2 EtherChannels
- 掌握各种以太网通道, Understanding EtherChannels
- 端口聚合协议概述Port Aggregation Protocol(PAgP) overview
- PAgP的端口模式PAgP port modes
- PAgP 以太网通道协议的数据包转发, PAgP EtherChannel Protocol packet forwarding
- 链路聚合控制协议概述Link Aggregation Control Protocol(LACP) overview
- 各种LACP端口模式LACP port modes
- 不同以太网通道负载分配方法EtherChannel load-distribution methods
- 不同二层以太网通道的配置和验证Configuring and verifying Layer 2 EtherChannels
本课对应了以下ICND2大纲要求。
+ 不同以太网通道技术EtherChannels
- 不同以太网通道技术EtherChannels
##掌握各种以太网通道
@ -230,14 +230,14 @@ LACP主动模式将一个交换机端口置为经由发送LACP数据包对远
以下小节列出并说明了配置二层PAgP以太网通道所需要的步骤。但在深入到这些配置步骤之前有必要熟悉下面这些配置二层以太网通道时的限制。
+ 每个以太网通道可以有最多8个兼容配置的以太网接口。而LACP则允许一个以太网通道组中多于8个的端口。不过这些额外端口都是热备份hot-standby端口。
+ 以太网通道中的所有接口都必须以相同的速率及双工模式运行。记住与PAgP不同LACP并不支持半双工端口。
+ 确保以太网通道中的所有接口都是开启的。在某些情况下如这些接口没有开启那么该逻辑端口通道接口the logical port channel interface就不会被自动创建。
+ 在初次配置一个以太网通道组时重要的是记住这些端口与所加入的第一个组端口参数集一致when first configuring an EtherChannel group, it is important to remember that ports follow the parameters set for the first group port added
+ 如有为某个以太网通道中的某个成员端口配置交换机端口分析器Switch Port Analyzer, SPAN, 那么该端口将会从该以太网通道组中移除。
+ 将以太网通道中的所有端口都指派到同一个VLAN或将它们配置成中继端口是必要的。而如果这些参数不同该通道就不会形成。
+ 记住有着不同STP路径开销由某位管理员所修改的的那些类似接口仍可用于组成一个以太网通道。
+ 在开始通道配置之前建议首先关闭所有成员接口it is recommended to shut down all member interfaces prior to beginning channelling configuration
- 每个以太网通道可以有最多8个兼容配置的以太网接口。而LACP则允许一个以太网通道组中多于8个的端口。不过这些额外端口都是热备份hot-standby端口。
- 以太网通道中的所有接口都必须以相同的速率及双工模式运行。记住与PAgP不同LACP并不支持半双工端口。
- 确保以太网通道中的所有接口都是开启的。在某些情况下如这些接口没有开启那么该逻辑端口通道接口the logical port channel interface就不会被自动创建。
- 在初次配置一个以太网通道组时重要的是记住这些端口与所加入的第一个组端口参数集一致when first configuring an EtherChannel group, it is important to remember that ports follow the parameters set for the first group port added
- 如有为某个以太网通道中的某个成员端口配置交换机端口分析器Switch Port Analyzer, SPAN, 那么该端口将会从该以太网通道组中移除。
- 将以太网通道中的所有端口都指派到同一个VLAN或将它们配置成中继端口是必要的。而如果这些参数不同该通道就不会形成。
- 记住有着不同STP路径开销由某位管理员所修改的的那些类似接口仍可用于组成一个以太网通道。
- 在开始通道配置之前建议首先关闭所有成员接口it is recommended to shut down all member interfaces prior to beginning channelling configuration
###配置并验证二层以太网通道