cisco双机热备

cisco双机热备

ID:43441996

大小:23.53 KB

页数:12页

时间:2019-10-03

cisco双机热备_第1页
cisco双机热备_第2页
cisco双机热备_第3页
cisco双机热备_第4页
cisco双机热备_第5页
资源描述:

《cisco双机热备》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、CiscoHSRP的配置双机热备经典案例      HSRP一般用于两台,也可以用于多台。必须在每台起HSRP上的路由器上配置。  When the HSRP is configured on a network segment, IT provides a virtual Media Access Control (MAC) address and an IP address that is shared among routers in a groupof routers that is running HSRP. One of these devices is sele

2、cted by the protocol to be the active router. The active router receives and routes packets destined for the group's MAC address. For n routers running HSRP, there are n + 1 IP and MAC addresses assigned.  但是aceive只有一台,standby只有一台,其实其他的都在监听状态。所以zyx说的是处在active和standby的状态的只有两台。  附一个配置实例:  ver

3、sion 12.0  service timestamps debug uptime  service timestamps log uptime  no service password-encryption  !  hostname r1  !  enable password cisco  !  ip subnet-zero (新版的IOS都支持全0/1子网)  !  !  !  !  interface Ethernet0  ip address 136.147.107.101 255.255.0.0  no ip redirects  no ip directed-

4、broadcast  standby 150 timers 5 15 /* 定义150组5秒交换一次hello信息,15秒没收到 hello信息就开始切换 */  standby 150 priority 110 /* 定义150组的主路由器权值,值越大,为主路由器希望越大 */  standby 150 preempt /* enable 150组的hsrp抢占功能 */  standby 150 authentication cisco /* 设置150组的router身份验证串 */  standby 150 ip 136.147.107.100 /* 定义150组的浮

5、动地址,也是这台router  连接的网络的网关 */  standby 150 track Ethernet0 /* 定义监控的端口 */  !  interface Serial0  no ip address  no ip directed-broadcast  no ip mroute-cache  shutdown  no fair-queue  !  ip classless  !  !  line con 0  transport input none  line 1 16  line aux 0  line vty 0 4  password cisco  l

6、ogin  !  end  配置基本HSRP例子:  提问 "当主用路由器当掉以后备份路由器可以接管主用路由器的IP地址和MAC地址  回答  Router1:  Router1#configure terminal  Enter configuration commands, one per line. End with CNTL/Z.  Router1(config)#interface FastEthernet 0/1  Router1(config-if)#ip address 172.22.1.3 255.255.255.0  Router1(config-if)#

7、standby 1 ip 172.22.1.1  Router1(config-if)#standby 1 priority 120  Router1(config-if)#exit  Router1(config)#end  Router1#  Router2:  Router2#configure terminal  Enter configuration commands, one per line. End with CNTL/Z.  Router2(config)#interface Fast

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。