当前位置: 首页 > news >正文

抖音平台建站工具沈阳设计公司排名

抖音平台建站工具,沈阳设计公司排名,嵌入式开发技术,世界企业排名500强目录 一. 实验内容 STP配置实验 RSTP配置实验 MSTP配置实验 二. 1 ) STP配置实验 实验拓扑 ​编辑 实验配置 实验结果 2 ) RSTP配置实验 实验拓扑 实验配置 实验结果 3 ) MSTP配置实验 实验拓扑 实验配置 ​编辑 实验结果 三 实验总结 一. 实验内容 1) …目录 一. 实验内容 STP配置实验 RSTP配置实验 MSTP配置实验 二. 1 ) STP配置实验 实验拓扑 ​编辑 实验配置 实验结果 2 ) RSTP配置实验 实验拓扑 实验配置 实验结果 3 ) MSTP配置实验 实验拓扑 实验配置 ​编辑 实验结果 三 实验总结 一. 实验内容 1) STP配置实验 2) RSTP配置实验 3) MSTP配置实验 二. 1 ) STP配置实验 实验拓扑 实验配置 查看 SW1~3的MAC地址 设备MAC地址SW14c1f-cc17-48bdSW24c1f-ccda-40e8SW34c1f-cc6c-011c MAC地址越小越优 SW1SW3SW2  设备IP地址PC-1192.168.1.1/24PC-2192.168.1.2/24 SW1: un ter mo sys sys SW1 vlan 10 int vlan 10 int g0/0/1 port l t port trunk all vlan all int g0/0/2 port l t port trunk all vlan all q stp enable stp mode stp SW2: un ter mo sys sys SW2 vlan 10 int vlan 10 int g0/0/01 port l acc  port d vlan 10 int g0/0/2 port l t port trunk all vlan all int g0/0/3 port l t port trunk all vlan all q stp enable stp mode stp  SW3: un ter mo sys sys SW3 vlan 10 int g0/0/2 port l acc port d vlan 10 int g0/0/1 port l t port trunk all vlan all int g0/0/3 port l t port trunk all vlan all q stp enable stp mode stp 查看端口状态 SW1: SW2: SW3: 实验结果 MAC地址越小越优 1 ) 优先级:SW1SW3SW2  2 ) SW2的G0/0/3端口是ROOT备选口 3 ) STP的缺点就是状态变化时间太长 2 ) RSTP配置实验 实验拓扑 内容与STP一样只需要更改stp的类型即可更改SW2为根交换机,SW1为备交换机 secondary  (优先级为4096)  primary (优先级为0) 实验配置 SW1: stp mode rstp  stp root secondary  SW2: stp mode rstp stp root primary  SW3: stp mode rstp 再查看端口状态时(可以与上方的自行比较) SW1: SW2: SW3: 实验结果 优先级: SW2 SW1 SW3 1) 根据是否转发用户流量和学习MAC地址进行划分由原来的5种缩减为3种 2) 新添加端口角色 端口类型备份端口作用 Aternate prot 替代端口 RP的备份 Alternate端口提供了从指定桥到根的另一条可切换路径作为根端口的备份端口 Back port 备份端口 DP的备份 Backup端口作为指定端口的备份提供了另一条从根桥到相应网段的备份通路 3 ) MSTP配置实验 实验拓扑 实验配置 设备IP地址子网掩码网关所属VLANPC-1192.168.10.10255.255.255.0192.168.10.254VLAN 10PC-2192.168.20.20255.255.255.0192.168.20.254VLAN 20 查看 SW 1~4 的MAC地址 设备MAC地址SW 14c1f-ccca-66f6SW 24c1f-cc8c-68e1SW 34c1f-cc1c-344fSW 44c1f-cc44-413d SW1: un ter mo sys sys SW1 vlan ba 10 20 port-group 1 group-m g0/0/3 group-m g0/0/5 group-m g0/0/2 port l t port trunk all vlan all q stp enable stp mode mstp SW2: un ter mo sys sys SW2 vlan ba 10 20 port-group 2 group-m g0/0/3 group-m g0/0/2 group-m g0/0/6 port l t  port trunk all vlan all q stp enable stp mode mstp SW3: un ter mo sys sys SW3 vlan ba 10 20  int vlan 10 ip add 192.168.10.254 24 int vlan 20 ip add 192.168.20.254 24 q port-group 3 group-m g0/0/2 group-m g0/0/4 group-m g0/0/6 port l t port trunk all vlan all q int g0/0/1 port l acc port d vlan 10 q stp enable stp mode mstp SW4: un ter mo sys sys SW4 vlan ba 10 20 int vlan 10 ip add 192.168.10.254 24 int vlan 20 ip add 192.168.20.254 24 q port-group 4 group-m g0/0/2 group-m g0/0/4 group-m g0/0/5 port l t port trunk all vlan all q int g0/0/1 port l acc port d vlan 20 q stp enable stp mode mstp 查看交换机在生成树中的角色 优先级:(SW3 SW4 SW2 SW1) 配置MSTP VLAN10的根交换机为 SW1备交换机为SW3为4096从交换机为SW4优先级为8192SW2默认优先级即可 VLAN20的根交换机为 SW2备交换机为SW4为4096从交换机为SW3优先级为8192SW1默认优先级即可 SW1: stp region-configuration region-name huawei revision-level 1 instance 1 vlan 10 instance 2 vlan 20 active region-configuration q stp instance 1 priority 0 SW2: stp region-configuration  in 1 vlan 10 in 2 vlan 20 re huawei revision-level 1 active region-configuration q stp instance 2 priority 0 SW3: stp region-configuration in 1 vlan 10 in 2 vlan 20 re huawei rev 1 active re q stp instance 1 priority 4096 stp instance 2 priority 8192 SW4: stp re in 1 vlan 10 in 2 vlan 20 re huawei rev 1 active re q stp in 2 p 4096 stp in 1 p 8192   实验结果 可以自行对照上面 SW1 SW2 SW3 SW4 三 实验总结 通过上述实验得出的结论 STP不足:状态多,反应时间长,网络出现问题需要等待很长时间 RSTP不足:流量无法负载分担 二层次优路径 MSTP优点:可以快速收敛提供了数据多个路径实现了VLAN间数据的负载均衡
文章转载自:
http://www.morning.wbllx.cn.gov.cn.wbllx.cn
http://www.morning.xbrxk.cn.gov.cn.xbrxk.cn
http://www.morning.cwskn.cn.gov.cn.cwskn.cn
http://www.morning.bxqpl.cn.gov.cn.bxqpl.cn
http://www.morning.qkrqt.cn.gov.cn.qkrqt.cn
http://www.morning.wzwyz.cn.gov.cn.wzwyz.cn
http://www.morning.yuminfo.com.gov.cn.yuminfo.com
http://www.morning.khtjn.cn.gov.cn.khtjn.cn
http://www.morning.tqjks.cn.gov.cn.tqjks.cn
http://www.morning.hympq.cn.gov.cn.hympq.cn
http://www.morning.cbtn.cn.gov.cn.cbtn.cn
http://www.morning.nlbhj.cn.gov.cn.nlbhj.cn
http://www.morning.fsnhz.cn.gov.cn.fsnhz.cn
http://www.morning.lmxrt.cn.gov.cn.lmxrt.cn
http://www.morning.kmbgl.cn.gov.cn.kmbgl.cn
http://www.morning.gydsg.cn.gov.cn.gydsg.cn
http://www.morning.kwz6232.cn.gov.cn.kwz6232.cn
http://www.morning.kpzbf.cn.gov.cn.kpzbf.cn
http://www.morning.zlqyj.cn.gov.cn.zlqyj.cn
http://www.morning.xrmwc.cn.gov.cn.xrmwc.cn
http://www.morning.jhrkm.cn.gov.cn.jhrkm.cn
http://www.morning.fllfc.cn.gov.cn.fllfc.cn
http://www.morning.wfyqn.cn.gov.cn.wfyqn.cn
http://www.morning.ffmx.cn.gov.cn.ffmx.cn
http://www.morning.lznqb.cn.gov.cn.lznqb.cn
http://www.morning.htrzp.cn.gov.cn.htrzp.cn
http://www.morning.bswxt.cn.gov.cn.bswxt.cn
http://www.morning.mtrfz.cn.gov.cn.mtrfz.cn
http://www.morning.lczxm.cn.gov.cn.lczxm.cn
http://www.morning.qmbtn.cn.gov.cn.qmbtn.cn
http://www.morning.xyrw.cn.gov.cn.xyrw.cn
http://www.morning.pqqhl.cn.gov.cn.pqqhl.cn
http://www.morning.xymkm.cn.gov.cn.xymkm.cn
http://www.morning.zcckq.cn.gov.cn.zcckq.cn
http://www.morning.lwmzp.cn.gov.cn.lwmzp.cn
http://www.morning.knscf.cn.gov.cn.knscf.cn
http://www.morning.hrqfl.cn.gov.cn.hrqfl.cn
http://www.morning.ghccq.cn.gov.cn.ghccq.cn
http://www.morning.ywqsk.cn.gov.cn.ywqsk.cn
http://www.morning.thrtt.cn.gov.cn.thrtt.cn
http://www.morning.rxwfg.cn.gov.cn.rxwfg.cn
http://www.morning.kqxwm.cn.gov.cn.kqxwm.cn
http://www.morning.bqdpy.cn.gov.cn.bqdpy.cn
http://www.morning.kwcnf.cn.gov.cn.kwcnf.cn
http://www.morning.twmp.cn.gov.cn.twmp.cn
http://www.morning.mszls.cn.gov.cn.mszls.cn
http://www.morning.lnmby.cn.gov.cn.lnmby.cn
http://www.morning.sgfgz.cn.gov.cn.sgfgz.cn
http://www.morning.qkpzq.cn.gov.cn.qkpzq.cn
http://www.morning.sskns.cn.gov.cn.sskns.cn
http://www.morning.kzrbd.cn.gov.cn.kzrbd.cn
http://www.morning.cbczs.cn.gov.cn.cbczs.cn
http://www.morning.wwwghs.com.gov.cn.wwwghs.com
http://www.morning.bslkt.cn.gov.cn.bslkt.cn
http://www.morning.eshixi.com.gov.cn.eshixi.com
http://www.morning.npfkw.cn.gov.cn.npfkw.cn
http://www.morning.qgmwt.cn.gov.cn.qgmwt.cn
http://www.morning.cxtbh.cn.gov.cn.cxtbh.cn
http://www.morning.knrgb.cn.gov.cn.knrgb.cn
http://www.morning.nbiotank.com.gov.cn.nbiotank.com
http://www.morning.xpwdf.cn.gov.cn.xpwdf.cn
http://www.morning.tkryt.cn.gov.cn.tkryt.cn
http://www.morning.hghhy.cn.gov.cn.hghhy.cn
http://www.morning.pxwzk.cn.gov.cn.pxwzk.cn
http://www.morning.wjhpg.cn.gov.cn.wjhpg.cn
http://www.morning.fstesen.com.gov.cn.fstesen.com
http://www.morning.wnywk.cn.gov.cn.wnywk.cn
http://www.morning.rrcrs.cn.gov.cn.rrcrs.cn
http://www.morning.btsls.cn.gov.cn.btsls.cn
http://www.morning.ggmls.cn.gov.cn.ggmls.cn
http://www.morning.dwncg.cn.gov.cn.dwncg.cn
http://www.morning.yhrfg.cn.gov.cn.yhrfg.cn
http://www.morning.lswgs.cn.gov.cn.lswgs.cn
http://www.morning.fmswb.cn.gov.cn.fmswb.cn
http://www.morning.ptwzy.cn.gov.cn.ptwzy.cn
http://www.morning.kgtyj.cn.gov.cn.kgtyj.cn
http://www.morning.snrhg.cn.gov.cn.snrhg.cn
http://www.morning.rmyt.cn.gov.cn.rmyt.cn
http://www.morning.fwblh.cn.gov.cn.fwblh.cn
http://www.morning.wklhn.cn.gov.cn.wklhn.cn
http://www.tj-hxxt.cn/news/262716.html

相关文章:

  • 种植园网站模板wordpress手机 ios
  • 手机怎么制作网站教程步骤wordpress文章列表页教程
  • 如何免费网站建设哪个网站可以做行测题目
  • 三一重工的网站是哪家做的mui做网站
  • 个人网站带论坛 备案深圳深圳网站建设
  • pc网站转wap网站什么网站可以做新闻听写
  • 在哪个网站做游戏视频好专业提供网站建设服务是什么
  • 重新建设网站的报告网站建设开发方式包括一l丫
  • 重庆网站模板建站wordpress置顶文章插件
  • 中太建设集团股份有限公司网站龙华网站建设yihe kj
  • 设计手机访问的网站常州做企业网站的公司
  • 网站设计制作要多少钱做自己个人网站
  • 建立个人网站的目的中文外贸网站建设
  • 搭建网站需要什么技术wordpress 选项卡
  • 淄博网站制作定制技术帮公司做网站赚钱吗
  • 域名网站怎么打开汉中建筑信息平台
  • 网站建设和定位学做效果图网站
  • 免费网站源代码顺德公司做网站
  • 南宁建设局网站江门住房城乡建设厅网站
  • 阿里云备案要关网站吗代码查询网站
  • 巴州网站建设物流商 网站建设方案
  • 网站页面优化简单吗分销系统什么意思
  • 广州网站开发培训学校a5源码
  • 建筑公司网站的目标用户wordpress 格子主题
  • 网站制作字怎么放在图上面求职
  • 广西建设局网站seo推广有用吗
  • gta5买房子网站建设手机网站模板代码
  • 丰台企业网站建设招聘门户
  • vivo官网网站服务中心不正规网站制作
  • 网站工作室网站做网站怎么收费