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

做团购网站网站建设申请

做团购网站,网站建设申请,网站开发简单,百度收录有什么用虚拟路由冗余协议(Virtual Router Redundancy Protocol#xff0c;简称VRRP) VRRP广泛应用在边缘网络中#xff0c;是一种路由冗余协议#xff0c;它的设计目标是支持特定情况下IP数据流量失败转移不会引起混乱#xff0c;允许主机使用单路由器#xff0c;以及即使在实际…虚拟路由冗余协议(Virtual Router Redundancy Protocol简称VRRP) VRRP广泛应用在边缘网络中是一种路由冗余协议它的设计目标是支持特定情况下IP数据流量失败转移不会引起混乱允许主机使用单路由器以及即使在实际第一跳路由器使用失败的情形下仍能够维护路由器间的连通性。 #配置三层交换机和路由器IP实现PC1与PC2的通信 #---------------------1.LSW1配置 Huaweisystem-view Enter system view, return user view with CtrlZ. [Huawei]undo info-center enable Info: Information center is disabled. [Huawei]sysname sw1 #配置vlan1的地址作为网关 [sw1]interface vlanif 1 [sw1-Vlanif1]ip address 192.168.1.252 24 [sw1-Vlanif1]quit [sw1]vlan 2 [sw1-vlan2]quit #设置接入链路配置vlan2地址作为向外传输出口 [sw1]interface gigabitethernet 0/0/2 [sw1-GigabitEthernet0/0/2]port link-type access [sw1-GigabitEthernet0/0/2]port default vlan 2 [sw1-GigabitEthernet0/0/2]quit [sw1]interface vlanif 2 [sw1-Vlanif2]ip address 192.168.2.2 24 [sw1-Vlanif2]quit #通过配置动态路由实现网段互通 [sw1]ospf [sw1-ospf-1]area 0 [sw1-ospf-1-area-0.0.0.0]network 192.168.2.0 0.0.0.255 [sw1-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.255 [sw1-ospf-1-area-0.0.0.0]display ip routing-table | include /24 Route Flags: R - relay, D - download to fib ------------------------------------------------------------------------------ Routing Tables: PublicDestinations : 8 Routes : 9 Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.1.0/24 Direct 0 0 D 192.168.1.252 Vlanif1192.168.2.0/24 Direct 0 0 D 192.168.2.2 Vlanif2192.168.3.0/24 OSPF 10 2 D 192.168.2.1 Vlanif2192.168.4.0/24 OSPF 10 2 D 192.168.2.1 Vlanif2 [sw1-ospf-1-area-0.0.0.0]display ip interface brief *down: administratively down ^down: standby (l): loopback (s): spoofing The number of interface that is UP in Physical is 3 The number of interface that is DOWN in Physical is 1 The number of interface that is UP in Protocol is 3 The number of interface that is DOWN in Protocol is 1Interface IP Address/Mask Physical Protocol MEth0/0/1 unassigned down down NULL0 unassigned up up(s) Vlanif1 192.168.1.252/24 up up Vlanif2 192.168.2.2/24 up up #---------------------2.LSW2配置 Huaweisystem-view Enter system view, return user view with CtrlZ. [Huawei]sysname sw2 [sw2]undo info-center enable Info: Information center is disabled. [sw2]interface vlanif 1 [sw2-Vlanif1]ip address 192.168.1.253 24 [sw2-Vlanif1]quit [sw2]vlan 3 [sw2-vlan3]quit [sw2]interface gigabitethernet 0/0/2 [sw2-GigabitEthernet0/0/2]port link-type access [sw2-GigabitEthernet0/0/2]port default vlan 3 [sw2-GigabitEthernet0/0/2]quit [sw2]interface vlanif 3 [sw2-Vlanif3]ip address 192.168.3.2 24 [sw2-Vlanif3]quit #配置动态路由 [sw2]ospf [sw2-ospf-1]area 0 [sw2-ospf-1-area-0.0.0.0]network 192.168.3.0 0.0.0.255 [sw2-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.255 [sw2-ospf-1-area-0.0.0.0]display ip routing-table | include /24 Route Flags: R - relay, D - download to fib ------------------------------------------------------------------------------ Routing Tables: Public Destinations : 8 Routes : 9 Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.1.0/24 Direct 0 0 D 192.168.1.253 Vlanif1192.168.2.0/24 OSPF 10 2 D 192.168.3.1 Vlanif3192.168.3.0/24 Direct 0 0 D 192.168.3.2 Vlanif3192.168.4.0/24 OSPF 10 2 D 192.168.3.1 Vlanif3 [sw2-ospf-1-area-0.0.0.0]display ip interface brief *down: administratively down ^down: standby (l): loopback (s): spoofing The number of interface that is UP in Physical is 3 The number of interface that is DOWN in Physical is 1 The number of interface that is UP in Protocol is 3 The number of interface that is DOWN in Protocol is 1Interface IP Address/Mask Physical Protocol MEth0/0/1 unassigned down down NULL0 unassigned up up(s) Vlanif1 192.168.1.253/24 up up Vlanif3 192.168.3.2/24 up up #---------------------3.AR1配置 Huaweisystem-view Enter system view, return user view with CtrlZ. [Huawei]undo info-center enable Info: Information center is disabled. [Huawei]interface gigabitethernet 0/0/0 [Huawei-GigabitEthernet0/0/0]ip address 192.168.2.1 24 [Huawei-GigabitEthernet0/0/0]quit [Huawei]interface gigabitethernet 0/0/1 [Huawei-GigabitEthernet0/0/1]ip address 192.168.3.1 24 [Huawei-GigabitEthernet0/0/1]quit [Huawei]interface gigabitethernet 0/0/2 [Huawei-GigabitEthernet0/0/2]ip address 192.168.4.254 24 [Huawei-GigabitEthernet0/0/2]quit [Huawei]ospf [Huawei-ospf-1]area 0 [Huawei-ospf-1-area-0.0.0.0]network 192.168.2.0 0.0.0.255 [Huawei-ospf-1-area-0.0.0.0]network 192.168.3.0 0.0.0.255 [Huawei-ospf-1-area-0.0.0.0]network 192.168.4.0 0.0.0.255[Huawei]display ip routing-table | include /24 Route Flags: R - relay, D - download to fib ------------------------------------------------------------------------------ Routing Tables: Public Destinations : 14 Routes : 15 Destination/Mask Proto Pre Cost Flags NextHop Interface 192.168.1.0/24 OSPF 10 2 D 192.168.2.2 GigabitEthernet0/0/0 192.168.2.0/24 Direct 0 0 D 192.168.2.1 GigabitEthernet0/0/0 192.168.3.0/24 Direct 0 0 D 192.168.3.1 GigabitEthernet0/0/1 192.168.4.0/24 Direct 0 0 D 192.168.4.254 GigabitEthernet0/0/2 [Huawei]display ip interface brief *down: administratively down ^down: standby (l): loopback (s): spoofing The number of interface that is UP in Physical is 4 The number of interface that is DOWN in Physical is 0 The number of interface that is UP in Protocol is 4 The number of interface that is DOWN in Protocol is 0Interface IP Address/Mask Physical Protocol GigabitEthernet0/0/0 192.168.2.1/24 up up GigabitEthernet0/0/1 192.168.3.1/24 up up GigabitEthernet0/0/2 192.168.4.254/24 up up NULL0 unassigned up up(s) VRRP组成员 主路由器备份路由器虚拟路由器 VRRP配置 #---------配置LSW1 [sw1]interface vlanif 1 [sw1-Vlanif1]vrrp vrid 1 virtual-ip 192.168.1.254 #查询VRRP状态 [sw1-Vlanif1]display vrrp brief VRID State Interface Type Virtual IP ---------------------------------------------------------------- 1 Master Vlanif1 Normal 192.168.1.254 ---------------------------------------------------------------- Total:1 Master:1 Backup:0 Non-active:0 #---------配置LSW2 [sw2]interface vlanif 1 [sw2-Vlanif1]vrrp vrid 1 virtual-ip 192.168.1.254 [sw2-Vlanif1]display vrrp brief VRID State Interface Type Virtual IP ---------------------------------------------------------------- 1 Backup Vlanif1 Normal 192.168.1.254 ---------------------------------------------------------------- Total:1 Master:0 Backup:1 Non-active:0 #--------VRRP定义优先级默认100数值越大优先给越高 [sw1]interface vlanif1 [sw1-Vlanif1]vrrp vrid 1 priority 199 [sw1-Vlanif1]display vrrp brief VRID State Interface Type Virtual IP ---------------------------------------------------------------- 1 Master Vlanif1 Normal 192.168.1.254 ---------------------------------------------------------------- Total:1 Master:1 Backup:0 Non-active:0
http://www.yayakq.cn/news/5923/

相关文章:

  • 优质高等职业院校建设网站wordpress代码高亮太慢
  • 小说盗版网站怎么做的温州网站推广驭明
  • 成都网站品牌设计案例门户网站定义
  • 专业的微网站哪家好wordpress必备的插件
  • 织梦网站怎么做新闻导航页东莞公司注册流程及需要的材料
  • 手机网页怎么横屏seo搜索引擎优化入门
  • 外贸网站wordpress加ssl免费网站推广网站不用下载
  • 如何做网站广告图片商城网站建设fwshop
  • 网站建设图片如何放在网站上广告艺术设计
  • 大型网站建设兴田德润实惠网站收录是什么意思?
  • 如何做网站链接分享朋友圈电子商务有限公司官网
  • 怎么做交易猫假网站wordpress 用户 插件
  • 百度竞价找谁做网站新冠咳嗽怎么办
  • 宝塔建设的网站火车头发布失败360元网站建设 网络服务
  • dedecms物流企业网站模板(适合快递福州家园网
  • 网站设计用什么字体好ps软件下载官网
  • 东阳企业网站微商城建设网站域名 过期
  • 秦皇岛市 网站建设微商怎么推广自己的产品
  • 网站建设的维护与更新网站排名软件包年
  • 部署iis网站网页设计与网站开发期末
  • 漳州建设银行网站造价师注册管理系统
  • wordpress 导航站 模板珠海网站建设的公司排名
  • 先申请网站空间做网站用方正字体可以额的
  • 金华网站建设黄页WordPress方糖
  • 网站建设的通知网站维护分工永州市建设局网站
  • 长春网站制作建设深圳网络推广团队
  • 电商网站搭建流程郑州网站开发网站开发
  • 建设工程国检中心网站产品软文范例1000字
  • 成都网站网页制作网店代运营收费多少钱
  • 宝坻网站建设制作免费制作网页的网站