版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、图3-128 配置VRRP主备备份组网图 配置思路采用VRRP主备备份实现网关冗余备份,配置思路如下:1. 配置各设备接口IP地址及路由协议,使各设备间网络层连通。2. 在SwitchA和SwitchB上配置VRRP备份组。其中,SwitchA上配置较高优先级和20秒抢占延时,作为Master设备承担流量转发;SwitchB上配置较低优先级,作为备用交换机,实现网关冗余备份。操作步骤1. 配置设备间的网络互连# 配置设备各接口的IP地址,以SwitchA为例。SwitchB和SwitchC的配置与SwitchA类似,详见配置文件。<HUAWEI> s
2、ystem-viewHUAWEI sysname SwitchASwitchA vlan batch 100 300SwitchA interface gigabitethernet 1/0/1SwitchA-GigabitEthernet1/0/1 port link-type hybridSwitchA-GigabitEthernet1/0/1 port hybrid pvid vlan 300SwitchA-GigabitEthernet1/0/1 port hybrid untagged vlan 300SwitchA-GigabitEthernet1/0/1 quitSwitchA
3、interface gigabitethernet 1/0/2SwitchA-GigabitEthernet1/0/2 port link-type hybridSwitchA-GigabitEthernet1/0/2 port hybrid pvid vlan 100SwitchA-GigabitEthernet1/0/2 port hybrid untagged vlan 100SwitchA-GigabitEthernet1/0/2 quitSwitchA interface vlanif 100SwitchA-Vlanif100 ip address 10.1.1.1 24Switch
4、A-Vlanif100 quitSwitchA interface vlanif 300SwitchA-Vlanif300 ip address 192.168.1.1 24SwitchA-Vlanif300 quit# 配置Switch的二层转发功能。<HUAWEI> system-viewHUAWEI sysname SwitchSwitch vlan 100Switch-vlan100 quitSwitch interface gigabitethernet 1/0/1Switch-GigabitEthernet1/0/1 port link-type hybridSwitc
5、h-GigabitEthernet1/0/1 port hybrid pvid vlan 100Switch-GigabitEthernet1/0/1 port hybrid untagged vlan 100Switch-GigabitEthernet1/0/1 quitSwitch interface gigabitethernet 1/0/2Switch-GigabitEthernet1/0/2 port link-type hybridSwitch-GigabitEthernet1/0/2 port hybrid pvid vlan 100Switch-GigabitEthernet1
6、/0/2 port hybrid untagged vlan 100Switch-GigabitEthernet1/0/2 quit# 配置SwitchA、SwitchB和SwitchC间采用OSPF协议进行互连。以SwitchA为例,SwitchB和SwitchC的配置与SwitchA类似,详见配置文件。SwitchA ospf 1SwitchA-ospf-1 area 0SwitchA-ospf-1-area-0.0.0.0 SwitchA-ospf-1-area-0.0.0.0 SwitchA-ospf-1-area-0.0.0.0 quitSwitchA-ospf-1 quit2. 配
7、置VRRP备份组# 在SwitchA上创建VRRP备份组1,配置SwitchA在该备份组中的优先级为120,并配置抢占时间为20秒。SwitchA interface vlanif 100SwitchA-Vlanif100 SwitchA-Vlanif100 vrrp vrid 1 priority 120 /设备在VRRP备份组中的优先级缺省为100,修改Master设备的优先级大于Backup设备SwitchA-Vlanif100 vrrp vrid 1 preempt-mode timer delay 20 /设备在VRRP备份组中缺省采用立即抢占方式。修改Master设备的延迟抢占时间
8、,以避免在网络环境不稳定时,由于双方频繁抢占而导致流量中断的问题SwitchA-Vlanif100 quit# 在SwitchB上创建VRRP备份组1,其在该备份组中的优先级采用缺省值100(不需要配置)。SwitchB interface vlanif 100SwitchB-Vlanif100 SwitchB-Vlanif100 quit3. 验证配置结果# 完成上述配置以后,在SwitchA和SwitchB上分别执行display vrrp命令,可以看到SwitchA在备份组中的状态为Master,SwitchB在备份组中的状态为Backup。SwitchA display vrrp Vl
9、anif100 | Virtual Router 1 State : Master PriorityRun : 120 PriorityConfig : 120 MasterPriority : 120 Preempt : YES Delay Time : 20 s TimerRun : 1 s TimerConfig : 1 s Auth type : NONE Virtual MAC : 0000-5e00-0101 Check TTL : YES Config type : normal-vrrp Backup-forward : disabled Create time : 2012-
10、01-12 20:15:46 Last change time : 2012-01-12 20:15:46SwitchB display vrrp Vlanif100 | Virtual Router 1 State : Backup PriorityRun : 100 PriorityConfig : 100 MasterPriority : 120 Preempt : YES Delay Time : 0 s TimerRun : 1 s TimerConfig : 1 s Auth type : NONE Virtual MAC : 0000-5e00-0101 Check TTL :
11、YES Config type : normal-vrrp Backup-forward : disabled Create time : 2012-01-12 20:15:46 Last change time : 2012-01-12 20:15:46# 在SwitchA和SwitchB上执行display ip routing-table命令,SwitchA上可以看到路由表中有一条目的地址为虚拟IP地址的直连路由,而SwitchB上该路由为OSPF路由。SwitchA和SwitchB上的显示信息如下。SwitchA display ip routing-tableRoute Flags:
12、 R - relay, D - download to fib- Routing Tables: Public Destinations : 9 Routes : 10 Destination/Mask Proto Pre Cost Flags NextHop Interface Direct 0 0 D Vlanif100 OSPF 10 2 D 192.168.1.2 Vlanif300SwitchB display ip routing-tableRoute Flags: R - relay, D - download to fib- Routing Tables: Public Des
13、tinations : 9 Routes : 10 Destination/Mask Proto Pre Cost Flags NextHop Interface OSPF 10 2 D Vlanif100 OSPF 10 2 D 192.168.2.2 Vlanif200# 在SwitchA的接口GE1/0/2上执行shutdown命令,模拟SwitchA出现故障。SwitchA interface gigabitethernet 1/0/2SwitchA-GigabitEthernet1/0/2 shutdownSwitchA-GigabitEthernet1/0/2 quit# 在Swi
14、tchB上执行display vrrp命令查看VRRP状态信息,可以看到SwitchB的状态是Master。SwitchB display vrrp Vlanif100 | Virtual Router 1 State : Master PriorityRun : 100 PriorityConfig : 100 MasterPriority : 100 Preempt : YES Delay Time : 0 s TimerRun : 1 s TimerConfig : 1 s Auth type : NONE Virtual MAC : 0000-5e00-0101 Check TTL :
15、 YES Config type : normal-vrrp Backup-forward : disabled Create time : 2012-01-12 20:15:46 Last change time : 2012-01-12 20:18:40# 在SwitchA的接口GE1/0/2上执行undo shutdown命令。SwitchA interface gigabitethernet 1/0/2SwitchA-GigabitEthernet1/0/2 undo shutdownSwitchA-GigabitEthernet1/0/2 quit# 等待20秒后,在SwitchA上
16、执行display vrrp命令查看VRRP状态信息,可以看到SwitchA的状态恢复成Master。SwitchA display vrrp Vlanif100 | Virtual Router 1 State : Master PriorityRun : 120 PriorityConfig : 120 MasterPriority : 120 Preempt : YES Delay Time : 20 s TimerRun : 1 s TimerConfig : 1 s Auth type : NONE Virtual MAC : 0000-5e00-0101 Check TTL : Y
17、ES Config type : normal-vrrp Backup-forward : disabled Create time : 2012-01-12 20:15:46 Last change time : 2012-01-12 20:20:56配置文件· SwitchA的配置文件· #· sysname SwitchA· #· vlan batch 100 300· #· interface Vlanif100··· vrrp vrid 1 priority 120· vrr
18、p vrid 1 preempt-mode timer delay 20· #· interface Vlanif300·· #· interface GigabitEthernet1/0/1· port link-type hybrid· port hybrid pvid vlan 300· port hybrid untagged vlan 300· #· interface GigabitEthernet1/0/2· port link-type hybrid· por
19、t hybrid pvid vlan 100· port hybrid untagged vlan 100· #· ospf 1···· #return· SwitchB的配置文件· #· sysname SwitchB· #· vlan batch 100 200· #· interface Vlanif100··· #· interface Vlanif200·· #· interf
20、ace GigabitEthernet1/0/1· port link-type hybrid· port hybrid pvid vlan 200· port hybrid untagged vlan 200· #· interface GigabitEthernet1/0/2· port link-type hybrid· port hybrid pvid vlan 100· port hybrid untagged vlan 100· #· ospf 1···
21、· #return· SwitchC的配置文件· #· sysname SwitchC· #· vlan batch 200 300 400· #· interface Vlanif200·· #· interface Vlanif300·· #· interface Vlanif400·· #· interface GigabitEthernet1/0/1· port link-type hybrid· port hybrid pvid vlan 300· port hybrid untagged vlan 300· #
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 养殖场建设安全施工合同
- 车辆租赁合同纠纷
- 养殖场板房施工协议
- 投影仪租赁担保合同
- 城市排水管网改造需求书
- 文化旅游区地平施工合同
- 矿山配电房新建施工合同
- 养老机构设施维护管理手册
- 私立医院医师聘用合同书
- 油气田水平井导向钻进施工合同
- 建设项目“三同时”环境保护验收一览表
- 箱涵清淤专项施工方案
- 年金险的销售逻辑课件
- 2023年沈阳桃仙国际机场股份有限公司招聘笔试模拟试题及答案解析
- 【2022】外研版英语八年级上册知识点总结(精华版)
- 意义类答题方法
- 实验三四大麦类小麦、大麦、黑麦、燕麦
- 三年级上册数学课件-《乘火车》 北师大版 (共25张PPT)
- 劳动法律法规培训 课件
- 基于综合实践活动的德育校本课程开发与实施优秀获奖科研论文
- 《兄弟》作品简介名著导读PPT模板
评论
0/150
提交评论