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

东莞网站建设设计wordpress版本怎么升级

东莞网站建设设计,wordpress版本怎么升级,企业网站建设找智恒网络,网站建设后备案多少钱组网需求 如图1所示#xff0c;HostA和HostC通过Switch双归属到SwitchA和SwitchB。为减轻SwitchA上数据流量的承载压力#xff0c;HostA以SwitchA为默认网关接入Internet#xff0c;SwitchB作为备份网关#xff1b;HostC以SwitchB为默认网关接入Internet#xff0c;Switc…组网需求 如图1所示HostA和HostC通过Switch双归属到SwitchA和SwitchB。为减轻SwitchA上数据流量的承载压力HostA以SwitchA为默认网关接入InternetSwitchB作为备份网关HostC以SwitchB为默认网关接入InternetSwitchA作为备份网关以实现流量的负载均衡。 说明 请确保该场景下互联接口的STP处于未使能状态。同时将互连接口退出VLAN1避免形成环路。因为在使能STP的环形网络中如果用交换机的VLANIF接口构建三层网络会导致某个端口被阻塞从而导致三层业务不能正常运行。 配置思路 采用VRRP负载分担实现流量的负载均衡配置思路如下 配置各设备接口IP地址及路由协议使各设备间网络层连通。在SwitchA和SwitchB上创建VRRP备份组1和VRRP备份组2在备份组1中配置SwitchA为Master设备SwitchB为Backup设备在备份组2中配置SwitchB为Master设备SwitchA为Backup设备实现流量的负载均衡。 操作步骤 配置设备间的网络互连 # 配置设备各接口的IP地址以SwitchA为例。SwitchB和SwitchC的配置与SwitchA类似 [zhonwanghzhi]interface GigabitEthernet 0/0/1 [zhonwanghzhi-GigabitEthernet0/0/1]port link-type hybrid [zhonwanghzhi-GigabitEthernet0/0/1]port hybrid pvid vlan 300 [zhonwanghzhi-GigabitEthernet0/0/1]port hybrid untagged vlan 300 [zhonwanghzhi-GigabitEthernet0/0/1]quit [zhonwanghzhi]interface GigabitEthernet 0/0/2 [zhonwanghzhi-GigabitEthernet0/0/2]port link-type [zhonwanghzhi-port-group-link-type]quit [zhonwanghzhi]interface GigabitEthernet 0/0/2 [zhonwanghzhi-GigabitEthernet0/0/2]port link-type hybrid [zhonwanghzhi-GigabitEthernet0/0/2]port hybrid pvid vlan 100 [zhonwanghzhi-GigabitEthernet0/0/2]port hybrid untagged vlan 100 [zhonwanghzhi-GigabitEthernet0/0/2]quit [zhonwanghzhi] [zhonwanghzhi]interface Vlanif 100 [zhonwanghzhi-Vlanif100]ip address 10.1.1.1 24 [zhonwanghzhi-Vlanif100]quit [zhonwanghzhi]interface Vlanif 300 [zhonwanghzhi-Vlanif300]ip address 192.168.1.1 24 [zhonwanghzhi-Vlanif300]quit [zhonwanghzhi] # 配置Switch的二层转发功能。 [zhongwanzhi]interface GigabitEthernet 0/0/1 [zhongwanzhi-GigabitEthernet0/0/1]port link-type hybrid [zhongwanzhi-GigabitEthernet0/0/1]port hybrid pvid vlan 100 [zhongwanzhi-GigabitEthernet0/0/1]port hybrid untagged vlan 100 [zhongwanzhi-GigabitEthernet0/0/1]quit [zhongwanzhi]interface GigabitEthernet 0/0/2 [zhongwanzhi-GigabitEthernet0/0/2]port link-type hybrid [zhongwanzhi-GigabitEthernet0/0/2]port hybrid pvid vlan 100 [zhongwanzhi-GigabitEthernet0/0/2]port hybrid untagged vlan 100 [zhongwanzhi-GigabitEthernet0/0/2]quit [zhongwanzhi] # 配置SwitchA、SwitchB和SwitchC间采用OSPF协议进行互连。以SwitchA为例SwitchB和SwitchC的配置与SwitchA类似 [zhonwanghzhi]ospf 1 [zhonwanghzhi-ospf-1]area 0 [zhonwanghzhi-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255 [zhonwanghzhi-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.255 [zhonwanghzhi-ospf-1-area-0.0.0.0]quit [zhonwanghzhi-ospf-1]quit 配置VRRP备份组 # 在SwitchA和SwitchB上创建VRRP备份组1配置SwitchA的优先级为120抢占延时为20秒作为Master设备SwitchB的优先级为缺省值作为Backup设备。 SwitchA [zhongwanzhi]interface Vlanif 100 [zhongwanzhi-Vlanif100]vrrp vrid 1 virtual-ip 10.1.1.111 [zhongwanzhi-Vlanif100]vrrp vrid 1 priority 120 [zhongwanzhi-Vlanif100]vrrp vrid 1 preempt-mode timer delay 20 [zhongwanzhi-Vlanif100]quit SwitchB [zhonwanghzhib]interface Vlanif 100 [zhonwanghzhib-Vlanif100]vrrp vrid 1 virtual-ip 10.1.1.111 [zhonwanghzhib-Vlanif100]quit # 在SwitchA和SwitchB上创建VRRP备份组2配置SwitchB的优先级为120抢占延时为20秒作为Master设备SwitchA的优先级为缺省值作为Backup设备。 SwitchA [zhonwanghzhi]interface Vlanif 100 [zhonwanghzhi-Vlanif100]vrrp vrid 2 virtual-ip 10.1.1.112 [zhonwanghzhi-Vlanif100]vrrp vrid 2 priority 120 [zhonwanghzhi-Vlanif100]vrrp vrid 2 preempt-mode timer delay 20 [zhonwanghzhi-Vlanif100]quit SwitchB [zhonwanghzhib]interface Vlanif 100 [zhonwanghzhib-Vlanif100]vrrp vrid 1 virtual-ip 10.1.2.112 [zhonwanghzhib-Vlanif100]quit 验证配置结果 # 完成上述配置后在SwitchA上执行display vrrp命令可以看到SwitchA在备份组1中作为Master设备在备份组2中作为Backup设备。 zhonwanghzhidisplay vrrpVlanif100 | Virtual Router 1State : MasterVirtual IP : 10.1.1.111Master IP : 10.1.1.1PriorityRun : 100PriorityConfig : 120MasterPriority : 120Preempt : YES Delay Time : 0 sTimerRun : 1 sTimerConfig : 1 sAuth type : NONEVirtual MAC : 0000-5e00-0101Check TTL : YESConfig type : normal-vrrpCreate time : 2023-12-15 16:49:27 UTC-08:00Last change time : 2023-12-15 16:49:30 UTC-08:00Vlanif100 | Virtual Router 2State : Virtual IP : 10.1.1.112Master IP : 10.1.1.2PriorityRun : 110PriorityConfig : 110MasterPriority : 110Preempt : YES Delay Time : 20 sTimerRun : 1 sTimerConfig : 1 sAuth type : NONEVirtual MAC : 0000-5e00-0102Check TTL : YESConfig type : normal-vrrpCreate time : 2023-12-15 16:56:51 UTC-08:00Last change time : 2023-12-15 16:56:55 UTC-08:00
http://www.w-s-a.com/news/517742/

相关文章:

  • 海外贸易在什么网站做怎么排名到百度第一页
  • 线上注册公司是在哪个网站做高仿网站
  • 网站构架图网上推广平台哪个好
  • 公司网站首页图片素材vi设计的目的和意义
  • 网站的需求分析都有哪些内容济南营销型网站建设团队
  • 怎么选择优秀的网站建设公司生鲜网站开发
  • 如何编写网站建设销售的心得网站的权限管理怎么做
  • 网站业务员好做吗无忧网站优化
  • 网站随机代码网站建设费 账务处理
  • 商洛网站建设哪家好网站建设 织梦者
  • 怎么创建收费网站宁夏住房和城乡建设部网站
  • 怎么确认网站是什么语言做的用php和mysql做网站
  • 安徽做网站的公司有哪些星子网络公司
  • 肥西县重点工程建设管理局网站wordpress界面菜单怎么弄
  • 宁夏网站开发设计说明书wordpress主题背景图片
  • 同一个阿里云可以做两个网站吗织梦 帝国 学校网站
  • 城阳网站建设培训网站后台怎么上传文件
  • 重庆茂尔建设集团有限公司网站网页制作教程软件
  • 金湖建设工程质量监督网站高端网站建设公司哪里济南兴田德润实惠吗
  • 站酷设计网站官网入口文字设计seo网站推广工具
  • 专业移动网站建设网站建设软件dw
  • 摄影网站设计思想视觉传达毕业设计作品网站
  • 需要优化的网站有哪些设计装修app
  • 数据型网站建设东莞好的网站国外站建设价格
  • 网络营销方法有哪些举例seo应用领域有哪些
  • 建设银行官方网站官网做网站的专业叫什么
  • 矿区网站建设濮阳做网站的公司有哪些
  • 有什么网站可以自己做书甘肃建设厅网站首页
  • 门户网站建设哪专业怎么把自己做的网站登录到网上
  • 如何做网站小编餐饮业手机php网站