Day 24 - HSRP Flashcards

1
Q

What does FHRP stand for?

A

First Hop Redundancy Protocol

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

What is FHRP?

A

A first hop redundancy protocol which is designed to protect the default gateway used on a network by allowing two or more routers to provide backup for it

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

What is the most popular FHRP?

A

HSRP (Hot Standby/Swap Router Protocol)

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

With HSRP, do the routers being used with the protocol have actual IP addresses on their physical links?

A

Yes

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

How are HSRP routers elected under a normal configuration?

A

The highest IP Address of the physical interfaces being used will be elected as Active. The lowest will be the standby.

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

How do both routers make sure that the other one is still up?

A

They send Keep Alive Hellos

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

How does a Standby Router become an Active Router

A

A keep alive hello wasn’t responded to so the Standby router will assume the role of Active

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

What is a virtual IP address on a HSRP router?

A

It is the Virtual IP Address configured on both routers to act as a default gateway that never goes down

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

Where does all traffic bound for the Virtual IP go?

A

Through the Active Router

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

What is a genericconfiguration for an HSRP Router?

A

R1(config)#int {int}
R1(config-if)#ip address {ip-address} {subnet-mask}
R1(config-if)#no shut
R1(config-if)#standby 1 ip {ip-address}

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

What is the default priority on routers for HSRP?

A

100

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

When a higher priority router comes back online after a failure it will transition back to Active when what is enabled?

A

Pre-emption

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

Is Pre-Emption enabled by default?

A

No

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

The lower priority router will remain the active router when the failed router comes back online when this is not enabled on the router

A

Pre-emption

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

How do you configure a priority and pre-emption on a router?

A

int {int}
R1(config-if)#standby 1 priority {priority}
R1(config-if)#standby 1 preempt

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

How many versions of HSRP are there?

A

2

17
Q

How do you enable HSRP Version 2?

A

int {int}
R1(config-if)#standby version 2

18
Q

How do you verify HSRP?

A

show standby

19
Q

__________ enables you to install multiple routers in a subnet to collectively act as a single default router

A

FHRP (First-Hop Redundancy Protocol)

20
Q

FHRP routers share a virtual what?

A

IP address

21
Q

The capability of a network to dynamically recover from the failure of a device acting as a default gateway is known as what?

A

First-hop redundancy

22
Q

What 3 options are available for FHRPs?

A

HSRP (Hot Standby Router Protocol)
VRRP (Virtual Router Redundancy Protocol)
GLBP (Gateway Load Balancing Protocol)

23
Q

HSRP active router implements what two virtual items?

A

IP address
MAC address

24
Q

What must an HSRP virtual IP address be apart of to be a sound configuration?

A

The same subnet as the physical interface IP address

25
Q

If a router goes down and another takes over, what must the new active router do to get the switches on the subnet to change their MAC address tables to reflect the correct port to reach the virtual MAC?

A

Send a gratuitous ARP

26
Q

If you configured the priority of an HSRP router to have a priority of 90 over the default priority, would it be the active router?

A

No, because the priority would need to be higher than 100 to take on the preferred active role

27
Q

What would you command be to change the priority of an HSRP router considering the priority is in it’s default state of 100

A

standby 1 priority 110