[Q16-Q34] Tested Material Used To 301 Test Engine Exam Questions in here [Sep-2021]

Share

Tested Material Used To 301 Test Engine Exam Questions in here [Sep-2021]

Penetration testers simulate 301 exam PDF

NEW QUESTION 16
Could an iRule perform persistence based on a cookie?

  • A. Yes. An iRule could be desiged to persist based on the contents of a cookie.
  • B. No. Cookie persistence is only is based on a cookie persistence profile.
  • C. No. iRules cannot affect persistence.
  • D. Yes An iRule could be designed to persist based on the contents of a cookie.

Answer: A

 

NEW QUESTION 17
Which two statements are true concerning capabilities of current BIG-IP platforms?
(Choose two.)

  • A. The 1600 hosts more ports than the 3900.
  • B. All current BIG-IP platform use both an ASIC. And CPU(s)to process traffic.
  • C. All current BIG-IP platform can perform hardware compression.
  • D. All BIG-IP have capacity to perform bulk encryption I decryption of SSL traffic independent of the CPU.
  • E. Only 2U BIG-IP Platform have an option of a second power supply.

Answer: B,D

 

NEW QUESTION 18
Which is a potential result when a trunk is configured on a BIG-IP?

  • A. Packets flowing to the VLAN could arrive on any of the interfaces in the trunk
  • B. VLAN fail-safe is not available for any VLAN associated with any trunks.
  • C. Since any VLANs associated with the trunk are necessarily associated with multiple interfaces, the VLAN using the must use tagged packets.
  • D. No additional trunks can be configuration since each BIG-IP is limited to one trunk

Answer: A

 

NEW QUESTION 19
The partial configuration below includes an iRule, a virtual server, and pools. When traffic from the client at 160.10.10.10:2056 connects to the virtual server Test_VS and sends an HTTP request, what will the client's source address be translated to as the traffic is sent to the chosen pool member? pool Test_Pool { member
10.10.10.10:80 member 10.10.10.11:80 } snatpool lower_range { member
10.10.10.1 } snatpool upper_range { member 10.10.10.2 } rule Test_iRule { when CLIENT_ACCEPTED. { if { [TCP::local_port]
< 2024 }{ snatpool lower_range } else { snatpool upper_range } virtual Test_VS { destination 200.10.10.1 :http pool Test_Pool rule Test_i Rule }

  • A. It could be either 10.10.10.10 or 10.10.10.11.E.It could be either 10.10.10.10 or 10.10.10.11.
  • B. 10.10.10.1
  • C. 200.10.10.1200.10.10.1
  • D. 160.10.10.IOC.160.10.10.10
  • E. 10.10.10.2

Answer: B

 

NEW QUESTION 20
What does the nsert XForwarded For?
option in an HTTP profile do?
What does the ?nsert XForwarded For?option in an HTTP profile do?

  • A. The client IP addresses are inserted into messages sent to remote syslog servers.
  • B. The client IP addresses are inserted into HTTP header.
  • C. A BIG-IP self-IP is inserted in the source address field on the server-sid connection.
  • D. A BIG-IP self-IP is inserted in the source address field on the clint-side connection.

Answer: B

 

NEW QUESTION 21
When a virtual server has an HTTP profile with compression enabled, which traffic is compressed by the BIG-IP?

  • A. all sever-sid traffic for that cirtual srver
  • B. selected traffic from the BIG-IP to the client
  • C. all client-side traffic for that virtual server
  • D. selected traffic from the pool member to the BIG-IP

Answer: B

 

NEW QUESTION 22
A monitor has been defined using the HTTP monitor template. The send and receive strings were customized, but all other settings were left at their defaults. Which resources can the monitor be assigned to?

  • A. most pools
  • B. most virtual severs
  • C. most nodes
  • D. only specific pool members

Answer: A

 

NEW QUESTION 23
An LTM has the 3 virtual servers, a SNAT, four self IP addresses defined and the networks shown in the exhibit. Selected options for each object are shown below. Settings not shown are at their defaults. VirtualServerl Destination: 10.10.2.102:80 netmask 255.255.255.255 Pool: Pool with 3 members in the 172.16/16 network VirtualServer2 Destination: 10.10.2.102:* netmask 255.255.255.255 Pool: Pool with 3 members in the 192.168/16 network VirtualServer3 Destination: 10.10.2.0:80 netmask 255.255.255.0 Type: IP Forwarding SNAT1 Source IP: All Addresses SNATAddress: SNAT Pool with 2 members- 172.16.20.50 and 192.168.10.50 Self IPs 192.168.1.1; 172.16.1.1; 10.10.2.1; 10.10.1.1 A connection attempt is made with a source IP and port of 10.20.100.50:2222 and a destination IP and port of 10.10.2.10:80. When the request is processed, what will be the destination IP address?

  • A. The request will be dropped.
  • B. Destination IP: pool member in the 172.16/16 network
  • C. Destination IP: 10.10.2.10
  • D. Destination IP: pool member in the 192.168/16 network.

Answer: C

 

NEW QUESTION 24
When a pool is created and saved to file, where is the default file and location for the pool configuration? When a pool is created and saved to file, where is the default file and location for the pool configuration?

  • A. /config/BigDB.dat
  • B. /etc/bigip_base.conf
  • C. /config/bigip_base.conf
  • D. lconfig/bigip.conf

Answer: D

 

NEW QUESTION 25
Which statement is true regarding OneConnect processing?

  • A. Client-side request can utilized existing server-side connections.
  • B. The number of client connection is reduced.
  • C. Server-side request can utilize existing client-sid connections.
  • D. The virtual server must have UDP profile.

Answer: A

 

NEW QUESTION 26
How many events can be referenced in a given iRule?

  • A. Exactly one.
  • B. iRules can have up to event if one is client-side and one is server-side.
  • C. iRules can have multiple events.
  • D. iRules are limited to one event, but a virtual server could be associated with multiple rules.

Answer: C

 

NEW QUESTION 27
Which are immediate results of entering the following command: b pool PoolA . { lb method predictive member 10.10.1 .1:80 member 10.10.1.2:80 }

  • A. No changes will take place since the command is missing the monitor component for PoolA.
  • B. Requests sent to this BIG-IP system with a destination port of 80 are load-balanced between the members of Pool
  • C. a new pool is available for association with any iRule or virtual server.
  • D. The /config/bigip.cinf file is updated to include a definition for the pool named PoolA.

Answer: C

 

NEW QUESTION 28
Which statement describes advanced shell access correctly?
Which statement describes advanced shell access correctly?

  • A. The context has no impact on events.
  • B. The context determines which pools are available for load balancing.
  • C. The context determines which events are available for iRule processing.
  • D. The context determines the values of commands that vary between client and server.

Answer: D

 

NEW QUESTION 29
Which three statements are true about SNATs? (Choose three.)

  • A. SNAT s support UDP, TCP, and ICMP traffic.
    C, SNAT s provide a many-to-one mapping between IP addresses.
  • B. SNAT addresses can be identical to virtual server IP addresses.
  • C. SNAT s provide bi-directional traffic initiation.

Answer: A,B

 

NEW QUESTION 30
A monitor has been defined with an alias port of 443. All other options are left at their defaults. The administrator
wishes to assign it to a pool of members where the members' ports vary. Which is the result?

  • A. This assignment is not allowed since the port do not match.
  • B. For each member. If it is running an SSL service at the member port, the monitor may work. Otherwise, the monitor will fail and the member for each member, if it is running an SSL service at the member port, the monitor may work. Otherwise, the monitor will fail and the member will be marked down.
  • C. For each member, if the member port is not 443, the member will be marked down. For each member,if the member? Port is not 443, the member will be marked down.
  • D. For each member, the monitor will test member node at port 443. For each member, the monitor will test the member ? node at port 443.

Answer: D

 

NEW QUESTION 31
A BIG-IP has the following objects configured: A SNAT pool with 2 members: 150.10.33.33 and 10.10.1.33 A load-balancing pool with 5 members: 10.10.1.1-10.10.1.5:80
The BIG-IP has two self-IP addresses: 150.10.10.10 and 10.10.1.10 A virtual server at 150.10.30.30:80 that is associated with both the SNAT pool and the load-balancing pool. If a client at IP address 200.10.10.10 initiates a connection to the virtual server, what will the source IP address be in the packets sent to the chosen pool member?

  • A. 150.10.30.30
  • B. 200.10.10.10
  • C. 10.10.1.33
  • D. It could be any of the addresses of the members of the load-balancing pool.
  • E. 150.10.33.33
  • F. 10.10.1.10

Answer: C

 

NEW QUESTION 32
An LTM has the 3 virtual servers, four self IP addresses defined and the networks shown in the exhibit. Selected options for each object are shown below. Settings not shown are at their defaults. VirtualServerl Destination: 10.10.2.102:443 netmask 255.255.255.255 Pool: Pool with 3 members in the 172.16/16 network VirtualServer2 Destination: 10.10.2.102:* netmask 255.255.255.255 Pool: Pool with 3 members in the 192.168/16 network VirtualServer3 Destination: 10.10.2.0:80 netmask 255.255.255.0 Type: IP Forwarding SNAT1 Source IP: All Addresses SNAT Address: SNAT Pool with 2 members - 172.16.20.50 and 192.168.10.50 Self IPs 192.168.1.1; 172.16.1.1; 10.10.2.1;
10.10.1.1 A connection attempt is made with a source IP and port of 10.20.100.50:2222 and a destination IP and port of 10.10.2.102:80. When the request is processed, what will be the destination IP address?

  • A. Destination IP: pool member in the 192.168/16 network
  • B. Destination IP: 10.10.2.102
  • C. The request will be dropped.
  • D. Destination IP: pool member in the 172.16/16 network

Answer: A

 

NEW QUESTION 33
Which three parameters could be used to determine whether a connection request will have the source address translated as the request is processed? (Choose three.)

  • A. the client's IP netmask
  • B. the client's IP address
  • C. the client IP fragment offset
  • D. the client's browser's preferred language
  • E. the client's TCP port
  • F. the client's router's IP address

Answer: B,D,E

 

NEW QUESTION 34
......

Authentic Best resources for 301 Online Practice Exam: https://www.actual4cert.com/301-real-questions.html