Implementing High Availability in a Campus Environment Configuring Layer 3 Redundancy with VRRP and GLBP
VRRP VRRP是ietf的HSRP;收敛速度快,HSRP是10秒,VRRP基本是2秒;有一个MASTER,多个backup,默认是抢占的;优先级也是100(优先255是物理接口用的,优先级0是当master关掉接口时用的);可以用物理口的IP作为虚IP;
VRRP Operational Process 负债均衡的方法也是多组;
Configuring VRRP on an Interface Enable VRRP on an interface and display the configuration.
GLBP原理 为了提供一台虚拟路由器,要为一个公共的GLBP分组分配多台交换机(路由器) 不是让一台活跃的路由器完成向虚拟路由器地址转发的任务 分组中的所有路由器都能参与并且转发一部分的流量来实现负载均衡.每组中最多4个虚拟的MAC地址 可以真正实现负载均衡;一个虚拟IP,多个虚拟MAC;和HSRP的比较;AVG响应ARP请求,AVF转发用户流量(每个组最多四个AVF);3秒一次发向224.0.0.102,UDP端口3222;抢占默认是关闭的;
Gateway Load Balancing Protocol 唯一的虚拟IP对应多个虚拟的MAC地址 流量使用单一的网管穿越路由器 在没有故障发生时,自动路由数据包 充分利用所有的路由器无需创建多个组消耗额外的资源 负债均衡三种方法,轮询是默认的
AVG和AVF AVG:活跃虚拟网关 这个路由器有更高的优先级,优先级一样,组中最高IP地址 回应所有的ARP请求,并根据所配置的负载均衡算法返回一台组中路由器支持的虚拟MAC地址。 AVF:活跃虚拟转发器 由AVG决定的成为转发分组的路由器。 每台路由器带有一个最大的权值(1到254),跟踪接口,权值以所配置的值减少。路由器使用一个门槛值来确定是否成为AVF.
GLBP Operations GLBP的组成员会选举一个AVG. AVG为组中的每个成员分配一个虚拟MAC地址。 AVG回复的ARP请求从客户端使用不同的虚拟MAC地址,从而实现负载均衡。 Each router becomes an AVF for frames that are addressed to that virtual MAC address. 每个路由器都成为AVF为是针对该虚拟MAC地址的帧。
GLBP Operation
GLBP Operation (Cont.)
GLBP Interface Tracking
TRACK和权值 GLBP必须知道所跟踪的接口并且如何调整权值。 定义所跟踪的接口(全局命令) Tark object-num interface {line-protocl | ip routing} 设置权值门槛(接口命令) Glbp group weighting maxmum [lower lower ] [upper uper] 最后是必须知道跟踪那个接口,并减少权值 Glbp group weighting track object-num [decrement valuel]
GLBP Interface Tracking (Cont.)
Configuring GLBP on an Interface Enable GLBP on an interface and display the configuration.
GLBP负载平衡的方法 轮转法 加权法 依赖主机 在AVG路由器上,或后继者,使用的配置命令 Glbp group load-balbancing [round-robin | weighted | host-dependent]
Summary VRRP provides router redundancy in a manner similar to HSRP. VRRP supports a master and one or more backup routers. VRRP and GLBP are configured per interface. GLBP provides router redundancy and load balancing. GLBP balances traffic by allocating a virtual MAC address to each AVF.
Module Summary HSRP is enabled so that redundant routers can provide default gateway functionality. HSRP can be tuned to provide subsecond failover to a standby router. VRRP or GLBP can provide Layer 3 router failover in addition to load balancing at the distribution layer.