Layer 3 Redundancy Flashcards

1
Q

FHRP

A

first hop redundancy protocol. a general category of protocols containing GLBP, HSRP, and VRRP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HSRP

A

Hot Standy Router Protocol
Designed by Cisco. Provides high network availability and transparent network topology changes. HSRP creates a hot standby router group with a lead router that services all packets sent to the hot standby address. The lead router is monitored by other routers in the group. If it fails, one of the standby routers inherits both the lead position and the hot standby address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

VRRP

A

Virtual Router Redundancy Protocl
an open FHRP standard that is characterized by the ability to add more than two routers for additional redundancy. Only one router forwards traffic. VRRP is defined in RFC 5798.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GLBP

A

Gateway Load Balancing Protocol

an FHRP that is designed by Cisco to allow multiple active forwarders to load-balance outgoing traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

responsibilities of HSRP primary router

A

Responds to ARP requests for the default gateway with the MAC address of the virtual router
Assumes the role of active default gateway for the virtual router
Sends periodic hello messages
Knows the virtual router IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

responsiblities of HSRP backup router

A

Listens for periodic hello messages from the active router

Assumes the role of default gateway if it does not hear from the active router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

default HSRP interface priority

A

100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

HSRP interface tracking

A

If a tracked interface (member of hsrp) goes down a hello packet is sent out with a decremented priority for the interface. Must be explicitly configured on each participating interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is preemption in the context of HSRP

A

Preemption allows one HSRP peer to proactively elevate itself to the Active router role if its peer has a lower HSRP priority. Must be explicitly configured on each participating interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

command to enable HSRP interface tracking on an interface

A

(config-if)standby [group #] track [interface #] [decrement level, ie 15]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

command to enable preemption in HSRP

A

(config-if)standby [group #] preempt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

command to enable HSRP group

A

standby [group #] ip [virtual ip address]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

command to name HSRP group

A

standby name [group name]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

HSRP load balancing

A

can load balance across trunk links sending one vlan over active router and one vlan over passive router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

command to enable VRRP

A

the same as HSRP, just replace “standby” with “vrrp”

ie vrrp [group #] ip [virtual ip address]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

command to name VRRP group

A

vrrp description [name]

17
Q

command to configure a VRRP tracking

A

track [object #] interface [int face #] {line-protocol | IP routing}

18
Q

command to enable a VRRP interface to be tracked

A

vrrp [group] track [object number] [decrement priority]

19
Q

What are the advantages of GLBP over HSRP and VRRP?

A

fast failover
low overhead
simple configuration
load balancing

20
Q

What is the active router called in GLBP?

A

active virtual gateway, or AVG

21
Q

What are the failover routers called GLBP?

A

active virtual forwarder, or AVF

* there can be up to 4 of these

22
Q

GLBP group

A

Configures up to four routers with the same GLBP group number

23
Q

GLBP gateway

A

Router that runs GLBP, which may participate in one or more GLBP groups

24
Q

AVG in GLBP

A

Elected router that is responsible for operation of the protocol (allocating MAC addresses)

25
Q

SVG IN GLBP

A

Elected router that is the next AVG candidate

26
Q

AVF in GLBP

A

Router in a GLBP group that forwards packets for a particular virtual MAC address; multiple AVFs may exist in a GLBP group

27
Q

SVF in GLBP

A

Router that has learned the virtual MAC address of other AVFs

28
Q

GLBP command examples

A
R2#config t
R2(config)#interface e0/0
R2(config-if)#ip address 10.10.1.3 255.255.255.0
R2(config-if)#glbp 1 ip 10.10.1.1
R2(config-if)#glbp 1 load-balancing host-dependent
R2(config-if)#glbp 1 name GLBP-1
R2(config-if)#end
R2#

show glbp

29
Q

commands to configure interface tracking for GLBP

A

Use the track interface and glbp weighting track commands to configure object tracking for an interface.

30
Q

glbp [group-number] ip [ip-address]

A

Establishes the VRRP VRID and the virtual router IP address

31
Q

glbp [group-number] load-balancing [host-dependent | round-robin | weighted]

A

Selects the GLBP load-balancing mode

32
Q

glbp [group-number] name [group-name]

A

Assigns a user-defined label to the GLBP group

33
Q

track object-number interface type number {line-protocol | ip routing}

A

To configure an interface to be tracked and to enter tracking configuration mode, use the track interface command in global configuration mode. To remove the tracking, use the no form of this command.

34
Q

glbp [group] weighting track object-number [decrement value]

A

To specify a tracking object where the GLBP weighting changes based on the availability of the object being tracked, use the glbp weighting track command in interface configuration mode. To remove the tracking, use the no form of this command.

35
Q

GLBP round robin load balancing

A

Each virtual forwarder MAC address takes turns being included in address resolution replies for the virtual lP address. Round-robin load balancing is recommended for situations where there are a small number of end hosts.

36
Q

GLBP weighted load balancing

A

The amount of load that is directed to an AVF depends on the weighting value that is advertised by the gateway that contains that AVF.

37
Q

GLBP host-dependent load balancing

A

The MAC address of a host is used to determine which virtual forwarder MAC address that host is directed toward. This ensures that a host will be guaranteed to use the same virtual MAC address as long as that virtual MAC address is participating in the GLBP group.
Host-dependent load balancing is required for IP redundancy. IP redundancy is used for stateful failover, and this requires that each host receive the same virtual MAC address each time it uses ARP to get the virtual IP address.