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 configuration 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