书签 分享 收藏 举报 版权申诉 / 27
上传文档赚钱

类型生成树协议STP课件.pptx

  • 上传人(卖家):晟晟文业
  • 文档编号:3968495
  • 上传时间:2022-10-30
  • 格式:PPTX
  • 页数:27
  • 大小:623.70KB
  • 【下载声明】
    1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
    2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
    3. 本页资料《生成树协议STP课件.pptx》由用户(晟晟文业)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
    4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
    5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
    配套讲稿:

    如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

    特殊限制:

    部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

    关 键  词:
    生成 协议 STP 课件
    资源描述:

    1、信息安全产品配置与应用Configuration and Application of Information Security Products重庆电子工程职业学院|路亚模块八、路由交换安全配置生成树生成树协议协议Spanning Tree Protocol教学目标(教学目标(Objectives )n1.IP地址概念(Concept of IP Address)n2.IP地址分类 (Class of IP Address)n3.保留和私有地址(Reserved and Private IP Address)n4.网络掩码和子网划分(Network Mask and Subnetting)5

    2、.可变长度子网掩码(VLSM)n6.汇总和CIDR(Summarization and CIDR)ObjectivesnRedundant topologiesnSpanning Tree Protocol冗余(冗余(Redundancy)冗余网络拓扑确保网络持续工作,避免单点故障冗余网络拓扑确保网络持续工作,避免单点故障Redundant networking topologies are designed to ensure that networks continue to function in the presence of single points of failure.冗余拓扑

    3、(冗余拓扑(Redundant Topologies)冗余拓扑(冗余拓扑(Redundant Topologies)n1.冗余拓扑的目标是为了避免网络出现单点故障nA goal of redundant topologies is to eliminate network outages caused by a single point of failure.n2.所有的网络需要冗余来提高可靠性nAll networks need redundancy for enhanced reliability.简单的冗余交换拓扑简单的冗余交换拓扑(Simple Redundant Switched T

    4、opology)简单的冗余交换拓扑简单的冗余交换拓扑(Simple Redundant Switched Topology)n1.冗余拓扑消除了单点故障nRedundant topologies eliminate single points of failure.n2.交换机对不知道地址的帧进行泛洪nSwitches will flood frames for unknown destinations.n3.交换机对广播和组播也进行泛洪。n Broadcasts and multicasts are also flooded.n4.冗余交换拓扑或许会带来广播风暴、多帧拷贝以及MAC地址表不稳

    5、定的问题nA redundant switched topology may cause broadcast storms,multiple frame copies,and MAC address table instability problems.广播风暴(广播风暴(Broadcast Storm)多帧传输(多帧传输(Multiple Frame Transmissions)在冗余交换网络中,对终端设备来讲,收到多帧相同数据是可能的。在冗余交换网络中,对终端设备来讲,收到多帧相同数据是可能的。In a redundant switched network it is possible f

    6、or an end device to receive multiple frames.MAC地址表不稳定(地址表不稳定(MAC Database Instability)交换机从错误的接口学到交换机从错误的接口学到MAC地址。地址。A switch can learn that a MAC address is on a port when it is not.创建逻辑无环路拓扑创建逻辑无环路拓扑(Creating a logical loop free topology)n1.冗余增加了可靠性,但是同时将物理环路带进网络。Reliability is increased by redund

    7、ancy.redundancy connections introduce physical loops into the network.n2.解决办法就是创建逻辑无环路拓扑,同时保留物理环存在nThe solution is to allow physical loops,but create a loop free logical topology.n3.无环路拓扑称为树,并且是可扩展的树。nThe loop free logical topology created is called a tree.It is a spanning tree because all devices i

    8、n the network are reachable or spanned.n4.创建无环路拓扑的算法称为生成树算法。nThe algorithm used to create this loop free logical topology is the spanning-tree algorithm.STP术语(术语(STP Terms)n1.桥ID(Bridge ID)n2.开销(Cost)n3.桥协议数据单元(BPDU)桥桥ID(Bridge ID)1.BID用来识别每一个交换机用来识别每一个交换机/网桥。网桥。2.BID用来确定网络的中心,在用来确定网络的中心,在STP中称为根桥。中

    9、称为根桥。3.优先级默认为优先级默认为32768The BID consists of a bridge priority that defaults to 32768开销(开销(Cost)n最短路径是cost累加,而cost是基于链路的速率的。nShortest path is based on cumulative link costs.Link costs are based on the speed of the link.桥协议数据单元(桥协议数据单元(BPDU)n1.交换机发送的创建逻辑无环路的数据包称为BPDUnThe message that a switch sends,al

    10、lowing the formation of a loop free logical topology,is called a Bridge Protocol Data Unit(BPDU).n 2.BPDU在阻塞的接口上也可以接收,这确保如果链路或设备出现问题,新的生成树会被计算n BPDUs continue to be received on blocked ports.This ensures that if an active path or device fails,a new spanning tree can be calculated.n3.默认,BPDU 2秒发送一次nB

    11、y default BPDUs are sent every two seconds.Spanning-Tree Protocol生成树操作(生成树操作(Spanning-Tree Operation)Spanning-Tree Operation(cont.)n1.选举根桥,BID最小即是nSelect a single switch that will act as the root of the spanning tree n2.计算自己到根桥距离nCalculate the shortest path from itself to the root switch n3.选择根端口,距离

    12、根桥最近的接口nChoose one of its ports as its root port,for each non-root switch.This is the interface that gives the best path to the root switch.n4.选指定端口和非指定端口,非指定端口被阻塞。nSelect ports that are part of the spanning tree,the designated ports.Non-designated ports are blocked.生成树操作规则(生成树操作规则(Spanning-Tree Ope

    13、ration Rules)n1.每个网络只有一个根桥nOne root bridge per network.n2.每个非根桥只有一个根端口nOne root port per nonroot bridge.n3.每个段只有一个指定端口nOne designated port per segment.n4.非指定端口不被使用nNondesignated ports are unused.STP实例(实例(STP Example)生成树端口状态(生成树端口状态(Spanning-Tree Port States)生成树端口状态(生成树端口状态(Spanning-Tree Port States)

    14、n1.在阻塞状态,端口仅能接收BPDU,需要20秒改变这种状态nIn the blocking state,ports can only receive BPDUs.It may take up to 20 seconds to change from this state.n2.在侦听状态,交换机确定是否有到根桥的其它路径。该状态持续15秒。在该状态,用户的数据不能转发,也不能学习MAC地址。nIn listening state,switches determine if there are any other paths to the root bridge.the forward de

    15、lay and lasts for 15 seconds.In the listening state,user data is not being forwarded and MAC addresses are not being learned.生成树端口状态(生成树端口状态(Spanning-Tree Port States)n3.在学习状态,用户的数据不能转发,但是可以学习MAC地址,该状态持续15秒。nIn learning state user data is not forwarded,but MAC addresses are learned from any traffic

    16、that is seen.The learning state lasts for 15 seconds and is also called the forward delay.n4.在转发状态,用户数据被转发,MAC地址继续学习,BPDU仍然工作。nIn forwarding state user data is forwarded and MAC addresses continue to be learned.BPDUs are still processed.Case StudynRefer to the exhibit.All switches have the default S

    17、TP configuration and all links are Fast Ethernet.Which port on which switch will Spanning Tree place in blockingmode?思考题(思考题(Questions)1.环路的存在,会导致 、和 问题。2.交换机的ID由 和 组成。3.选举根桥时,具有较 值的桥ID的交换机会成为根桥。4.100M链路的新STP Cost为 。5.STP收敛后 口和 口是处于转发状态的。6.决定指定口时,会按顺序考虑 、和 因素。7.缺省时,转发延时为 秒,Hello时间为 秒,BPDU的存活时间为 秒。8.STP中,交换机的端口有 、和 状态。

    展开阅读全文
    提示  163文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
    关于本文
    本文标题:生成树协议STP课件.pptx
    链接地址:https://www.163wenku.com/p-3968495.html

    Copyright@ 2017-2037 Www.163WenKu.Com  网站版权所有  |  资源地图   
    IPC备案号:蜀ICP备2021032737号  | 川公网安备 51099002000191号


    侵权投诉QQ:3464097650  资料上传QQ:3464097650
       


    【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。

    163文库