1、 HSRP 热备份【实验名称】:HSRP (Hot Standby Routing Protocol)热备份路由协议【实验拓扑】:【实验原理】:HSRP 是 Hot Standby Routing Protocol (热备份路由协议)的缩写。它的作用是能够把一台或多台路由器用来做备份,所谓热备份是指当使用的路由器不能正常工作时,候补的路由器能够实现平滑的替换,尽量不被察觉。HSRP概念:热备份路由协议 (Hot Standby Routing Protocol)当主机使用缺省网关实现容错备份功能适用于支持多播或广播的局域网如 Ethernet, Toking Ring, FDDI 等HSRP
2、用于广播或多播局域网上的路由器热备份,并适于静态的路由配置,实际上 HSRP 正是解决设备不能动态适应路由改变的问题。【实验步骤】:1.按拓扑图将网络搭建好,配置好三个路由的信息,在三个路由器上启用 rip 协议。2.将客户机 A(网关:192.168.6.1 、192.168.7.1)与路由桥接,并检测是否联通。3.使用 HSRP 协议,开始 R6 与 R7 路由 HSRP 协议的配置:其中 R7 的优先级比 R6 的优先级高4.断开 R7 的 fa2/0 接口,这时 R6 的优先级高,用客户机 B 在去 ping 192.168.56.1 追踪经过的路由,查看数据包走的是那条断开 R7 的
3、 fa2/0 接口,这时 R6 的优先级高,用客户机 B 在去 ping 192.168.56.1 追踪经过的路由,查看数据包走的是那条1.按拓扑图将网络搭建好,配置好三个路由的信息,在三个路由器上启用 rip 协议。R5 配置信息:RouterenableRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R5R5(config)#int s1/1R5(config-if)#ip add 192.168.56.1 255.255.255.0R5(c
4、onfig-if)#no shutR5(config-if)#exitR5(config)#int s1/2R5(config-if)#ip add 192.168.57.1 255.255.255.0R5(config-if)#no shutR5(config-if)#exitR5(config)#int lo5R5(config-if)#ip add 192.168.5.1 255.255.255.0R5(config-if)#no shutR5(config-if)#exitR5(config)#router ripR5(config-router)#net 192.168.56.0R5
5、(config-router)#net 192.168.57.0R5(config-router)#net 192.168.5.0R5(config-router)#exitR5(config)#R6 配置信息:RouterenableRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R6R6(config)#int s1/0R6(config-if)#ip add 192.168.56.2 255.255.255.0R6(config-if)#n
6、o shutR6(config-if)#exitR6(config)#int fa2/0R6(config-if)#ip add 192.168.6.1 255.255.255.0R6(config-if)#no shutR6(config-if)#exitR6(config)#router ripR6(config-router)#net 192.168.56.0R6(config-router)#net 192.168.6.0R6(config-router)#endR6#R7 配置信息:R7(config)#int s1/4R7(config-if)#ip add 192.168.57.
7、2 255.255.255.0R7(config-if)#no shutR7(config-if)#int fa2/0R7(config-if)#ip add 192.168.6.100 255.255.255.0R7(config-if)#no shutR7(config-if)#exitR7(config)#router ripR7(config-router)#net 192.168.57.0R7(config-router)#net 192.168.6.0R7(config-router)#endR7#2.将客户机 A(网关:192.168.6.1 、 )与路由桥接,并检测是否联通。E
8、thernet adapter 本地连接:Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network ConnectionPhysical Address. . . . . . . . . : 00-0C-29-19-3B-93DHCP Enabled. . . . . . . . . . . : NoIP Address. . . . . . . . . . . . : 192.168.6.2Subnet Mask . . . . . . . . . .
9、. : 255.255.255.0Default Gateway . . . . . . . . . : 192.168.6.100192.168.6.1C:Documents and SettingsAdministratorping 192.168.56.1Pinging 192.168.56.1 with 32 bytes of data:Reply from 192.168.56.1: bytes=32 time=173ms TTL=254Reply from 192.168.56.1: bytes=32 time=117ms TTL=254Reply from 192.168.56.
10、1: bytes=32 time=214ms TTL=254Reply from 192.168.56.1: bytes=32 time=152ms TTL=254Ping statistics for 192.168.56.1:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 117ms, Maximum = 214ms, Average = 164ms客户机 B(192.168.6.100)与路由桥接,并检测是否联通。C:Do
11、cuments and SettingsAdministratortracert 192.168.56.2 (路由追踪)Tracing route to 192.168.56.2 over a maximum of 30 hops1 66 ms 60 ms 61 ms 192.168.6.1002 150 ms 164 ms 184 ms 192.168.57.13 133 ms 143 ms 102 ms 192.168.56.2客户机 B 要去 192.168.56.2 他经过的路由 R7-R5-R63.使用 HSRP 协议,开始 R6 与 R7 路由 HSRP 协议的配置:其中 R7 的
12、优先级比 R6 的优先级高R7:R7(config)#int fa2/0R7(config-if)#standby 1 ip 192.168.1.1 (设定路由器参加的备份组并指出虚拟 IP 地址)% Warning: address is not within a subnet on this interfaceR7(config-if)#standby 1 priority 200(设定路由器在备份组内的优先级)R7(config-if)#standby 1 preempt (定路由器在指定备份组为抢占模式) R7(config-if)#standby 1 track s1/4 60 (设
13、定路由器监视指定接口)R7(config-if)#R6:R6(config)#int fa2/0R6(config-if)#standby 1 ip 192.168.1.1% Warning: address is not within a subnet on this interfaceR6(config-if)#standby 1 priority 150R6(config-if)#standby 1 preemptR6(config-if)#standby 1 track s1/0 60R6(config-if)#4,断开 R7 的 fa2/0 接口,这时 R6 的优先级高,用客户机 B
14、 在去 ping 192.168.56.1 追踪经过的路由,查看数据包走的是那条C:Documents and SettingsAdministratortracert 192.168.56.1Tracing route to 192.168.56.1 over a maximum of 30 hops1 40 ms 81 ms 61 ms 192.168.6.12 162 ms 185 ms 163 ms 192.168.56.1Trace complete.C:Documents and SettingsAdministratoripconfig /allWindows IP Config
15、urationHost Name . . . . . . . . . . . . : WINDPrimary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : UnknownIP Routing Enabled. . . . . . . . : NoWINS Proxy Enabled. . . . . . . . : NoDNS Suffix Search List. . . . . . : Ethernet adapter 本地连接:Connection-specific DNS Suffix . :Descrip
16、tion . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2Physical Address. . . . . . . . . : 00-0B-B4-00-F9-5DDHCP Enabled. . . . . . . . . . . : NoIP Address. . . . . . . . . . . . : 192.168.6.111Subnet Mask . . . . . . . . . . . : 255.255.255.0Default Gateway . . . . . . . . . : 192.168
17、.6.100192.168.1.15.断开 R7 的 fa2/0 接口,这时 R6 的优先级高,用客户机 B 在去 ping 192.168.56.1 追踪经过的路由,查看数据包走的是那条R6 配置:R6(config)#int fa2/0R6(config-if)#standby 2 ip 192.168.1.2% Warning: address is not within a subnet on this interfaceR6(config-if)#standby 2 priority 150R6(config-if)#standby 2 preemptR6(config-if)#st
18、andby 2 track s1/0 60R7 配置:R7(config)#int fa2/0R7(config-if)#standby 2 ip 192.168.1.2% Warning: address is not within a subnet on this interfaceR7(config-if)#standby 2 priority 200R7(config-if)#standby 2 preemptR7(config-if)#standby 2 track s1/4 60R7(config-if)#开始时:C:Documents and SettingsAdministra
19、tortracert 192.168.56.1Tracing route to 192.168.56.1 over a maximum of 30 hops1 40 ms 81 ms 61 ms 192.168.6.12 162 ms 185 ms 163 ms 192.168.56.1配置第二组 HSRP 后:C:Documents and SettingsAdministratortracert 192.168.56.1Tracing route to 192.168.56.1 over a maximum of 30 hops1 73 ms 44 ms 61 ms 192.168.6.1002 184 ms 123 ms 61 ms 192.168.56.1