QuestionQ7

Identify the reason a pool is not working as expected

Pool member /Common/10.120.0.5:8090 in pool /Common/testpool has a monitor status of down. [ /Common/http: up, /Common/http2: down; last error: ] [ was up for 1hr:0min:43sec ]

Why is this pool member marked down?

  • A The pool member is currently only serving HTTP2 traffic.
  • B The pool member is currently only serving HTTP traffic.
  • C The pool member is currently only serving TCP traffic.
  • D The pool member is currently only serving UDP traffic.
Explanation

A pool with multiple monitors uses an all-monitors rule by default, so every assigned monitor must succeed for the member to be available. The HTTP monitor is up while the HTTP/2 monitor is down, which means the service responds to HTTP but not HTTP/2; therefore, it is currently serving only HTTP traffic.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!