standby(虚拟网关)

 作用:实现路由器同一网段的网关的备份效应。

  配置命令:R1(config)# interface gigabitethernet 0/1

            R1(config-if)# ip address 192.168.1.254 255.255.255.0

            R1(config-if)# no shutdown

            R1(config-if)# standby 1 ip 192.168.1.250 (虚拟网关)

            R1(comfig-if)# standby 1 priority 105 (优先级命令) 

             优先级越大越好

            R1(config-if)# standby 1 preempt (开启虚拟网关)

           

           

       

            R3(config)# interface gigabitethernet 0/1

            R3(config-if)# ip address 192.168.1.253 255.255.255.0

            R3(config-if)# no shutdown

            R3(config-if)# standby 2 ip 192.168.1.250 (虚拟网关)

            R3(config-if)# standby 2 priority 100  (默认值为100)

            R3(config-if)# standby 2 preempt (开启虚拟网关模式)

            


              R1作为主链路,优先值大于R3,如果R1断开则R3变为主链路。

           HSRP组:实现设备的备份的同时,再实现流量的负载均衡。