F5 Pool Member Status/Configurations - TMOS 201 Flashcards

1
Q

What is a green circle status?

A

The pool member is enabled and in an up state.

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

What is a yellow triangle status?

A

The pool member is enabled and no user interaction is needed. This occurs when the number of concurrent connections exceed the limit defined in the pool members Connection Limit setting.

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

What is a red diamond status?

A

The pool member is unavailable either the parent node is down, a monitor has marked the pool member down, or a user has disabled the pool member.

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

What is a black circle status?

A

The pool member is offline because it was manually disabled. The pool member will continue to accept new connections with a persistence record (cookie) or connections that already have been established.

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

What is a black diamond status?

A

The pool member is forced offline because it was manually disabled. No new connections are allowed, but it will continue to serve existing connections.

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

What is a blue square status?

A

The availability of the object is unknown.

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

What are gray icon status?

A

A parent object has disabled the object or the object is enabled but unavailable because of another disabled object.

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

What is slow ramp time?

A

Pool setting protects a newly available pool member from being overloaded with connection requests. For every second that the pool member is up, 1/10 of connections would be sent to the member. If the member has been up for 9 secs, then 90% of normal traffic is sent to this member.

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

True or false: slow ramp time is an enabled by default, and default setting is 10 seconds.

A

True

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

What is priority group activation?

A

Configuration where the BIG-IP will not to send traffic to a pool member (standby pool). The BIG-IP would only send traffic to this pool member when the active pool member goes down.

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

True or false: priority group activation is enabled by default.

A

False

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

For priority group activation configuration, what number would be assigned to member to make it standby? What number would be assigned to the active member?

A

Standby member = 0
Active member = 10

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

How do you configure priority group activation?

A

1) Under the Pool Members tab, choose a load balancing method and set priority group activation to enabled, and choose less than. Assign a value that indicates the minimum of active members before going to the next group (standby member).
2) Click on the member and assign a value designating it standby or active. 0 is standby, and anything above 0 is active.

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

What is Availability requirement?

A

It is used to specify the minimum number of monitors that must report a pool as being available before the member is defined as being in an up state.
If all of the monitors must report the pool available, select All.
To specify a minimum number, select At Least, and then type the minimum number in the Health Monitors field.

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

What is Action on Service Down?

A

A feature that allows the BIG-IP system to choose another pool member and rebind the client connection to a new server connection if the target pool member becomes unavailable.

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

What are the four available settings for Action on Service Down?

A

1) None - default setting
2) Reject - sends RST/ICMP to client so that client can establish a new connection.
3) Drop - silently drops with no communication to client.
4) Reselect - manages established client connections by moving them to an alternate pool member without a connection teardown or setup.