F5 201證照:BIG-IP Administrator Exam幫助您壹次通過201考試作為IT認證考試學習資料的專業團隊,KaoGuTi是您獲得高品質學習資料的來源。無論您需要尋找什么樣子的F5 201考古題我們都可以提供,借助我們的201學習資料,您不必浪費時間去閱讀更多的參考書,只需花費20 – 30小時掌握我們的F5 201題庫問題和答案,就可以順利通過考試。我們為您提供PDF版本的和軟件版,還有在線測試引擎題庫,其中201軟件版本的題庫,可以模擬真實的考試環境,以滿足大家的需求,這是最優秀的201學習資料。
要成為 F5 201 (BIG-IP 管理員) 認證,候選人必須通過認證考試。該考試由 F5 Networks,一家領先的應用交付網絡(ADN)技術提供商,進行管理。該考試由多項選擇題組成,考試時間為兩個小時。候選人必須取得 69% 或更高的分數才能通過考試並獲得認證。 最新的 F5 Networks Certification Study Materials 201 免費考試真題 (Q25-Q30):問題 #25
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with "php" } { pool pool2 } If a user connects to http://10.10.1.100/foo.html, which pool will receive the request?
A. pool2
B. Unknown. The pool cannot be determined from the information provided.
C. pool1
D. None. The request will be dropped.
答案:B
問題 #26
What should the BIG-IP Administrator do to apply and activate a hotfix to a BIG-IP device that is currently running version 11.0.0 on active partition HD1.1?
A. 1. reactivate the license on partition HD1.1
2. apply a hotfix to partition HD1.1
B. 1. activate partition HD1.2
2 confirm version 11.0.0 on partition HD1.2
3. install a hotfix on partition HD1.2
C. 1. set partition HD1.2 active
2. apply a hotfix to partition HD1.2
D. 1. confirm that 11.0.0 is installed on inactive partition HD1.2
2. apply a hotfix to partition HD 1.2
3. activate partition HD1.2
答案:D
問題 #27
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 80 } { pool pool1 } elseif {[TCP::local_port] equals 443} { pool pool2 } If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
A. pool2
B. Unknown. The pool cannot be determined from the information provided.
C. pool1
D. None. The request will be dropped.
答案:B
問題 #28
For a given Virtual Server, the BIG-IP must perform SSL Offload and negotiate secure communication overTLSvl.2only.
What should the BIG-IP Administrator do to meet this requirement?
A. Configure a custom SSL Profile (Server) and select no TLSvl in the options list
B. Configure a custom SSL Profile (Client) with a custom TLSV1.2 cipher string
C. Configure a custom SSL Profile (Client) and select no TLSvl in the options list
D. Configure a custom SSL Profile (Server) with a custom TLSV1.2 cipher string
答案:B
解題說明:
no TLSvl only disables TLS1.0, TLS1.1 is still used and does not meet the requirements.
問題 #29
Which method is recommended for creating a new user from the CLI?
A. edit bigip.conf to add the new user and the user's clear-text password
B. Run f5adduser username' then 'f5passwd username' from bash or tmsh
C. Run tmsh create auth user username prompt for password' from bash
D. Run useradd username' then 'passwd username' from bash tmsh