HSRP Flashcards

1
Q

What is HSRP?

A

Hot-standby routing protocol. A Cisco-proprietary FHRP.

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

What are the two router roles in HSRP?

A

Active and standby.

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

Do downstream devices know the real MAC/IP of the HSRP routers?

A

No, downstream devices only know the virtual MAC/IP shared by the routers.

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

What single command will add an interface to an HSRP group?

A

From interface config, “standby (group number) ip x.x.x.x”

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

What command can you use to troubleshoot your HSRP config?

A

From global config, “Show standby”

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

Can the virtual MAC/IP be shared by any physical MACs/IPs?

A

No, the virtual addresses must be unique.

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

HSRP is configured per ___.

A

VLAN.

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

The active router for a VLAN should also be the ___ for that VLAN.

A

Root bridge.

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

After initial configuration, what should not typically be occurring in the “show standby” output?

A

State changes, this usually indicates a problem.

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

What are the default timer values for HSRP?

A

Hello is three seconds, hold is ten seconds.

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

What is the hello timer?

A

Determines how often HSRP hello packets are sent.

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

What is the hold timer?

A

Determines how long the standby server will wait to hear a hello message before it takes over as the active server.

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

How is the virtual HSRP MAC generated?

A

By using the MAC address 00-00-0c-07-ac-xx, where “xx” equals the HSRP group number in hex.

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

Almost all HSRP configuration takes place in what config mode?

A

SVI configuration mode.

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

What value determines the active router?

A

Priority, higher is better.

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

What is the default HSRP priority?

A

100.

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

What command changes the router priority?

A

From SVI config, “standby __ priority __”

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

If two routers have equal priorities, which one wins the active router election?

A

The one with the higher IP.

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

Unless ___ is configured, priority changes will not affect the active router.

A

Preemption.

20
Q

In HSRP, is preemption enabled by default?

A

No, it is not.

21
Q

What is preemption delay?

A

Preemption delay is a feature that causes “new” active router to wait a certain amount of seconds after a priority change to take over as the active router.

22
Q

How do you enable preemtption?

A

From SVI config, “standby __ preempt”

23
Q

How do you enable preemption delay?

A

From SVI config, “standby __ preempt delay minimum (number of seconds)

24
Q

List the HSRP states.

A

Disabled, initial, listen, speak, standby, active.

25
Q

Describe the disabled state.

A

HSRP has not yet been configured on the router.

26
Q

Describe the initial state.

A

HSRP has been configured, but is not running yet.

27
Q

Describe the listen state.

A

Used for the election process. Occurs when the virtual IP is known, but the switch is waiting to hear hello packets from the other routers. Also occurs when a router has a lower priority than the standby router.

28
Q

Describe the speak state.

A

The router is participating in the HSRP router election and is sending out hello packets.

29
Q

Describe the standby state.

A

The router is next in line to become the active router.

30
Q

Describe the active state.

A

Router is forwarding packets sent to the virtual IP.

31
Q

Describe HSRP load balancing.

A

Create multiple HSRP groups with different IPs in the same subnet. Assign active router status to different devices, and manually set the default gateway for hosts.

32
Q

Describe HSRP interface tracking.

A

Interface tracking allows an HSRP router to lower or raise its priority based on the status of an interface (down, up, etc.)

33
Q

What is the standard interface tracking decrement value?

A

10.

34
Q

For interface tracking to be effective, what must be enabled?

A

Preemption.

35
Q

What can you track with interface tracking?

A

Interfaces, portchannels, loop-back addresses, etc.

36
Q

How do you enable HSRP interface tracking?

A

From SVI config, “standby __ track (what you’re tracking) (decrement value)

37
Q

If a standby doesn’t takeover as active when it should, what should you check first?

A

If preemption is enabled.

38
Q

What two timers does HSRP use? Describe them.

A

Hold timer and hello timer. Hold timer refers to how long a router will wait to hear from the active router before taking over. The hello timer refers to how often the router will send its own hello packets.

39
Q

Do timers have to match between all routers in an HSRP group?

A

No, but they should.

40
Q

What are the default HSRP timers?

A

Hold timer of 10 seconds, hello timer of 3 seconds. Typically these defaults work well.

41
Q

How do you change the HSRP default timers?

A

From SVI config, “standby __ timers (hello timer) (hold timer)

42
Q

With HSRP authentication, what should you always use?

A

MD5 ecnryption.

43
Q

What command will keep the HSRP keys from being viewed in the running config?

A

From global config, “service password-encryption”

44
Q

What command enables HSRP authentication?

A

From SVI config, “standby __ authentication md5 key-string (password)

45
Q

HSRP authentication can also make use of what quality-of-life feature?

A

Key chains.