CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 17: 201: TMOS Administration

A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }If a user connects to 10.10.1.100 and port 22, which pool will receive the request?

Nội dung câu hỏi

A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }If a user connects to 10.10.1.100 and port 22, which pool will receive the request?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. ftppool
  2. B. telnetpool
  3. C. None. The request will be dropped.
  4. D. Unknown. The pool cannot be determined from the information provided. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề