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

潘家园网站建设wordpress 媒体库位置

潘家园网站建设,wordpress 媒体库位置,山东泰安网络科技有限公司,wordpress安装完无法登录详解配置交换机多生成树MSTPVRRP 的典型组网 组网#xff1a; 1. 这是一个由三台交换机组成的倒三角型二层交换网络#xff1b;网络中有4个VLAN#xff1a;10、20、30、40#xff1b;接口编号如图所示#xff1b;SW3为接入层交换机#xff0c;SW1、SW2为汇聚层交换机VRRP 的典型组网 组网 1. 这是一个由三台交换机组成的倒三角型二层交换网络网络中有4个VLAN10、20、30、40接口编号如图所示SW3为接入层交换机SW1、SW2为汇聚层交换机 2. VLAN10对应的网段为192.168.10.0/24VLAN20对应的网段为192.168.20.0/24VLAN30对应的网段为192.168.30.0/24VLAN40对应的网段为192.168.40.0/24各VLAN的网关均为192.168.x.254的地址该地址为VRRP组的虚拟地址。 现在要求 1. 由于网络中VLAN较多并且存在二层环路因此使用MSTP实现环路避免同时实现负载分担。要求VLAN10、VLAN20的流量主走SW1-SW3这一侧链路VLAN30、VLAN40的流量主走SW2-SW3这一侧链路 2. 为了提高网络的网关层冗余能力在SW1及SW2的vlanif10、vlanif20、vlanif30、vlanif40上部署VRRP一共4组。 二、IP设置 PC1:192.168.10.1/24,vlan10 PC2:192.168.20.1/24,vlan20 PC3:192.168.30.1/24,vlan30 PC4:192.168.40.1/24,vlan40 SW1: vlanif10:192.168.10.253/24,virtual-ip:192.168.10.254/24,master Vlanif20:192.168.20.253/24,virtual-ip:192.168.20.254/24,master Vlanif30:192.168.30.253/24,virtual-ip:192.168.30.254/24,backup Vlanif40:192.168.40.253/24,virtual-ip:192.168.40.254/24,backup SW2: vlanif10:192.168.10.252/24,virtual-ip:192.168.10.254/24,backup Vlanif20:192.168.20.252/24,virtual-ip:192.168.20.254/24,backup Vlanif30:192.168.30.252/24,virtual-ip:192.168.30.254/24,master Vlanif40:192.168.40.252/24,virtual-ip:192.168.40.254/24,master 三、配置步骤 由于网络中VLAN较多并且存在二层环路因此使用MSTP实现环路避免同时实现负载分担。将VLAN10、20映射到MSTP实例1将VLAN30、40映射到MSTP实例2。MSTP实例1阻塞掉的端口为SW3的GE0/0/22实例2阻塞掉的端口为SW3的GE0/0/21。换句话说就是SW1配置为实例1的主根、实例2的次根而SW2配置为实例2的主根、实例1的次根。这个案例中必须确保VRRP的Master及Backup与MSTP的主、备根重叠。也就是说SW1是MSTP实例1的主根同时它是vlanif10及vlanif20的VRRP Master而SW2是MSTP实例2的主根同时它是vlanif30及vlanif40的VRRP Master。 SW3的配置如下 #在SW3上创建VLAN并将接口加入相应的VLAN [SW3] vlan batch 10 20 30 40 [SW3] interface GigabitEthernet0/0/21 [SW3-GigabitEthernet0/0/21] port link-type trunk [SW3-GigabitEthernet0/0/21] port trunk allow-pass vlan 10 20 30 40 [SW3] interface GigabitEthernet0/0/22 [SW3-GigabitEthernet0/0/22] port link-type trunk [SW3-GigabitEthernet0/0/22] port trunk allow-pass vlan 10 20 30 40 #配置MSTP将vlan10 20映射到实例1将vlan30 40映射到实例2。在SW3上MSTP实例1及实例2的优先级保持默认32768 [SW3] stp mode mstp [SW3] stp region-configuration [SW3-mst-region] region-name huawei #配置MSTP域名 [SW3-mst-region] instance 1 vlan 10 20 #将VLAN10、20映射到实例1 [SW3-mst-region] instance 2 vlan 30 40 #将VLAN30、40映射到实例2 [SW3-mst-region] active region-configuration #激活配置 [SW3-mst-region] quit [SW3] stp enable SW1的配置如下 [SW1] vlan batch 10 20 30 40 [SW1] interface GigabitEthernet0/0/24 [SW1-GigabitEthernet0/0/24] port link-type trunk [SW1-GigabitEthernet0/0/24] port trunk allow-pass vlan 10 20 30 40 [SW1] interface GigabitEthernet0/0/21 [SW1-GigabitEthernet0/0/21] port link-type trunk [SW1-GigabitEthernet0/0/21] port trunk allow-pass vlan 10 20 30 40 #配置MSTP将VLAN10 20映射到实例1将VLAN30 40映射到实例2。将SW1的MSTP设置为实例1的主根实例2的次根 [SW1] stp mode mstp [SW1] stp region-configuration [SW1-mst-region] region-name huawei [SW1-mst-region] instance 1 vlan 10 20 [SW1-mst-region] instance 2 vlan 30 40 [SW1-mst-region] active region-configuration [SW1-mst-region] quit [SW1] stp instance 1 root primary [SW1] stp instance 2 root secondary [SW1] stp enable #配置vlanif10、vlanif20、vlanif30、vlanif40分别加入VRRP组10,20,30,40。其中SW1为VRRP组10及20的Master为组30及40的Backup [SW1] interface Vlanif 10 [SW1-vlanif10] ip address 192.168.10.253 255.255.255.0 [SW1-vlanif10] vrrp vrid 10 virtual-ip 192.168.10.254 [SW1-vlanif10] vrrp vrid 10 priority 120 [SW1] interface Vlanif 20 [SW1-vlanif20] ip address 192.168.20.253 255.255.255.0 [SW1-vlanif20] vrrp vrid 20 virtual-ip 192.168.20.254 [SW1-vlanif20] vrrp vrid 20 priority 120 [SW1] interface Vlanif 30 [SW1-vlanif30] ip address 192.168.30.253 255.255.255.0 [SW1-vlanif30] vrrp vrid 30 virtual-ip 192.168.30.254 [SW1] interface Vlanif 40 [SW1-vlanif40] ip address 192.168.40.253 255.255.255.0 [SW1-vlanif40] vrrp vrid 40 virtual-ip 192.168.40.254 SW2的配置如下 [SW2] vlan batch 10 20 30 40 [SW2] interface GigabitEthernet0/0/24 [SW2-GigabitEthernet0/0/24] port link-type trunk [SW2-GigabitEthernet0/0/24] port trunk allow-pass vlan 10 20 30 40 [SW2] interface GigabitEthernet0/0/22 [SW2-GigabitEthernet0/0/22] port link-type trunk [SW2-GigabitEthernet0/0/22] port trunk allow-pass vlan 10 20 30 40 #配置MSTP将VLAN10 20映射到实例1将VLAN30 40映射到实例2。将SW2的MSTP设置为实例2的主根实例1的次根 [SW2] stp mode mstp [SW2] stp region-configuration [SW2-mst-region] region-name huawei [SW2-mst-region] instance 1 vlan 10 20 [SW2-mst-region] instance 2 vlan 30 40 [SW2-mst-region] active region-configuration [SW2-mst-region] quit [SW2] stp instance 1 root secondary [SW2] stp instance 2 root primary [SW2] stp enable #配置vlanif10、vlanif20、vlanif30、vlanif40分别加入VRRP组10,20,30,40。其中SW1为VRRP组30及40的Master为组10及20的Backup [SW2] interface Vlanif 10 [SW2-vlanif10] ip address 192.168.10.252 255.255.255.0 [SW2-vlanif10] vrrp vrid 10 virtual-ip 192.168.10.254 [SW2] interface Vlanif 20 [SW2-vlanif20] ip address 192.168.20.252 255.255.255.0 [SW2-vlanif20] vrrp vrid 20 virtual-ip 192.168.20.254 [SW2] interface Vlanif 30 [SW2-vlanif30] ip address 192.168.30.252 255.255.255.0 [SW2-vlanif30] vrrp vrid 30 virtual-ip 192.168.30.254 [SW2-vlanif30] vrrp vrid 30 priority 120 [SW2] interface Vlanif 40 [SW2-vlanif40] ip address 192.168.40.252 255.255.255.0 [SW2-vlanif40] vrrp vrid 40 virtual-ip 192.168.40.254 [SW2-vlanif40] vrrp vrid 40 priority 120 完成配置后各VLAN的用户都能够ping通自己的网关在SW3上看看 SW3dis stp bri MSTID Port Role STP State Protection 0 GigabitEthernet0/0/1 DESI FORWARDING NONE 0 GigabitEthernet0/0/2 DESI FORWARDING NONE 0 GigabitEthernet0/0/3 DESI LEARNING NONE 0 GigabitEthernet0/0/4 DESI LEARNING NONE 0 GigabitEthernet0/0/21 DESI FORWARDING NONE 0 GigabitEthernet0/0/22 ROOT FORWARDING NONE 1 GigabitEthernet0/0/1 DESI FORWARDING NONE 1 GigabitEthernet0/0/2 DESI FORWARDING NONE 1 GigabitEthernet0/0/21 ROOT FORWARDING NONE 1 GigabitEthernet0/0/22 ALTE DISCARDING NONE 2 GigabitEthernet0/0/3 DESI LEARNING NONE 2 GigabitEthernet0/0/4 DESI LEARNING NONE 2 GigabitEthernet0/0/21 ALTE DISCARDING NONE 2 GigabitEthernet0/0/22 ROOT FORWARDING NONE 在SW3上我们看到MSTP实例1中被Block掉的端口是GE0/0/22口MSTP实例2中被Block掉的端口是GE0/0/21符合需求。再去SW1上看看VRRP组的状态 SW1display vrrp bri VRID State Interface Type Virtual IP ---------------------------------------------------------------- 10 Master Vlanif10 Normal 192.168.10.254 20 Master Vlanif20 Normal 192.168.20.254 30 Backup Vlanif30 Normal 192.168.30.254 40 Backup Vlanif40 Normal 192.168.40.254 ---------------------------------------------------------------- Total:4 Master:2 Backup:2 Non-active:0 从上述输出可以看出SW1为VRRP组10及组20的Master同时也为VRRP组30和组40的Backup。 SW2display vrrp bri VRID State Interface Type Virtual IP ---------------------------------------------------------------- 10 Backup Vlanif10 Normal 192.168.10.254 20 Backup Vlanif20 Normal 192.168.20.254 30 Master Vlanif30 Normal 192.168.30.254 40 Master Vlanif40 Normal 192.168.40.254 ---------------------------------------------------------------- Total:4 Master:2 Backup:2 Non-active:0 而SW2则正好相反。如此一来VLAN10及VLAN20用户访问外网的流量将SW3-SW1的路径转发VLAN30及VLAN40用户访问外网的流量将SW2-SW1的路径转发。当网络中的链路发生故障时将会启用另一条备份链路业务不受影响。 四、SW3的主要配置文件 # sysname SW3 # vlan batch 10 20 30 40 # stp region-configuration region-name huawei instance 1 vlan 10 20 instance 2 vlan 30 40 active region-configuration # interface GigabitEthernet0/0/1 port link-type access port default vlan 10 # interface GigabitEthernet0/0/2 port link-type access port default vlan 20 # interface GigabitEthernet0/0/3 port link-type access port default vlan 30 # interface GigabitEthernet0/0/4 port link-type access port default vlan 40 # interface GigabitEthernet0/0/21 port link-type trunk port trunk allow-pass vlan 10 20 30 40 # interface GigabitEthernet0/0/22 port link-type trunk port trunk allow-pass vlan 10 20 30 40 # return 五、SW1的主要配置文件 SW1disp cu # sysname SW1 # vlan batch 10 20 30 40 # stp instance 1 root primary stp instance 2 root secondary # stp region-configuration region-name huawei instance 1 vlan 10 20 instance 2 vlan 30 40 active region-configuration # interface Vlanif10 ip address 192.168.10.253 255.255.255.0 vrrp vrid 10 virtual-ip 192.168.10.254 vrrp vrid 10 priority 120 # interface Vlanif20 ip address 192.168.20.253 255.255.255.0 vrrp vrid 20 virtual-ip 192.168.20.254 vrrp vrid 20 priority 120 # interface Vlanif30 ip address 192.168.30.253 255.255.255.0 vrrp vrid 30 virtual-ip 192.168.30.254 # interface Vlanif40 ip address 192.168.40.253 255.255.255.0 vrrp vrid 40 virtual-ip 192.168.40.254 # interface MEth0/0/1 # interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 10 20 30 40 # interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 10 20 30 40 # return 六、SW2的主要配置文件 # sysname SW2 # vlan batch 10 20 30 40 # stp instance 1 root secondary stp instance 2 root primary # stp region-configuration region-name huawei instance 1 vlan 10 20 instance 2 vlan 30 40 active region-configuration # interface Vlanif10 ip address 192.168.10.252 255.255.255.0 vrrp vrid 10 virtual-ip 192.168.10.254 # interface Vlanif20 ip address 192.168.20.252 255.255.255.0 vrrp vrid 20 virtual-ip 192.168.20.254 # interface Vlanif30 ip address 192.168.30.252 255.255.255.0 vrrp vrid 30 virtual-ip 192.168.30.254 vrrp vrid 30 priority 120 # interface Vlanif40 ip address 192.168.40.252 255.255.255.0 vrrp vrid 40 virtual-ip 192.168.40.254 vrrp vrid 40 priority 120 # interface MEth0/0/1 # interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 10 20 30 40 # interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 10 20 30 40 # return
http://www.sadfv.cn/news/207961/

相关文章:

  • 怎样创建网站收益小米路由器3 做网站
  • 站多多 福州网站建设国内出名网站建设设计公司
  • 吴江企业建设网站在线做编程题的网站
  • 网站维护预算wordpress 运行效率
  • 卫浴洁具网站模板wordpress term group
  • 怎么看一个网站好坏打码兔怎么和网站做接口
  • 湖北企业商城网站建设高端网站建设设计公司有哪些
  • 网站及微站建设合同验收做暖暖欧美网站
  • 网站开发项目的里程碑建筑工程技术培训
  • 建设一个网站的流程图如何建一个营销网站
  • 中国建设银行官网站招聘频道wordpress导入lofter
  • 福建做网站公司答题网站开发教程
  • 工信部网站备案修改河池网站建设公司
  • 传统网站 手机网站个人做的网站
  • 定制网站开发介绍图需要证书的建筑公司网站
  • 惠州模板网站建设网站开发后台技术
  • 自已建网站微信登录企业黄页哪个网站好
  • 手机网站改版班级网站中个人简介怎么做
  • 微信网站开发怎么做古典风格网站模板
  • 建设景区网站要有的内容做嫒嫒网站
  • windows server iis 添加网站企业网站免费建设
  • 淘宝关键词排名查询网站seo外包平台
  • 网站建设哪里找成全视频免费观看在线看第6季高清版下载
  • 易乐自助建站上海免费网站建设咨询
  • 网站内做全文搜索东莞市建设工程检测中心网站
  • 有哪些装修网站注册网站需要visa怎么办
  • 有域名了网站怎么做网站注册备案之后怎么做网站
  • seo网站推广企业创意设计图案
  • 微信支付 企业网站马化腾称视频号是全公司希望
  • 网站开发语言识别网站备案 上线