5、STP实验指导 (TEST系列文档) V1.1
《STP实验》实验报告
如果想查看生成树中各端口的角色和状态,则用如下命令:
[SW1] display stp brief
想查看stp全局状态,则输入如下命令:
[SWA] display stp
问
题
与
收
获
完成实验;
但对stp的原理和功能还不是很了解。
注:请勿修改文档格式,只需填充内容即可。
《STP实验》实验报告
实验室:
网络实验室
年
月
日
系部
年级、专业、班
姓名
成绩
实验名称
实验6、STP实验
指导教师
教
师
评语实ຫໍສະໝຸດ 过程完整合格教师签名:2010年月日
实
验
目
的
掌握:
1.STP协议的基本原理;
2.STP协议报文;
3.STP协议的基本配置
实
验
内
容
STP协议的基本配置
实
验
步
骤
SW1的配置:
[H3C]sysname SW1
[SW1]stp enable
[SW1-Eehernet0/1] stp edged-port enable
SW2的配置:
[H3C]sysname SW2
[SW2]stp enable
[SW2]stp priority 4096
实
验
步
骤
SW2的配置:
[H3C]sysname SW3
[SW3]stp enable
STP操作
目录第1章 RSTP配置 ................................................................................................................1-11.1 STP简介................................................................................................................... 1-11.1.1 STP的用途...................................................................................................... 1-11.1.2 STP的实现方法............................................................................................... 1-11.1.3 STP在以太网交换机中的实现........................................................................... 1-61.2 RSTP配置 ................................................................................................................ 1-71.2.1 开启设备生成树特性......................................................................................... 1-81.2.2 开启端口生成树特性......................................................................................... 1-81.2.3 配置RSTP的工作模式..................................................................................... 1-81.2.4 配置特定交换机的Bridge优先级....................................................................... 1-91.2.5 指定交换机为根交换机或备份根交换机............................................................ 1-101.2.6 配置特定交换机的Forward Delay时间............................................................ 1-111.2.7 配置特定交换机的Hello Time时间.................................................................. 1-121.2.8 配置特定交换机的Max Age时间..................................................................... 1-121.2.9 配置特定交换机的超时时间因子...................................................................... 1-131.2.10 配置特定端口的最大发送速率........................................................................ 1-131.2.11 配置特定端口作为边缘端口/非边缘端口 ......................................................... 1-141.2.12 配置特定端口的Path Cost ............................................................................ 1-141.2.13 配置特定端口的优先级.................................................................................. 1-151.2.14 配置特定端口是否与点对点链路相连.............................................................. 1-151.2.15 配置特定端口的mCheck变量....................................................................... 1-161.2.16 配置交换机的保护功能.................................................................................. 1-171.3 RSTP显示和调试 .................................................................................................... 1-181.4 RSTP配置举例........................................................................................................ 1-19第2章 MSTP配置................................................................................................................2-12.1 MSTP简介................................................................................................................ 2-12.1.1 MSTP的几个概念............................................................................................ 2-12.1.2 MSTP的基本原理............................................................................................ 2-52.1.3 MSTP在交换机上的实现................................................................................ 2-102.2 MSTP配置.............................................................................................................. 2-102.2.1 配置交换机的MST域..................................................................................... 2-112.2.2 指定交换机为根交换机或备份根交换机............................................................ 2-132.2.3 配置MSTP的工作模式................................................................................... 2-142.2.4 配置交换机的Bridge优先级............................................................................ 2-152.2.5 配置MST域的最大跳数 ................................................................................. 2-162.2.6 配置交换网络的网络直径................................................................................ 2-162.2.7 配置交换机的时间参数 ................................................................................... 2-172.2.8 配置端口的最大发送速率................................................................................ 2-182.2.9 配置端口为边缘端口或者非边缘端口 ............................................................... 2-192.2.10 配置端口的Path Cost ................................................................................... 2-212.2.11 配置端口的优先级........................................................................................ 2-212.2.12 配置端口是否与点对点链路相连.................................................................... 2-222.2.13 在端口上执行mCheck操作 .......................................................................... 2-242.2.14 配置交换机的保护功能.................................................................................. 2-252.2.15 开启设备MSTP特性.................................................................................... 2-262.2.16 开启/关闭端口MSTP特性 ............................................................................ 2-27 2.3 MSTP显示和调试.................................................................................................... 2-28第1章 RSTP配置1.1 STP简介1.1.1 STP的用途STP(Spanning Tree Protocol)是生成树协议的英文缩写。
实验五 STP协议配置及应用
验五STP协议配置及应用为了减少网络的的故障时间,我们经常会采用冗余拓扑。
STP可以让具有冗余结构的网络在故障时自动调整网络的数据转发路径。
STP重新收敛时间较长,通常需要要30~50s,为了减少这个时间,引入了一些补充技术,例如Uplinkfast和Backbonefast等。
RSTP则在协议上对STP进行了根本的改进成新的协议,从而减少收敛时间。
STP还有许多改进,例如PVST、MST协议,以及安全措施,本章将介绍这些常用的配置。
STP简介基本STP为了增加局域网的冗余性,我们常常会在网络中引入冗余链路,然而这样却会引起交换环路。
交换环路会带来3个问题:广播风暴、同一帧的多个拷贝以及交换机CAM表不稳定。
STP (STP,Spanning Tree Protocol)可以解决这些问题,STP基本思路是阻断一些交换机接口,构建一棵没有环路的转发树。
STP利用BPDU(Bridge Protocol Data Unit)和其他交换机进行通信,从而确定哪个交换机该阻断哪个接口。
在BPDU中有几个关键的字段,例如:根桥ID、路径代价和端口ID等。
为了在网络中形成一个没有环路的拓扑,网络中的交换机要进行以下3个步骤:①选举根桥,②选取根口,③选取指定口。
在这些步骤中,哪个交换机能获胜将取决于以下因素(按顺序进行):①最低的根桥ID;②最低的根路径代价;③最低发送的桥ID;④最低发送者端口ID。
每个交换机都具有一个唯一的桥ID,这个ID由两部分组成:网桥优先级+MAC地址。
网桥优先级是一个2字节的数,交换机的默认优先级为32 768 ;MAC地址就是交换机的MAC地址。
具有最低桥ID的交换机就是根桥。
根桥上的接口都是指定口,会转发数据包。
选举了根桥后,其他的交换就成为了非根桥。
每台非根桥要选举一条到根桥的根路径。
STP 使用路径Cost来决定到达根桥的最佳路径(Cost是累加的,带宽大的链路Cost低),最低Cost值的路径就是根路径,该接口就是根口;如果Cost一样,就根据选举顺序选举根口。
实验5:STP保护
14.6 实验5:STP保护1.实验目的通过本实验,读者可以掌握如下技能:①ROOT GUARD的使用;②BPDU GUARD的使用。
2.实验拓扑实验拓扑图如图14-3所示。
图14-3 实验6拓扑图3.实验步骤(1)步骤1:关闭不需要的接口,配置S1和S2之间的Trunk S1(config)#int f0/14S1(config-if)#shutdownS1(config)#int f0/15S1(config-if)#shutdownS1(config)#int f0/13S1(config-if)#switchport turnk encapsulation dot1qS1(config-if)#switchport mode trunk(2)步骤2:配置S1成为根桥S1(config)spanning-tree vlan 1 priority 8192(3)步骤3:在S2的f0/15上配置guard rootS2(config)#int f0/15S2(config-if)#spanning-tree guard root(4)步骤4:把S3改为根桥,观察S2的动作S3(config)spanning-tree vlan 1 priority 4096R2#show spanning-tree inconsistentportsName Interface Inconsistency--------------------------------------------------------------------VLAN0001 FastEthernet0/15 Root InconsistentNumber of inconsistent ports(segments)in the system;1//S2将从f0/15收到S3发送的更优的BPDU,然而由于该接口上配置Root Guard,S2的接口进入阻断状态S1#show spanning-treeVLAN0001(此处省略)Interface Role Sts Cost Prio.Nbr Type----------------------------------------------------Fa0/13 Root FWD 19 128.15 P2PFa0/15 Desg BKN*19 128.17 P2P*Root_Inc(5)步骤5:配置BPDU GuardS2(config)#int f0/15S2(config-if)#shutdown//关闭接口S2(config-if)#no spanning-tree guard root//去掉之前的配置S2(config-if)#spanning-tree portfastS2(config-if)#spanning-tree bpduguard enable//以上配置BPDU GuardS2(config)#int f0/15S2(config-if)#no shutdown0;28;49;%SPANTREE-2-BLOCK_BPDUGUARD;Received BPDU on port FastEthernet0/15 with BPDU Guard enabled.Disabling port0;28;49;%PM-4Err_DISABLE;bpduguard error detected on Fa0/15,putting Fa0/15 in err-disablestate0;28;50;%LINEPROTO-5UPDOWN;Line protocol on Interface FastEthernet0/15,changed state todown//交换机从f0/15接口收到S3的BPDU,f0/15被disable了S2#show interfaces f0/15FastEthernet0/15 is down, line protocol is down (err-disabled)//可以看到f0/15接口关闭,要重新开启,请先移除BPDU源,在接口下执行”shutdown”和”no shutdown”命令。
STP基础学习及相关实验
QQ:1779737860一.创建无环路的拓扑结构1.实验拓扑QQ:17797378603.Stp协议操作过程1)确定跟桥(选择最小根网桥ID)根网桥的确定由网桥ID来决定!具有最低ID的网桥被定为根桥!网桥ID=网桥优先级+网桥MAC网桥优先级取值为0-65535,cisco默认是32768以4096为跳数。
Swi0 BID=32768+ 0005.5E01.85B0Swi1 BID=32768+ 0050.0FA8.36C5Swi2 BID=32768+ 0007.ECE6.50AESwi3 BID=32768+ 000C.CFA1.E35DSwi4 BID=32768+ 0001.C933.77D5比较以上各交换机BID值得出swi4为根桥!2)确定非根网桥的根端口(选择最小根路径代价)根端口是到达跟网桥的最短路径上的端口。
根端口的选举由路径代价来表示!Swi0 g0/1 cost=4+19G0/2 cost=4+19F0/1 cost=19+19+19F0/2 cost=19+19+19F0/3 cost=19 (根端口)Swi1 g0/1 cost=4+19G0/2 cost=4+19F0/1 cost=19+19+19F0/2 cost=19+19+19F0/3 cost=19 (根端口)Swi2 F0/1 cost=19+19F0/2 cost=19+19由于两个端口到根网桥的最短路径开销都相同,按照stp的优先级此时比较最低发送者网桥id。
即比较swi0和swi2的桥id。
Swi0 BID=32768+ 0005.5E01.85B0(优先)Swi1 BID=32768+ 0050.0FA8.36C5则,swi2的根端口为f0/1.Swi3 同swi2,swi3的根端口为f0/1.3)为每个端口确定一个指定网桥(端口)即确定非根网桥的指定端口(选择最小发送端网桥ID+最小端口优先级)1}根网桥的所有端口均为指定端口Swi4上的f0/1和f0/2均为指定端口。
TestSoftV1.1软件说明书
高支模方案图一、设计背景与要求在建设过程中,高支模被广泛应用于大型建筑结构的搭建。
高支模方案图是建筑设计的重要组成部分,它直观地展示了高支模在建筑过程中的具体应用细节。
本文将根据设计要求,以高支模方案图为主题,详细介绍其结构特点、搭建流程和材料运用等方面。
二、结构特点高支模方案图的结构特点如下:1. 主体结构:高支模方案图的主体结构主要由支模柱、支模梁和支模板组成,这些元素相互配合,形成一个稳固的结构体系。
支模柱承重作用明显,用于支撑支模梁和模板,保证整体的稳定性。
2. 板与梁的连接方式:板与梁之间的连接方式在高支模方案图中也十分关键。
常见的连接方式有槽口连接、钢筋焊接和螺栓连接等。
连接方式的选择应根据具体工程要求进行合理设计。
3. 施工通道与安全设施:高支模方案图中应考虑合理设置施工通道和安全设施,以便工人能够顺利施工,并确保工作安全。
三、搭建流程高支模方案图的搭建流程可分为以下几个步骤:1. 搭建前准备:在搭建高支模前,需要进行充分的准备工作。
首先要对施工现场进行勘测,确保设计符合实际情况。
然后制定详细的搭建计划并组织人员和材料。
最后进行现场清理和临时支撑的安装。
2. 支模梁的安装:按照高支模方案图的要求,先将支模柱固定在地面上。
然后将支模梁安装在支模柱上,并进行调整以保证水平度。
支模梁的安装需要注意连接点的牢固性和稳定性。
3. 支模板的搭建:在支模梁安装好后,根据高支模方案图的要求,搭建支模板。
支模板需要根据具体结构进行调整和固定,并确保整体平整度和稳定性。
4. 安全设施的设置:在搭建过程中,应设置必要的安全设施,例如栏杆、防护网和警示标志,以便工人施工时能够保持安全。
四、材料运用高支模方案图所需的材料一般包括:1. 支模柱:通常采用钢管制作,具有足够的强度和刚性,能够承受悬挑和荷载。
2. 支模梁:常用材料为工字钢和角钢,具有较高的承重能力和稳定性。
3. 支模板:支模板材料可以选择胶合板、夹板或钢板等,以适应不同的施工要求。
STP配置命令
STP配置命令目录第1章 STP配置命令 (1)1.1 SSTP配置命令 (1)1.1.1 spanning-tree mode (1)1.1.2 spanning-tree sstp priority (2)1.1.3 spanning-tree sstp hello-time (2)1.1.4 spanning-tree sstp max-age (3)1.1.5 spanning-tree sstp forward-time (4)1.1.6 spanning-tree sstp cost (5)1.1.7 spanning-tree cost (6)1.1.8 spanning-tree sstp port-priority (6)1.1.9 spanning-tree port-priority (7)1.1.10 spanning-tree designated-auto (8)1.1.11 show spanning-tree (9)1.2 VLAN STP配置命令 (10)1.2.1 spanning-tree mode pvst (10)1.2.2 spanning-tree vlan (11)1.2.3 spanning-tree vlan priority (12)1.2.4 spanning-tree vlan forward-time (12)1.2.5 spanning-tree vlan max-age (13)1.2.6 spanning-tree vlan hello-time (14)1.2.7 spanning-tree vlan cost (15)1.2.8 spanning-tree vlan port-priority (16)1.2.9 show spanning-tree vlan (17)1.3 RSTP配置命令 (18)1.3.1 spanning-tree mode rstp (18)1.3.2 spanning-tree rstp forward-time (19)1.3.3 spanning-tree rstp hello-time (19)1.3.4 spanning-tree rstp max-age (20)1.3.5 spanning-tree rstp priority (21)1.3.6 spanning-tree rstp cost (21)1.3.7 spanning-tree rstp port-priority (22)1.3.8 spanning-tree rstp migration-check (23)第2章 MSTP配置命令 (24)2.1 MSTP配置命令 (24)2.1.1 spanning-tree mode mstp (24)2.1.2 spanning-tree mstp name (25)2.1.3 spanning-tree mstp revision (25)2.1.4 spanning-tree mstp instance (26)2.1.5 spanning-tree mstp root (27)2.1.6 spanning-tree mstp priority (28)2.1.7 spanning-tree mstp hello-time (29)2.1.8 spanning-tree mstp forward-time (29)2.1.9 spanning-tree mstp max-age (30)2.1.10 spanning-tree mstp diameter (31)2.1.11 spanning-tree mstp max-hops (32)2.1.12 spanning-tree mstp port-priority (32)2.1.13 spanning-tree mstp cost (33)2.1.14 spanning-tree mstp point-to-point (34)2.1.15 spanning-tree mstp mst-compatible (35)2.1.16 spanning-tree mstp migration-check (35)2.1.17 show spanning-tree mstp (36)2.1.18 show spanning-tree mstp region (37)2.1.19 show spanning-tree mstp detail (38)2.1.20 show spanning-tree mstp interface (40)第1章 STP配置命令1.1 SSTP配置命令1.1.1 spanning-tree mode命令描述spanning-tree mode {rstp|sstp}no spanning-tree mode配置spanning-tree运行模式,no命令禁止STP运行。
STP的试验
STP 试验:一、实验拓扑图:实验说明:(所有的CISCO设备出厂时就已经Spanning-tree)Switch0为根网桥,此时,Blocking端口为Switch 1的Fa0/2;Switch0 的Fa0/1和fa0/2都是DP, Switch1的Fa0/1也为DP;之后通过改变Bridge Priority来改变该拓扑;二、实验步骤:sw0(config)#do show spVLAN0001Spanning tree enabled protocol ieeeRoot ID Priority 32769Address 0090.2128.5BD6This bridge is the rootHello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32769 (priority 32768 sys-id-ext 1)Address 0090.2128.5BD6Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/1 Desg FWD 19 128.1 P2pFa0/2 Desg FWD 19 128.2 P2pSW1(config)#do show spVLAN0001Spanning tree enabled protocol ieeeRoot ID Priority 32769Address 0090.2128.5BD6Cost 19Port 1(FastEthernet0/1)Hello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32769 (priority 32768 sys-id-ext 1)Address 0090.219E.2B11Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/1 Root FWD 19 128.1 P2pFa0/2 Altn BLK 19 128.2 P2p改变Switch1之后的Priority之后show spanning tree:SW1(config)#spanning-tree vlan 1 priority 4096SW1(config)#do show spVLAN0001Spanning tree enabled protocol ieeeRoot ID Priority 4097Address 0090.219E.2B11This bridge is the rootHello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 4097 (priority 4096 sys-id-ext 1)Address 0090.219E.2B11Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/1 Desg FWD 19 128.1 P2pFa0/2 Desg LSN 19 128.2 P2p(switch1该端口正处于学习的过程)SW1(config)#do show spVLAN0001Spanning tree enabled protocol ieeeRoot ID Priority 4097Address 0090.219E.2B11This bridge is the rootHello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 4097 (priority 4096 sys-id-ext 1)Address 0090.219E.2B11Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/1 Desg FWD 19 128.1 P2pFa0/2 Desg FWD 19 128.2 P2p(转发状态)而Switch0 则有个端口处于Blocking状态:sw0#show spanning-treeVLAN0001Spanning tree enabled protocol ieeeRoot ID Priority 4097Address 0090.219E.2B11Cost 19Port 1(FastEthernet0/1)Hello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32769 (priority 32768 sys-id-ext 1)Address 0090.2128.5BD6Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/1 Root FWD 19 128.1 P2pFa0/2 Altn BLK 19 128.2 P2p。
stp实验
实验STP之PortFast、UplinkFast、BackBoneFast目的:了解PortFast、UpLinkFast、BackBoneFast的作用和配置步骤:1、打开GNS建立工程,拓扑如下:注意一定要为模拟设备添加交换模块(右键单击设备.选择“配置”—“插槽“,在插槽0选择“NM-16ESW”),然后分别查看设备的console端口:SW1:2003 ,SW2:2004 ,SW3:20052、查看当前网络中STP的信息.登陆SW1打开cmd命令行输入“telnet 127.0.0.1 2003”查看:登陆SW2打开cmd命令行输入“telnet 127.0.0.1 2004”查看:登陆SW3打开cmd命令行输入“telnet 127.0.0.1 2005”查看:4、对SW1、SW2、SW3进行相应配置A、登陆SW1进行操作:Router>enRouter#conf tRouter(config)#host SW1SW1(config)#spanning-tr portfast bpdu //所有接口都启用portfastSW1(config)#spanning-tr backbonefast //在设备上启用backbonefast SW1(config)#int fa0/0 //进入接口fa0/0SW1(config-if)#no spanning-tr portfast //因为接口fa0/0连接的是交换机关闭portfastSW1(config-if)#exit //退出接口SW1(config)#int fa0/1 //进入接口fa0/1SW1(config-if)#no spanning-tr portfast //因为接口fa0/1连接的是交换机关闭portfastSW1(config-if)#exit //退出接口B、登陆SW2进行操作:Router>enRouter#conf tRouter(config)#host SW2SW2(config)#spanning-tr portfast bpduSW2(config)#spanning-tr backbonefastSW2(config)#int fa0/0SW2(config-if)#no spanning-tr portfastSW2(config-if)#exitSW2(config)#int fa0/1SW2(config-if)#no spanning-tr portfastSW2(config-if)#endC、登陆SW3进行操作:Router>enRouter#conf tRouter(config)#host SW3SW3(config)#spanning-tr portfast bpdu //所有接口都启用portfast SW3(config)#spanning-tr uplinkfast //因为SW3有阻塞端口所以要启用uplinkfastSW3(config)#spanning-tr backbonefast //启用backbonefastSW3(config)#int fa0/0SW3(config-if)#no spanning-tr portfastSW3(config-if)#exitSW3(config)#int fa0/1SW3(config-if)#no spanning-tr portfastSW3(config-if)#end5、再次查看STP中各SW1、SW2、SW3的接口状态变化至此实验完成。
STP技术实验配置(超详细_原创)
STP 技术实验目的: 熟悉掌握STP 配置,掌握STP 原理及选举过程设备说明: 使用小凡模拟器3640实验拓扑:SW 1SW 2SW 3f0/1f0/2f0/1f0/2f0/2f0/1实验步骤:基础配置:(1)把所有线路down 掉sw1(config)#int f0/1 //把SW1的f0/1端口downsw1(config-if)#shutdownsw1(config)#int f0/2 //把SW1的f02端口downsw1(config-if)#shutdownsw2(config)#int f0/1 //把SW2的f0/1端口downsw2(config-if)#shutdown(2)在sw1,sw2,sw3 都分别创建 vlan 10, vlan 20sw1#vlan database // 在sw1分别创建vlan 10 vlan 20sw1(vlan)#vlan 10sw1(vlan)#vlan 20Sw2#vlan database // 在sw2分别创建vlan 10 vlan 20sw2(vlan)#vlan 10sw2(vlan)#vlan 20Sw3#vlan database // 在sw3分别创建vlan 10 vlan 20Sw3(vlan)#vlan 10Sw3(vlan)#vlan 20(3) 把sw1,sw2,sw3 的f0/1,f0/2接口划入vlan 10sw1(config)#int f0/1sw1(config-if)#switchport access vlan 10 //把f0/1划属于vlan 10 sw1(config-if)#int f0/2sw1(config-if)#switchport access vlan 10 //把f0/2划属于vlan 10sw2(config)#int f0/1sw2(config-if)#switchport access vlan 10 //把f0/1划属于vlan 10 sw2(config-if)#int f0/2sw2(config-if)#switchport access vlan 10 //把f0/2划属于vlan 10sw3(config)#int f0/1sw3(config-if)#switchport access vlan 10 //把f0/1划属于vlan 10 sw3(config-if)#int f0/2sw3(config-if)#switchport access vlan 10 //把f0/2划属于vlan 10(3)查看配置信息Sw1sw1#show running-configBuilding configuration...Current configuration : 945 bytes!version 12.4service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname sw1!boot-start-markerboot-end-marker!!no aaa new-modelmemory-size iomem 5!!ip cefno ip domain lookup!!!!!!!!!!!!!!!!!!interface FastEthernet0/0!interface FastEthernet0/1switchport access vlan 10shutdown //f0/1,f0/2接口属于vlan 10 并且为down 状态!interface FastEthernet0/2switchport access vlan 10shutdown!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5!interface FastEthernet0/6!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13interface FastEthernet0/14!interface FastEthernet0/15!interface Vlan1no ip address!ip http server!!!!!!control-plane!!!!!!!!!line con 0line aux 0line vty 0 4!!endsw2sw2#show running-configBuilding configuration...Current configuration : 945 bytes!version 12.4service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!!boot-start-markerboot-end-marker!!no aaa new-modelmemory-size iomem 5!!ip cefno ip domain lookup!!!!!!!!!!!!!!!!!!interface FastEthernet0/0!interface FastEthernet0/1switchport access vlan 10shutdown //f0/1,f0/2接口属于vlan 10 并且为down 状态!interface FastEthernet0/2switchport access vlan 10shutdown!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5 !interface FastEthernet0/6 !interface FastEthernet0/7 !interface FastEthernet0/8 !interface FastEthernet0/9 !interface FastEthernet0/10 !interface FastEthernet0/11 !interface FastEthernet0/12 !interface FastEthernet0/13 !interface FastEthernet0/14 !interface FastEthernet0/15 !interface Vlan1no ip address!ip http server!!!!!!control-plane!!!!!!!!!line con 0line aux 0line vty 0 4!!endsw3sw3#show running-configBuilding configuration...Current configuration : 945 bytes!version 12.4service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname sw3!boot-start-markerboot-end-marker!!no aaa new-modelmemory-size iomem 5!!ip cefno ip domain lookup!!!!!!!!!!!!!!!!!interface FastEthernet0/0!interface FastEthernet0/1switchport access vlan 10shutdown //f0/1,f0/2接口属于vlan 10 并且为down 状态!interface FastEthernet0/2switchport access vlan 10shutdown!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5!interface FastEthernet0/6!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface Vlan1no ip address!ip http server!!!!!control-plane!!!!!!!!!line con 0line aux 0line vty 0 4!!end实验调试:(1)将sw1,sw2,sw3的f0/1 ,f0/2,f0/3接口打口sw1(config)#int f0/1sw1(config-if)#no shsw1(config-if)#int f0/2sw1(config-if)#no shsw2(config)#int f0/1sw2(config-if)#no shsw2(config-if)#int f0/2sw2(config-if)#no shsw3(config)#int f0/1sw3(config-if)#no shsw3(config-if)#int f0/2sw3(config-if)#no sh(2)在sw1,sw2,sw3 spanging-tree vlan 10Sw1:sw1#show spanning-tree briefVLAN10Spanning tree enabled protocol ieeeRoot ID Priority 32768 //根网桥ID 优先极为32768 默认值Address cc00.0bd8.0000 //MAC地址This bridge is the rootHello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32768 //网桥ID优先极为默认32768值Address cc00.0bd8.0000 //mac值与根网桥一样,证明SW1为根网桥Hello Time 2 sec Max Age 20 s ec Forward Dela y 15 s ec//hello时间为2秒//老化时间为20秒转发延时为15秒Aging Time 300Interface DesignatedName Port ID Prio Cost Sts Cost Bridge ID Port ID -------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.2 128 19 FWD 0 32768 cc00.0bd8.0000 128.2 FastEthernet0/2 128.3 128 19 FWD 0 32768 cc00.0bd8.0000 128.3//端口优先极//默认优先极//cost 值为19端口ID值sw2#show spanning-tree vlan 10VLAN10Spanning tree enabled protocol ieeeRoot ID Priority 32768Address cc00.0bd8.0000Cost 19Port 2 (FastEthernet0/1)Hello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32768Address cc00.0c40.0000Hello Time 2 sec Max Age 20 sec Forward Delay 15 secAging Time 300Interface DesignatedName Port ID Prio Cost Sts Cost Bridge ID Port ID-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.2 128 19 FWD 0 32768 cc00.0bd8.0000 128.2 FastEthernet0/2 128.3 128 19 FWD 19 32768 cc00.0c40.0000 128.3sw3#show spanning-tree vlan 10 briefVLAN10Spanning tree enabled protocol ieeeRoot ID Priority 32768Address cc00.0bd8.0000Cost 19Port 3 (FastEthernet0/2)Hello Time 2 sec Max Age 20 se c Forward Delay 15 secBridge ID Priority 32768Address cc00.0c88.0000Hello Time 2 sec Max Age 20 se c Forward Delay 15 secAging Time 300Interface DesignatedName Port ID Prio Cost Sts Cost Bridge ID Port ID -------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.212819 BLK 19 32768 cc00.0c40.0000 128.3 FastEthernet0/2 128.3128 19 FWD 0 32768 cc00.0bd8.0000 128.3sw3#show spanning-tree int f0/1Port 2 (FastEthernet0/1) of VLAN10 is blocking //端口阻塞Port path cost 19, Port priority 128, Port Identifier 128.2.Designated root has priority 32768, address cc00.0bd8.0000Designated bridge has priority 32768, address cc00.0c40.0000Designated port id is 128.3, designated path cost 19Timers: message age 3, forward delay 0, hold 0Number of transitions to forwarding state: 0BPDU: sent 0, received 457sw3#show spanning-tree int f0/2Port 3 (FastEthernet0/2) of VLAN10 is forwarding //端口为转发状态Port path cost 19, Port priority 128, Port Identifier 128.3.Designated root has priority 32768, address cc00.0bd8.0000Designated bridge has priority 32768, address cc00.0bd8.0000Designated port id is 128.3, designated path cost 0Timers: message age 2, forward delay 0, hold 0Number of transitions to forwarding state: 1BPDU: sent 1, received 456总结: 最终sw1被选为根网桥,因为它的MAC值最小阻塞sw3的f0/1端口STP 收敛过程如下:BPDU有两种类型:1.配置BPDU2.拓扑变更BPDUSTP的时间参数:阻断20S侦听15S学习15S转发。
计算机网络原理实验【STP与RSTP】
实验 2 报告 学号姓名 课堂号 实验日期 实验名称STP 与RSTP实验用时 1.5H 同组人 指导教师 一、实验目的掌握STP 的工作原理,理解RSTP 的改进。
二、实验要求通过实验掌握STP (生成树协议)的基本概念、类型、端口状态及端口状态的切换,掌握STP 和RSTP 的配置方法。
三、实验环境(设备)交换机2台,直连线2根四、实验内容 (一).STP 1. 实验拓扑,右图所示。
(设置S2126为根交换机) 2. 实验步骤(1)基本配置S2126的配置● 配置交换机的名称 (应该根据自己所使用设备来配置,即与RCMS 上的设备同名) switch#enable 14!进入特权模式Password: 402switch #configure terminal! 进入全局配置模式switch (config)#hostname S2126! 配置交换机名称为“S2126”● 配置trunk 口S2126 (config)# interface fastethernet 0/10! 进入fastethernet 0/10的接口配置模式S2126 (config-if)# switchport mode trunk! 将fastethernet 0/10号口设置为tag VLAN 模式S2126 (config)# interface fastethernet 0/15! 进入fastethernet 0/15的接口配置模式S2126 (config-if)# switchport mode trunk! 将fastethernet 0/15号口设置为tag VLAN 模式S3550的配置● 配置交换机的名称 (应该根据自己所使用设备来配置,即与RCMS 上的设备同名) switch#enable 14!进入特权模式Password: 402F0/10 F0/10 F0/15 F0/15S3550 S2126switch #configure terminal! 进入全局配置模式switch (config)#hostname S3550! 配置交换机名称为“S3550”● 配置trunk 口S3550 (config)# interface fastethernet 0/10! 进入fastethernet 0/10的接口配置模式S3550 (config-if)# switchport mode trunk! 将fastethernet 0/10号口设置为tag VLAN 模式S3550 (config)# interface fastethernet 0/15! 进入fastethernet 0/15的接口配置模式S3550 (config-if)# switchport mode trunk! 将fastethernet 0/15号口设置为tag VLAN 模式(2).生成树配置S2126的配置S2126 (config)#spanning-treeS2126 (config)#spanning-tree mode stpS2126 (config)#spanning-tree priority 4096S3550的配置S2126 (config)#spanning-treeS2126 (config)#spanning-tree mode stp(3).测试:● 将两台交换机按照拓扑图连接好● 在设备上show 相关接口的状态,确认主力链路和备份链路● 拔掉主力链路,查看备份链路什么时候开始工作(一).RSTP 1. 实验拓扑,右图所示。
以太网通道 stp实验
学到的内容:实验环境和要求:Pc1属于vlan2,pc2属于vlan3,交换机1和交换机2 属于三层交换机,交换机3属于二层交换机。
1.交换机1和交换机2之间是以太网通道,2.通过stp实现交换机1与交换机3之间走vlan2的信息,交换机2与交换机3之间走vlan3的信息,当只有网络故障时(其中那两条线有什么地方shut了),线路发生变化。
3.做上行速链路,和速端口。
4.端口安全和端口与mac的绑定。
以太网通道的配置:sw1(config)#int range f0/1-2sw1(config-if-range)#channel-group 1 mode onupsw1(config-if-range)#no sh端口绑定sw3(config)#int f0/1sw3(config-if)#switchport mode accesssw3(config-if)#switchport port-securitysw3(config-if)#switchport port-security violation protectsw3(config-if)#switchport port-security mac-address 000c.cf90.55cbsw3(config-if)#switchport port-security mac-address stickysw3(config-if)#switchport port-security maximum 1sw3(config-if)#no sh速端口的配置sw3(config)#int f0/1sw3(config-if)#spanning-tree portfast交换机3配置sw3(config)#do show spannVLAN0002Spanning tree enabled protocol ieeeRoot ID Priority 24578Address 0001.432C.549ECost 19Port 3(FastEthernet0/3)Hello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32770 (priority 32768 sys-id-ext 2)Address 000A.F343.9BA5Hello Time 2 sec Max Age 20 sec Forward Delay 15 secAging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/1 Desg FWD 19 128.1 P2pFa0/3 Root FWD 19 128.3 P2pFa0/4 Altn BLK 19 128.4 P2pVLAN0003Spanning tree enabled protocol ieeeRoot ID Priority 24579Address 0005.5E06.12C9Cost 19Port 4(FastEthernet0/4)Hello Time 2 sec Max Age 20 sec Forward Delay 15 secBridge ID Priority 32771 (priority 32768 sys-id-ext 3)Address 000A.F343.9BA5Hello Time 2 sec Max Age 20 sec Forward Delay 15 secAging Time 20Interface Role Sts Cost Prio.Nbr Type---------------- ---- --- --------- -------- --------------------------------Fa0/2 Desg FWD 19 128.2 P2pFa0/3 Altn BLK 19 128.3 P2pFa0/4 Root FWD 19 128.4 P2p结果全网互通:有时模拟器的线有时不稳定在ping好几次结果如下:可能原因路由表信息10.0.0.0/24 is subnetted, 2 subnetsC 10.2.2.0 is directly connected, Vlan2 C 10.2.3.0 is directly connected, Vlan3。
2018年思科实验指导书-精选word文档 (30页)
本文部分内容来自网络整理,本司不为其真实性负责,如有异议或侵权请及时联系,本司将立即删除!== 本文为word格式,下载后可方便编辑和修改! ==思科实验指导书篇一:Cisco全部实验指导书网络技术》《Cisco 网络技术》课程实验指导书计算机系《Cisco 网络技术》课程实验指导书目录概述 .................................................................. ..................................................................... .................. 2 实验 1 路由器基本配置 .................................................................. ...................................................... 4 实验 2 路由器高级配置命令 .................................................................. .............................................. 6 实验 3 路由器的密码设置、保存与破解方法 .................................................................. .................. 8 实验 4 路由器的远程登录 .................................................................. ................................................ 10 实验 5 路由器的背对背连接 .................................................................. ............................................ 12 实验 6 CDP 协议和Telnet .............................................................. .................................................... 13 实验 7 路由器的直连路由 .................................................................. ................................................ 14 实验 8 路由器的静态路由、默认路由 .................................................................. ............................ 16 实验 9 RIP 路由协议配置 .................................................................. ................................................. 18 实验 10 点到点链路 OSPF 配置 .................................................................. ...................................... 20 实验 11 广播网络 OSPF 配置 .................................................................. .......................................... 22 实验 12 多区域下 OSPF 配置实验 .................................................................. .................................. 23 实验 15 交换机基本配置 .................................................................. .................................................. 29 实验 16 生成树诊断 .................................................................. .......................................................... 31 实验 17 VLAN 配置 .................................................................. ........................................................ 33 实验 18 VLAN 主干道配置 .................................................................. .............................................. 35 实验 19 VTP 配置 .................................................................. ............................................................. 37 实验20 VLAN 间路由配置 .................................................................. .............................................. 40 实验 21VLAN 间的路由—单臂路由 .................................................................. .............................. 42 实验 22 利用三层交换实现以太网建立多个VLAN ................................................................ ........ 44 实验 23 PPP 配置 .................................................................. .............................................................. 47 实验 25 标准访问控制列表实验--禁止某一台主机的访问.. (53)实验 26 扩展访问控制列表实验--禁止某一台主机的访问 (55)实验 27 访问控制列表综合实验 .................................................................. ........................................ 57 实验 28 NAT 配置................................................................... ............................................................ 61 实验30 综合案例--企业网络基础结构的构建 .................................................................. ............... 68-1-《Cisco 网络技术》课程实验指导书概述《Cisco 网络技术课程》实验分 14 次进行,每次上机学时可按推荐学时进行,也可根据具体情况进行适当的调整,但《Cisco 网络技术课程》实验上机的总学时不得小于 25 学时。
实验五 链路捆绑与STP
一实验目标1、组网需求:采用两台核心交换机组网来提高网络可靠性,为防止二层环路,需要全网运行STP;将SW1部署为跟网桥,SW2部署为备份跟网桥,并将接入PC的接口配置为portfast端口;SW1—SW2之间使用链路捆绑进一步提高可靠性2、分析STP的选举过程(跟网桥,根端口,制定端口,阻塞端口)3、测试STP切换,并分析STP的端口状态切换过程。
二、实验拓扑图SW2备份根网桥int vlan 10192.168.10.2/24int vlan 11192.168.11.2/24三、实验内容1、基本信息配置SW1Switch>enable//进入全局模式Switch(config)#hostname SW1//进入特权模式SW1(config)#no ip domain lookup//禁用域名查找SW1(config)#enable password ip//设置进入特权模式密码SW1(config)#line console 0//连接到console线口SW1(config-line)#logging synchronous //自动换行SW1(config-line)#exec-t 0//超时为0SW1(config-line)#password ip//设置进入console线口的密码SW1(config-line)#login//进入console线口是需要进行认证SW1(config-line)#exit//退出console线口SW1(config)#line aux 0//进入线口SW1(config-line)#logging synchronous //自动换行SW1(config-line)#exec-t 0//超时为0SW1(config-line)#password bluefox //设置进入本线口的密码SW1(config-line)#login//设置进入线口是进行认证SW1(config-line)#exit//退出线口SW1(config)#line vty 04//进入线口SW1(config-line)#logging synchronous //自动换行SW1(config-line)#exec-t 0//超时为0SW1(config-line)#password bluefox //设置进入密码SW1(config-line)#login//设置进入是进行认证SW1(config-line)#exit//退出线口SW2Switch>enableSwitch#config terminalSwitch(config)#hostname SW2SW2(config)#no ip domain lookup SW2(config)#enable password ipSW2(config)#line console 0SW2(config-line)#logging synchronous SW2(config-line)#exec-t 0SW2(config-line)#password ipSW2(config-line)#loginSW2(config-line)#exitSW2(config)#line aux 0SW2(config-line)#logging synchronous SW2(config-line)#exec-t 0SW2(config-line)#password bluefox SW2(config-line)#loginSW2(config-line)#exitSW2(config)#line vty 04SW2(config-line)#logging synchronous SW2(config-line)#exec-t 0SW2(config-line)#password bluefox SW2(config-line)#loginSW2(config-line)#exitSW3Switch>enableSwitch#config terminalSwitch(config)#hostname SW3SW3(config)#no ip domain lookup SW3(config)#enable password ipSW3(config)#line console 0SW3(config-line)#logging synchronous SW3(config-line)#exec-t 0SW3(config-line)#password ipSW3(config-line)#loginSW3(config-line)#exitSW3(config)#line aux 0SW3(config-line)#logging synchronous SW3(config-line)#exec-t 0SW3(config-line)#password bluefox SW3(config-line)#loginSW3(config-line)#exitSW3(config)#line vty 04SW3(config-line)#logging synchronous SW3(config-line)#exec-t 0SW3(config-line)#password bluefox SW3(config-line)#loginSW3(config-line)#exit2、创建vlanSW1SW1#vlan database//进入vlan database模式SW1(vlan)#vlan 8//创建vlan8SW1(vlan)#vlan 10//创建vlan10SW1(vlan)#vlan 11//创建vlan11SW1(vlan)#exit//退出vlan database模式、SW2SW2#vlan database//进入vlan database模式SW2(vlan)#vlan 8//创建vlan8SW2(vlan)#vlan 10//创建vlan10SW2(vlan)#vlan 11//创建vlan11SW2(vlan)#exit//退出vlan database模式SW3SW3#vlan database//进入vlan数据库SW3(vlan)#vlan 8//创建vlan8SW3(vlan)#vlan 10//创建vlan10SW3(vlan)#vlan 11//创建vlan11SW3(vlan)#exit//退出vlan database模式4、跟网桥配置SW1(config)#spanning-tree vlan 8 priority 0 //配置sw1为vlan8的跟网桥SW1(config)#spanning-tree vlan 10 priority 0//配置sw1为vlan10的跟网桥SW1(config)#spanning-tree vlan 11 priority 0//配置sw1为vlan11 的跟网桥注:模拟器上不支持批量配置vlan跟网桥,只能一个一个配置SW2(config)#spanning-tree vlan 8 priority 4096//配置sw2为vlan8的备份网桥SW2(config)#spanning-tree vlan 10 priority 4096//配置sw2为vlan10 的备份网桥SW2(config)#spanning-tree vlan 11 priority 4096//配置sw2为vlan11的备份网桥5、二层链路捆绑SW1SW1(config)#interface range fastEthernet 0/1 -2//进入端口1和2SW1(config-if-range)#switchport trunk encapsulation dot1q//设置trunk封装协议为dot1qSW1(config-if-range)#switchport mode trunk//端口为trunk模式SW1(config-if-range)#switchport trunk allowed vlan all//配置trunk允许所有vlan通过SW1(config-if-range)#channel-group 2 mode on//将端口1和2划分到通道组2中SW1(config-if-range)#exit//退出端口1和2SW2SW2(config)#interface range fastEthernet 0/1 -2//进入端口1 和2SW2(config-if-range)#switchport trunk encapsulation dot1q //配置trunk封装协议为dot1qSW2(config-if-range)#switchport mode trunk//配置端口为trunk接口SW2(config-if-range)#switchport trunk allowed vlan all//配置trunk允许所有vlan通过SW2(config-if-range)#channel-group 2 mode on//将接口1和2 划分到通道组2中SW2(config-if-range)#exit//退出接口6、二层接口配置SW1SW1(config)#interface fastEthernet 0/3//进入接口SW1(config-if)#switchport trunk encapsulation dot1q//配置trunk封装协议为dot1qSW1(config-if)#switchport mode trunk//配置接口为trunk接口SW1(config-if)#switchport trunk allowed vlan all//配置trunk允许所有vlan通过SW1(config-if)#exit//退出端口SW2SW2(config)#interface fastEthernet 0/3//进入接口SW2(config-if)#switchport trunk encapsulation dot1q //配置trunk封装协议为dot1qSW2(config-if)#switchport mode trunk//配置接口为trunk接口SW2(config-if)#switchport trunk allowed vlan all//配置trunk允许所有vlan通过SW2(config-if)#exit//退出接口SW3SW3(config)#interface fastEthernet 0/10//进入接口SW3(config-if)#switchport mode access//配置接口为access接入模式SW3(config-if)#switchport access vlan 10//将接口划分到vlan10 中SW3(config-if)# spanning-tree portfast//设置接口为portfast模式,SW3(config-if)#exit//退出接口SW3(config)#interface fastEthernet 0/11//进入接口SW3(config-if)#switchport mode access//配置接口为access接入模式SW3(config-if)#switchport access vlan 11//将接口划分到vlan11中SW3(config-if)# spanning-tree portfast//设置接口为portfast模式SW3(config-if)#exit//退出接口SW3(config)#interface range fastEthernet 0/1 -2//进入接口1和2,此处为批量设置,因为两个接口的配置相同SW3(config-if-range)#switchport trunk encapsulation dot1q//配置trunk的封装协议为dot1qSW3(config-if-range)#switchport mode trunk//配置接口为trunk模式SW3(config-if-range)#switchport trunk allowed vlan all//配置trunk允许所有vlan通过SW3(config-if-range)#exit//退出接口1和27、二层设备网管配置SW2(config)#interface vlan 8//为sw2配置网管地址SW2(config-if)#ip address 192.168.8.130 255.255.255.128 //配置ip地址SW2(config-if)#no shutdown//启用SW2(config-if)#exit//退出SW3(config)#interface vlan 8//为sw3配置网管地址SW3(config-if)#ip address 192.168.8.132 255.255.255.128 //配置ip地址SW3(config-if)#no shutdown//启用端口SW3(config-if)#exit//退出8、三层接口配置SW1(config)#ip routing//启用三层交换机路由功能,默认开启SW1(config)#interface vlan 8//vlan 8的路由点SW1(config-if)#ip address 192.168.8.129 255.255.255.128 SW1(config-if)#no shutSW1(config-if)#exitSW1(config)#interface vlan 10//vlan10 的路由点SW1(config-if)#ip address 192.168.10.1 255.255.255.0 SW1(config-if)#no shutSW1(config-if)#exitSW1(config)#interface vlan 11//vlan11 的路由点SW1(config-if)#ip address 192.168.11.1 255.255.255.0 SW1(config-if)#no shutSW1(config-if)#exitSW2(config)#ip routing//启用三层交换机路由功能,默认开启SW2(config)#interface vlan 10//vlan10 的路由点SW2(config-if)#ip address 192.168.10.2 255.255.255.0 SW2(config-if)#no shutSW2(config-if)#exitSW2(config)#interface vlan 11//vlan11 的路由点SW2(config-if)#ip address 192.168.11.2 255.255.255.0SW2(config-if)#no shutSW2(config-if)#exit四、实验结果全网连通相互都能ping通(SW 2必须配置Vlan 10和Vlan11的IP,否则与这二个Vlan的主机无法ping通)9、 STP切换测试测试前sw3上show信息SW3#show spanning-tree briefVLAN1Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.2 128 19 FWD 0 32768 cc00.09ec.0000 128.4 FastEthernet0/2 128.3 128 19 BLK 12 32768 cc01.09ec.0000 128.4 VLAN8Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.2 128 19 FWD 0 0 cc00.09ec.0001 128.4 FastEthernet0/2 128.3 128 19 BLK 12 4096 cc01.09ec.0001 128.4 VLAN10Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.2 128 19 FWD 0 0 cc00.09ec.0002 128.4 FastEthernet0/2 128.3 128 19 BLK 12 4096 cc01.09ec.0002 128.4 FastEthernet0/10 128.11 128 19 FWD 19 32768 cc02.09ec.0002 128.11VLAN11Spanning tree enabled protocol ieeeInterface DesignatedName Port ID Prio Cost Sts Cost Bridge ID Port ID-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/1 128.2 128 19 FWD 0 0 cc00.09ec.0003 128.4 FastEthernet0/2 128.3 128 19 BLK 12 4096 cc01.09ec.0003 128.4 FastEthernet0/11 128.12 128 19 FWD 19 32768 cc02.09ec.0003 128.12将sw3上SW3(config)#interface fastEthernet 0/1//进入接口SW3(config-if)#shutdown//关闭接口SW3#show spanning-tree briefVLAN1Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/2 128.3 128 19 FWD 0 32768 cc01.09ec.0000 128.4VLAN8Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/2 128.3 128 19 FWD 12 4096 cc01.09ec.0001 128.4 VLAN10Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/2 128.3 128 19 FWD 12 4096 cc01.09ec.0002 128.4 FastEthernet0/10 128.11 128 19 FWD 31 32768 cc02.09ec.0002 128.11VLAN11Spanning tree enabled protocol ieee-------------------- ------- ---- ----- --- ----- -------------------- -------FastEthernet0/2 128.3 128 19 FWD 12 4096 cc01.09ec.0003 128.4 FastEthernet0/11 128.12 128 19 FWD 31 32768 cc02.09ec.0003 128.12端口F0/2由BLK变为FWD,说明STP切换成功1、Portfast端口在网络拓扑放声变化是缩短收敛时间,跳过监听学习阶段,直接进入转发状态2、STP选举过程:跟网桥选举:在所有运行STP的交换机上选举一个跟网桥,选择1、网桥IDID值包括优先级和MAC地址,2、选择优先级小的,3、优先级相同时选择MAC地址小的根端口选举:在所有非跟网桥上选举,选择1、端口到根网桥路径开销最小的;2、发送方网桥ID小的;3、发送方端口ID最小的;端口ID的组成包括端口优先级和端口号。
STP资料
输入线
B端3芯螺纹航空插头 孔
查询器主机至查询器天线能量 C端3芯航空插头 孔
输出线
D端3芯螺纹航空插头 针
查询器主机与车载主机通信线 E端小3芯航空插头 针
F端4芯航空插头 孔
查询器主机电源线
G端3芯航空插头 孔
H端散线(红正 白负)
车载主机电源
I端3芯航空插头 孔
J端散线(红正 黑负)
机车电台天线电缆
• 每一个月检查应答器的安装螺栓是否松动。
• 每半个月检查应答器是否被人为损害。
每半年应答器表面刷漆一次,以防应答器 表面玻璃钢风化
车 载 设 备 连 接 示 意 图
机车内司机室 主机安装位置
1
监控CAN
监控485
天线
6
股道
GPS
3
信号机
O
保险
422口
车顶外部电台天线
4
电源
110V电源
2
车底部 安装查询器支架
无线数传网
地
车务终端
面 控
制
机
局域网
电务终端
车站联锁 条件
车站联锁 条件
车站联锁 条件
車載計算机
車載計算机
司机显示器
LKJ-93系車統載計算机 司机显示器
車載計算机 LKJ-93系統 平面調車灯显L系KJ統-93系統
司机显示器 司机显示器
平面調車灯运显行系监統控记录装置
平面調車灯显系統 平面調車灯显系統
灯
表示意义
灯
表示意义
系统 1 工作
灯
系统正常工作时1秒闪亮 一次
9
主机 指示 灯
双机时频繁闪烁,单机时常 亮
联锁 2 故障
以太网通道、VTP、STP、HSRP和ACL综合实验
以太网通道、VTP、STP、HSRP和ACL综合实验一、实验拓扑图二、实验要求1.使用4台路由器模拟PC机。
2.SW1与SW2之间配置以太网通道。
3.在SW3、SW5、SW6上启用VTP。
SW3为server模式,SW5和SW6为client,VTP域名zhao,密码test,启用修剪。
4.配置SW4到SW1、SW2的热备份,实现VLAN负载均衡。
5.要求PC1和PC2的VLAN间不能互访,也不能访问其他VLAN(除特定服务器外)。
网络设备部不允许PC1和PC2所在网段ping,只有PC3和PC4可以ping。
三、实验配置SW1上的配置:全局配置模式下:ip routinginterface range f0/14 - 15switchport mode trunkchannel-group 1 mode oninterface f0/2switchport mode trunk特权模式下:vlan databasevlan 2vlan 50全局配置模式下:interface vlan 50ip address 10.255.1.1 255.255.255.0no shutdownstandby 50 ip 10.255.1.254standby 50 priority 150standby 50 preemptstandby 50 track f0/2 100interface vlan 2ip address 10.0.0.1 255.255.255.0no shutdownstandby 2 ip 10.0.0.254standby 2 preemptspanning-tree vlan 50 root primaryspanning-tree vlan 2 root secondaryinterface f0/1no switchportip address 10.255.0.50 255.255.255.252 no shutdownrouter ripversion 2no auto-summarynetwork 10.0.0.0network 10.255.0.48network 10.255.1.0SW2上的配置:全局配置模式下:ip routinginterface range f0/14 - 15switchport mode trunkchannel-group 1 mode oninterface f0/2switchport mode trunk特权模式下:vlan databasevlan 2vlan 50全局配置模式下:interface vlan 50no shutdownstandby 50 ip 10.255.1.254standby 50 preemptinterface vlan 2ip address 10.0.0.2 255.255.255.0no shutdownstandby 2 ip 10.0.0.254standby 2 priority 150standby 2 preemptstandby 2 track f0/2 100spanning-tree vlan 2 root primaryspanning-tree vlan 50 root secondaryinterface f0/1no switchportip address 10.255.0.54 255.255.255.252 no shutdownrouter ripversion 2no auto-summarynetwork 10.0.0.0network 10.255.0.52network 10.255.1.0SW3上的配置:全局配置模式下:ip routinginterface range f0/14 - 15switchport mode trunk特权模式下:vlan databasevtp domain zhaovtp password testvtp servervtp pruningvlan 550vlan 551全局配置模式下:interface vlan 550ip address 10.80.0.254 255.255.0.0no shutdowninterface vlan 551no shutdowninterface f0/1no switchportip address 10.255.0.49 255.255.255.252no shutdowninterface f0/2no switchportip address 10.255.0.53 255.255.255.252no shutdownrouter ripversion 2no auto-summarynetwork 10.80.0.0network 10.81.0.0network 10.255.0.52network 10.255.0.48access-list 100 deny icmp 10.80.0.0 0.0.255.255 any echoaccess-list 100 permit ip 10.80.0.0 0.0.255.255 host 10.0.0.10 access-list 101 deny icmp 10.81.0.0 0.0.255.255 any echoaccess-list 101 permit ip 10.81.0.0 0.0.255.255 host 10.0.0.10 interface vlan 550ip access-group 100 ininterface vlan 551ip access-group 101 inSW4上的配置:特权模式下:vlan databasevlan 2vlan 50全局配置模式下:interface range f0/1 - 2switchport mode trunkinterface f0/14switchport mode accessswitchport access vlan 50interface f0/15switchport mode accessswitchport access vlan 2SW5上的配置:特权模式下:vlan databasevtp domain zhaovtp password testvtp client全局配置模式下:interface f0/14switchport mode trunkinterface f0/1switchport mode accessswitchport access vlan 550SW6上的配置:特权模式下:vlan databasevtp domain zhaovtp password testvtp client全局配置模式下:interface f0/15switchport mode trunkinterface f0/1switchport mode accessswitchport access vlan 551interface vlan 1ip address 10.255.PC1(路由器R1模拟)上的配置:全局配置模式下:no ip routingip default-gateway 10.80.0.254 interface f0/0ip address 10.80.0.10 255.255.0.0 no shutdownPC2(路由器R2模拟)上的配置:全局配置模式下:no ip routingip default-gateway 10.81.0.254 interface f0/0ip address 10.81.0.10 255.255.0.0 no shutdownPC3(路由器R3模拟)上的配置:全局配置模式下:no ip routingip default-gateway 10.255.1.254 interface f0/0ip address 10.255.1.10 255.255.255.0 no shutdownPC4(路由器R4模拟)上的配置:全局配置模式下:no ip routingip default-gateway 10.0.0.10interface f0/0ip address 10.0.0.254 255.255.255.0 no shutdown。
软件测试计划(STP)文档标准模版
软件测试计划(STP)XXXX公司文件更改记录文件版本变更记录软件测试计划(STP)说明:1.《软件测试计划》(STP)描述对计算机软件配置项CSCI,系统或子系统进行合格性测试的计划安排。
内容包括进行测试的环境、测试工作的标识及测试工作的时间安排等。
2.通常每个项目只有一个STP,使得需方能够对合格性测试计划的充分性作出评估。
模版说明:1、文档字体设定:标题1:小一标题2:二号标题3:小二标题4:三号标题5:小三标题6:四号正文:四号2、文章编号,请使用格式刷刷,不要手工编号。
目前格式都是对的。
3、内容根据实际情况裁剪,一般可行性研究报告,模版章节不可缺。
4、封面图片请根据实际情况自行替换。
5、关于修订记录,请根据文档需要自行添加。
1.引言本章分为以下几条。
1.1.标识本条应包含本文档适用的系统和软件的完整标识,(若适用)包括标识号、标题、缩略词语、版本号和发行号。
1.2.系统概述本条应简述本文档适用的系统和软件的用途。
它应描述系统与软件的一般性质;概述系统开发、运行和维护的历史;标识项目的投资方、需方、用户、开发方和支持机构;标识当前和计划的运行现场;并列出其他有关文档。
1.3.文档概述本条应概括本文档的用途与内容,并描述与其使用有关的保密性或私密性要求。
1.4.与其他计划的关系(若有)本条应描述本计划和有关的项目管理计划之间的关系。
1.5.基线给出编写本软件测试计划的输入基线,如软件需求规格说明。
2.引用文件本章应列出本文档引用的所有文档的编号、标题、修订版本和日期。
本章还应标识不能通过正常的供货渠道获得的所有文档的来源。
3.软件测试环境本章应分条描述每一预计的测试现场的软件测试环境。
可以引用软件开发计划(SDP)中所描述的资源。
3.1.3.x(测试现场名称)本条应标识一个或多个用于测试的测试现场,并分条描述每个现场的软件测试环境。
如果所有测试可以在一个现场实施,本条及其子条只给出一次。
如果多个测试现场采用相同或相似的软件测试环境,则应在一起讨论。
STP实验
1.将SW3的f0/2 口断掉;观察现象?
SW(config)# Spanning-tree vlan 1 root primary
将SW的桥优先级设置为8192. 若为secondary,则将桥优先级设为16384 Listening-Learning-forwarding 则f0/2口要经过30秒的时间开始转发;
2.将SW3的f0/2端口设置portfat,则将f0/3口shutdowan,现象?
3.uplinkfast 将SW3接口配置为Uplinkfast,观察?
SW3(config)#Spaning-tree Uplinkfast
配置完后,SW3的桥优先级将由原来的32768变为49152.自身接口的cost值变为3019.
4.配置Backbonfast,观察现象?
在SW3上配置SW3(config)#spanning-tree Backbonfast
将SW2的f0/1口shutdowan,则
正常情况下需要经过20秒的老化时间SW3的f0/2口才变为转发状态。
原因:将SW2的f0/1口断掉后--(即相对于SW3来说是非直连链路失效),SW2收不到跟桥的BPDU,也收不到SW3的bpdu,于是SW2便向SW3发送BPDU,BPDU中为SW2自己的桥ID,SW3收到此次级bpdu,便从f0/3口发送一个RLQ查询跟桥是否正常;SW1收到RLQ就回复一个消息,SW2收到后,便立即将f0/2口由Bloking---------forwing。
4、Vlan实验指导 (TEST系列文档) V1.2
Vlan实验指导Version 1.2 update:2015-04-03 By:鲍中帅一、概述 (2)二、实现一(Access) (2)2.1、实现前提 (2)2.2、具体步骤1 (2)2.3、效果测试1 (2)2.4、具体步骤2 (3)2.5、效果测试2 (3)三、实现二(Trunk) (3)3.1、实现前提 (4)3.2、实现步骤 (4)3.3、效果测试 (4)四、实现三(Hybrid) (5)4.1、实现前提 (5)4.2、实现步骤 (5)4.3、效果测试 (6)4.4、效果查看 (7)五、补充 (8)一、概述Vlan(虚拟局域网)技术,因其部署简单,效率高在局域网中得到了大规模使用;本质上,Vlan是用来隔离二层通信,一般情况下不同Vlan之间在二层上是不能实现通信,通过Vlan能够非常方便的隔离二层的流量;Vlan实现的本质是通过在设备的接口对标准的以太网数据帧进行Tag操作来实现;为了灵活操作Tag,H3C设备定义了三种链路类型,分别是Access、Trunk、Hybrid;下面分别介绍其实现方式;192.1.1.1/24192.1.1.2/24二、实现一(Access)2.1、实现前提本例中,需要先配置好两台PC的网卡地址,让其在同一个网段即可;同时,建议关闭Windows 防火墙功能;略;2.2、具体步骤1[Switch]sysname Switch //更改设备名称;[Switch]vlan 20 //创建Vlan 20;[Switch-vlan20]quit[Switch]interface Ethernet 1/0/2[Switch-Ethernet1/0/2]port access vlan 20 //将接口划分到vlan20中去;[Switch-Ethernet1/0/2]quit[Switch]interface Ethernet 1/0/4[Switch-Ethernet1/0/4]port access vlan 20 //将接口划分到vlan20中去;[Switch-Ethernet1/0/4]quit[Switch]2.3、效果测试1C:\Users\Administrator>ping 192.1.1.1 //在PC上进行互相测试连通性;(测试之前,建议关闭PC本身的Windows防火墙,否则可能ping失败;)正在Ping 192.1.1.1 具有32 字节的数据:来自192.1.1.1 的回复: 字节=32 时间<1ms TTL=64来自192.1.1.1 的回复: 字节=32 时间<1ms TTL=64来自192.1.1.1 的回复: 字节=32 时间<1ms TTL=64来自192.1.1.1 的回复: 字节=32 时间<1ms TTL=64192.1.1.1 的Ping 统计信息:数据包: 已发送= 4,已接收= 4,丢失= 0 (0% 丢失),往返行程的估计时间(以毫秒为单位):最短= 0ms,最长= 0ms,平均= 0ms#测试通过!证明,处于相同Vlan的两个PC是可以互相访问;2.4、具体步骤2#将连接两台PC的两个端口划分到不同的Vlan分别属于vlan10和vlan20;测试连通性;[Switch]sysname Switch //更改设备名称;[Switch]vlan 10 //创建Vlan 10;[Switch-vlan10]quit[Switch]vlan 20 //创建Vlan 20;[Switch-vlan20]quit[Switch]interface Ethernet 1/0/2[Switch-Ethernet1/0/2]port access vlan 10 //将接口划分到vlan10中去;[Switch-Ethernet1/0/2]quit[Switch]interface Ethernet 1/0/4[Switch-Ethernet1/0/4]port access vlan 20 //将接口划分到vlan20中去;[Switch-Ethernet1/0/4]quit[Switch]2.5、效果测试2C:\Users\Administrator>ping 192.1.1.1 //分别相互测试连通性;发现更改为不同vlan后无法访问对端;证明,不同Vlan的两台PC即使处于相同网段也无法互相访问;Vlan实现了二层数据隔离的功能;正在Ping 192.1.1.1 具有32 字节的数据:请求超时。
功能测试指导书
技术文件技术文件名称:功能测试指导书 技术文件编号: 版 本:V1.2共5页(包括封面)拟 制 审 核 批 准朱 志 聪上海斯比德通讯技术有限公司功能测试指导书秘密▲修改记录文件编号 版本号 1.0 1.1 1.2 拟制人/ 修改人 朱志聪 朱志聪 朱志聪 拟制/修改 日期 2007-11-16 2008-01-15 2008-03-24 更改理由 无 S106 量产 S168 量产 主要更改内容 (写要点即可) 无注 1:每次更改归档文件时,需填写此表。
注 2:文件第一次归档时, “更改理由”“主要更改内容”栏写“无” 、 。
本文中的所有信息均为上海斯比德公司内部信息,不得向外传播功能测试指导书秘密▲目录1 编写目的 ......................................................................................................................................4 2 系统描述 ......................................................................................................................................4 3 操作指导 ......................................................................................................................................43.1 硬件环境...............................................................................................................................4 3.2 测试流程...............................................................................................................................4本文中的所有信息均为上海斯比德公司内部信息,不得向外传播功能测试指导书秘密▲1 编写目的编写本方案的目的在于为 PCBA 生产环节中的功能测试工位提供一个指导方案,保证手 机主板的正常生产,并使测试过程具有明确的步骤和方法。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
STP 实验指导Version 1.1 update:2014-09-09 By:鲍中帅一、概述 (2)二、实现 (2)2.1、实现前提 (2)2.2、具体步骤 (2)2.3、手工控制 (4)三、补充 (6)一、概述在二层网络中,常常考虑到冗余链路或者由于人为失误导致在两台二层设备之间存在多条物理链路,而根据交换机工作原理,对于组播帧、广播帧以及未知单播帧采取泛洪的处理方式,这就导致了在二层以太网中极其容易出现数据帧被重复、来回传递;当二层冗余链路过多时,极其容易出现所谓的“广播风暴”,这将给网络设备以及链路带来比较大的负载;所以,需要在二层有消除环路的协议,这就是今天的主角:STP(Spanning Tree Protocol);STP是一款能够在数据链路层消除物理环路的协议;主要功能有两个:1、阻断冗余链路;2、当可用链路发生故障时,恢复被阻断的冗余链路,提高网络可用性;本实验的目标:利用STP协议,消除二层设备之间的环路;二、实现2.1、实现前提默认情况下,在H3C的交换机中,STP是处于关闭状态的;所以需要手工开启;2.2、具体步骤#默认情况下,STP处于关闭状态;[SW2]display stpProtocol Status :disabledProtocol Std. :IEEE 802.1sVersion :3CIST Bridge-Prio. :32768MAC address :000f-e25f-ae42Max age(s) :20Forward delay(s) :15Hello time(s) :2Max hops :20#开启STP;[Switch]stp enable#开启后;[SW2]display stp-------[CIST Global Info][Mode MSTP]-------//默认情况下,STP的版本为MSTP;CIST Bridge :32768.0cda-417d-1d63Bridge Times :Hello 2s MaxAge 20s FwDly 15s MaxHop 20CIST Root/ERPC :32768.000f-e25f-ae42 / 200CIST RegRoot/IRPC :32768.0cda-417d-1d63 / 0CIST RootPortId :128.1BPDU-Protection :disabledBridge Config-Digest-Snooping :disabledTC or TCN received :129Time since last TC :0 days 0h:0m:33s#通过命令可以查看到哪些接口被阻塞;E1/0/10被阻塞;证明,当网络中存在冗余链路时,会在逻辑上阻塞冗余链路,防止网络发生环路;需要留意的是,阻塞是逻辑上的,通过查看交换机指示灯,被阻塞接口的指示灯仍然是点亮的状态;[SW2]dis stp briefMSTID Port Role STP State Protection0 Ethernet1/0/1 ROOT FORWARDING NONE0 Ethernet1/0/10 ALTE DISCARDING NONE[SW2]display stp interface e1/0/1----[CIST][Port1(Ethernet1/0/1)][FORWARDING]----Port Protocol :enabledPort Role :CIST Root PortPort Priority :128Port Cost(Legacy) :Config=auto / Active=200Desg. Bridge/Port :32768.000f-e25f-ae42 / 128.1Port Edged :Config=disabled / Active=disabledPoint-to-point :Config=auto / Active=trueTransmit Limit :10 packets/hello-timeProtection Type :NoneMST BPDU Format :Config=auto / Active=legacyPort Config-Digest-Snooping :disabledNum of Vlans Mapped :1PortTimes :Hello 2s MaxAge 20s FwDly 15s MsgAge 0s RemHop 20BPDU Sent :3TCN: 0, Config: 0, RST: 0, MST: 3BPDU Received :39TCN: 0, Config: 0, RST: 0, MST: 39TCN: 0, Config: 0, RST: 0, MST: 39[SW2]display stp interface e1/0/10----[CIST][Port10(Ethernet1/0/10)][DISCARDING]----Port Protocol :enabledPort Role :CIST Alternate PortPort Priority :128Port Cost(Legacy) :Config=auto / Active=200Desg. Bridge/Port :32768.000f-e25f-ae42 / 128.10Port Edged :Config=disabled / Active=disabledPoint-to-point :Config=auto / Active=trueTransmit Limit :10 packets/hello-timeProtection Type :NoneMST BPDU Format :Config=auto / Active=legacyPort Config-Digest-Snooping :disabledNum of Vlans Mapped :1PortTimes :Hello 2s MaxAge 20s FwDly 15s MsgAge 0s RemHop 20BPDU Sent :20TCN: 0, Config: 0, RST: 0, MST: 20BPDU Received :106TCN: 0, Config: 0, RST: 0, MST: 106#当可用链路E1/0/1口发生故障时,先前被阻塞的链路会恢复转发状态;例如,将E1/0/1口拔出,E1/0/10口恢复转发;[SW2]dis stp briefMSTID Port Role STP State Protection0 Ethernet1/0/10 ROOT FORWARDING NONE2.3、手工控制#另外,我们也可以手工控制根桥的位置;从而控制被阻塞接口的位置;通过命令行实现;[SW2]stp root primary //设置当前根桥为主根桥;[SW2]display stp briefMSTID Port Role STP State Protection0 Ethernet1/0/1 DESI FORWARDING NONE0 Ethernet1/0/10 DESI FORWARDING NONE#可以看到,将SW2设置为根桥后,SW2上就没有阻塞端口了,此时的阻塞端口已经转移到了SW1设备上;[SW2]display stp-------[CIST Global Info][Mode MSTP]-------CIST Bridge :0.0cda-417d-1d63Bridge Times :Hello 2s MaxAge 20s FwDly 15s MaxHop 20CIST Root/ERPC :0.0cda-417d-1d63 / 0CIST RegRoot/IRPC :0.0cda-417d-1d63 / 0CIST RootPortId :0.0BPDU-Protection :disabledBridge Config-Digest-Snooping :disabledCIST Root Type :PRIMARY rootTC or TCN received :129Time since last TC :0 days 0h:0m:17s[SW1]display stp-------[CIST Global Info][Mode MSTP]-------CIST Bridge :32768.000f-e25f-ae42Bridge Times :Hello 2s MaxAge 20s FwDly 15s MaxHop 20CIST Root/ERPC :0.0cda-417d-1d63 / 200CIST RegRoot/IRPC :32768.000f-e25f-ae42 / 0CIST RootPortId :128.1BPDU-Protection :disabledTC-Protection :enabled / Threshold=6Bridge ConfigDigest Snooping :disabledTC or TCN received :7Time since last TC :0 days 0h:0m:39s#通过对比可以看到,SW1的桥ID没有SW2的桥ID优,因此网络中的根桥为SW2;#我们还可以将一个接口关闭STP协议;[SW1-Ethernet1/0/11]stp disable //关闭接口上的STP;[SW1-Ethernet1/0/11]display stp interface e1/0/10----[CIST][Port10(Ethernet1/0/10)][DISABLED]----//接口STP被关闭,状态为disabled;Port Protocol :disabled#通常情况下,为了加快连接PC端口的STP状态迁移,都会将这类接口设置为边缘端口;[SW1-Ethernet1/0/12]stp edged-port enable //将此接口设置为边缘接口;[SW1-Ethernet1/0/12]display stp interface e1/0/12----[CIST][Port10(Ethernet1/0/12)][FORWARDING]----Port Protocol :enabledPort Role :CIST Designated PortPort Priority :128Port Cost(Legacy) :Config=auto / Active=200Desg. Bridge/Port :32768.000f-e25f-ae42 / 128.10Port Edged :Config=enabled / Active=enabled //开启成功;Point-to-point :Config=auto / Active=trueTransmit Limit :10 packets/hello-timeProtection Type :NoneMSTP BPDU format :Config=auto / Active=legacyPort ConfigDigest Snooping :disabledRapid Fwd State :Rapid ForwardingNum of Vlans Mapped :1PortTimes :Hello 2s MaxAge 20s FwDly 15s MsgAge 1s RemHop 20BPDU Sent :2TCN: 0, Config: 2, RST: 0, MST: 0BPDU Received :0TCN: 0, Config: 0, RST: 0, MST: 0三、补充关于在接口下stp disable与stp edged-port enable两个的区别:1、stp disable后,这个接口不参与STP计算,即使这个接口再接收到STP BPDU后也只会当作普通的组播帧泛洪,此时容易发生环路;因此慎用stp disable;2、stp edged-port enable后,此接口一旦up,就立刻Forwarding状态,收敛速度极快,这一点上和stp disable此端口效果一致;但区别是edged-port后,此端口再接收到STP BPDU时,会丧失快速收敛的属性,变成普通端口,并参与STP的计算,这时,对比stp disable的优势就提现出来;3、最后,需要指出的是,stp disable后,STP BPDU不会从这个接口主动定时发送出去;但stpedged-port enable后,此端口仍然会主动定时向外发送STP BPDU;。