51CTO-VRRP多备份组实验.doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
51CTO-VRRP多备份组实验

实验2 VRRP多备份组实验 【实验名称】 VRRP多备份组实验 【实验目的】 掌握通过配置VRRP多备份组实现负载均衡同时通过互相备份来提供更稳定可靠的网络服务。 【背景描述】 在某企业网络中,核心层采用了1台三层交换机,由于存在单点故障,该企业决定用2台三层交换机作为核心层设备,以此来提高网络的稳定可靠性,并实现流量的负载均衡,现需要做适当配置。 本实验以2台S3550-24和1台S2126G交换机、1台R2624路由器为例。PC1的IP地址和缺省网关分别为172.16.10.3/24和172.16.10.1/24,PC2的IP地址和缺省网关分别为172.16.10.4/24和172.16.10.2/24,服务器的IP地址和缺省网关分别为172.16.30.2/24和172.16.30.1/24。 【实现功能】 保证网络的稳定可靠性,并实现流量的负载均衡。 【实验拓扑】 【实验设备】 S3550-24(2台)、R2624(1台)、S2126G(1台) 【实验步骤】 第一步:在路由器R2624上配置接口IP地址和路由 Router(config)#interface fastEthernet 0 Router(config-if)#ip address 172.16.30.1 255.255.255.0 Router(config-if)#no shutdown Router(config)#interface fastEthernet 1 Router(config-if)#ip address 172.16.40.1 255.255.255.0 Router(config-if)#no shutdown Router(config)#interface fastEthernet 2 Router(config-if)#ip address 172.16.20.1 255.255.255.0 Router(config-if)#no shutdown Router(config)#router rip Router(config-router)#network 172.16.0.0 验证测试:验证接口状态和路由表 Router#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0 172.16.30.1 YES manual up up FastEthernet0.10 unassigned YES unset deleted down FastEthernet1 172.16.40.1 YES manual up up FastEthernet2 172.16.20.1 YES manual up up FastEthernet3 unassigned YES unset administratively down down Serial0 unassigned YES manual down down Serial1 unassigned YES unset down down Router#sh ip route Codes: C - connected, S - static, R - RIP O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2 Gateway of last resort is not set 172.16.0.0/24 is subnetted, 3 subnets C 172.16.40.0 is directly connected, FastEthernet1 C 172.16.30.0 is directly connected, FastEthernet0 C 172.16.20.0 is directly connecte

文档评论(0)

haihang2017 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档