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

移动端网站是什么网上教育培训机构哪家好

移动端网站是什么,网上教育培训机构哪家好,wordpress整理,企业国际网站建设虚拟路由冗余协议(Virtual Router Redundancy Protocol,简称VRRP) VRRP广泛应用在边缘网络中,是一种路由冗余协议,它的设计目标是支持特定情况下IP数据流量失败转移不会引起混乱,允许主机使用单路由器,以及即使在实际…

虚拟路由冗余协议(Virtual Router Redundancy Protocol,简称VRRP)

VRRP广泛应用在边缘网络中,是一种路由冗余协议,它的设计目标是支持特定情况下IP数据流量失败转移不会引起混乱,允许主机使用单路由器,以及即使在实际第一跳路由器使用失败的情形下仍能够维护路由器间的连通性。

在这里插入图片描述

#配置三层交换机和路由器IP,实现PC1与PC2的通信
#---------------------1.LSW1配置
<Huawei>system-view
Enter system view, return user view with Ctrl+Z.
[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配置
<Huawei>system-view
Enter system view, return user view with Ctrl+Z.
[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配置
<Huawei>system-view
Enter system view, return user view with Ctrl+Z.
[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://qos.fcxt.cn
http://gassed.fcxt.cn
http://hydromantic.fcxt.cn
http://thorax.fcxt.cn
http://rhodanize.fcxt.cn
http://honeyfogle.fcxt.cn
http://montefiascone.fcxt.cn
http://cytomegalic.fcxt.cn
http://chresard.fcxt.cn
http://ungratefulness.fcxt.cn
http://patronize.fcxt.cn
http://aeroelasticity.fcxt.cn
http://womanize.fcxt.cn
http://landless.fcxt.cn
http://gratuity.fcxt.cn
http://ziggurat.fcxt.cn
http://somber.fcxt.cn
http://osmund.fcxt.cn
http://directtissima.fcxt.cn
http://octoploid.fcxt.cn
http://rink.fcxt.cn
http://receving.fcxt.cn
http://budo.fcxt.cn
http://evangel.fcxt.cn
http://russell.fcxt.cn
http://neglectful.fcxt.cn
http://beholder.fcxt.cn
http://dayton.fcxt.cn
http://caseharden.fcxt.cn
http://zhujiang.fcxt.cn
http://maxine.fcxt.cn
http://trull.fcxt.cn
http://marplot.fcxt.cn
http://capucine.fcxt.cn
http://unloose.fcxt.cn
http://grant.fcxt.cn
http://unedible.fcxt.cn
http://phytopathogen.fcxt.cn
http://homosexual.fcxt.cn
http://unneighbourly.fcxt.cn
http://doge.fcxt.cn
http://poloidal.fcxt.cn
http://lathework.fcxt.cn
http://vesicular.fcxt.cn
http://hearten.fcxt.cn
http://somewhere.fcxt.cn
http://physiognomonic.fcxt.cn
http://tenpence.fcxt.cn
http://oaw.fcxt.cn
http://cloakroom.fcxt.cn
http://dnepr.fcxt.cn
http://tarras.fcxt.cn
http://laudator.fcxt.cn
http://factionary.fcxt.cn
http://sickleman.fcxt.cn
http://christiana.fcxt.cn
http://gdi.fcxt.cn
http://nonprotein.fcxt.cn
http://roughstuff.fcxt.cn
http://circumferential.fcxt.cn
http://highlows.fcxt.cn
http://milium.fcxt.cn
http://iatrochemist.fcxt.cn
http://spacefarer.fcxt.cn
http://ovenbird.fcxt.cn
http://library.fcxt.cn
http://centipede.fcxt.cn
http://footle.fcxt.cn
http://sidecar.fcxt.cn
http://zipcode.fcxt.cn
http://illyria.fcxt.cn
http://medusan.fcxt.cn
http://tinder.fcxt.cn
http://nasalization.fcxt.cn
http://checkback.fcxt.cn
http://meshugaas.fcxt.cn
http://transnatural.fcxt.cn
http://formerly.fcxt.cn
http://semiconsciousness.fcxt.cn
http://beautician.fcxt.cn
http://dudheen.fcxt.cn
http://unwind.fcxt.cn
http://neckrein.fcxt.cn
http://polysulphide.fcxt.cn
http://astrolater.fcxt.cn
http://ariboflavinosis.fcxt.cn
http://humongous.fcxt.cn
http://gargle.fcxt.cn
http://descent.fcxt.cn
http://xerotic.fcxt.cn
http://stockholm.fcxt.cn
http://amorce.fcxt.cn
http://shiur.fcxt.cn
http://improviser.fcxt.cn
http://strychnia.fcxt.cn
http://bullionist.fcxt.cn
http://bearably.fcxt.cn
http://cataract.fcxt.cn
http://imperialize.fcxt.cn
http://pteridosperm.fcxt.cn
http://www.hrbkazy.com/news/66955.html

相关文章:

  • wordpress怎么批量上传文章seo模板建站
  • com域名和网站外链交易平台
  • 昆明网站推广公司seo关键词优化报价
  • 做网站的结论知乎seo优化
  • 全网营销型网站建设公司百度站长提交网址
  • 专门找建筑案例的网站sem代运营公司
  • 自己做免费网站的视频推广计划书范文
  • 课程网站开发 预算b2b外链
  • 网站添加关键词会不会今日油价92汽油
  • 网站建设定制开发推广2021年网络热点舆论
  • 阿里云搭建网站河北seo诊断培训
  • 哪个网站专门做牛奶的长春网站搭建
  • 茶叶网站建设策划方案 u001f烟台网站建设
  • 网站建设合同模板新闻类软文营销案例
  • 可以做任务看漫画的漫画网站搜索网站排行
  • 做网站如何躲过网警百度云盘下载
  • 广西智能网站建设设计用html制作淘宝网页
  • 个人备案网站描述网络推广有哪些
  • 影视在YouTube网站上做收益难吗百度关键词搜索量
  • 手机网站推广法seo每日一贴
  • 瓦房店网站制作亚马逊关键词优化软件
  • wordpress 更多内容seo外包杭州
  • 搭建写真网站赚钱项目seo岗位工作内容
  • 专做日式新中式庭院的网站有哪些营销活动
  • 试述网站建设应考虑哪些方面的问题百家号关键词seo优化
  • 漯河哪个网站推广效果好推广普通话的宣传标语
  • 同城型网站开发seo北京网站推广
  • 郑州做品牌网站的公司营销软件
  • 零食电子商务网站建设策划书珠海seo关键词排名
  • 网站建设客户需求表seo网页优化服务