Free F5 301 Study Guides Exam Questions & Answer [Q29-Q54]

Share

Free F5 301 Study Guides Exam Questions & Answer

301 Exam Dumps, 301 Practice Test Questions


How much 301a - LTM Technology Specialist Cost

The price of 301a - LTM Technology Specialist is $150 USD.


Topics in 301a - LTM Technology Specialist

The accompanying will be examined in F5 301 practice exam and F5 301 practice tests:

  • F5 Architecture

 

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

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

Answer: B

 

NEW QUESTION 30
Which statement is true concerning iRule context?

  • A. The iRule event declaration determines the context.
  • B. The results of the iRule's conditional statement determines the context.
  • C. The rule command determines the context.
  • D. the context must be explicitly declared.

Answer: A

 

NEW QUESTION 31
How is traffic flow through transparent virtual servers different from typical virtual servers?

  • A. any bytes within the initial client request packet
  • B. any text string within a cookie
  • C. an IP address
  • D. the value in the tcp acknowledgement field

Answer: B,C

 

NEW QUESTION 32
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. 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.
  • B. 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.
  • C. This assignment is not allowed since the port do not match.
  • D. 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.

Answer: A

 

NEW QUESTION 33
What occurs when a load?command is issued?What occurs when a ? load?command is issued?

  • A. the running configuration is replaced by the configuration in the files, but only if they are syntactically correct.
  • B. The running configuration is loaded into files for storage.
  • C. The running configuration is compared to the configuration in files and, when changes are noted, the version in the files is loaded over what is in money.
  • D. The running configuration is replaced by the any portion of the configuration files that are syntactically correct.

Answer: A

 

NEW QUESTION 34
Which statement is true regarding OneConnect processing?

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

Answer: C

 

NEW QUESTION 35
Which two processes are involved when BIG-IP systems issue traps? (Choose two.)

  • A. alertd
  • B. bigd
  • C. smtpd
  • D. syslog-ng

Answer: A,D

 

NEW QUESTION 36
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. 10.10.1.10
  • B. 10.10.1.33
  • C. 200.10.10.10
  • D. 150.10.30.30
  • E. 150.10.33.33
  • F. It could be any of the addresses of the members of the load-balancing pool.

Answer: B

 

NEW QUESTION 37
A BIG-IP has two SNATs, a pool of DNS servers and a virtual server configured to load-balance UDP traffic to the DNS servers. One SNAT's address is 64.100.130.10; this SNAT is defined for all addresses.
The second SNAT's address is 64.100.130.20; this SNAT is
defined for three specific addresses, 172.16.3.54, 172.16.3.55, and 172.16.3.56. The virtual server's destination is
64.100.130.30:53.
The SNATs and virtual server have default VLAN associations. If a client with IP address 172.16.3.55 initiates a request to the virtual server, what is the source IP address of the packet as it reaches the chosen DNS server?

  • A. 64.100.130.30
  • B. 64.100.130.10
  • C. 64.100.130.20
  • D. 172.16.3.55

Answer: C

 

NEW QUESTION 38
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. a new pool is available for association with any iRule or virtual server.
  • C. Requests sent to this BIG-IP system with a destination port of 80 are load-balanced between the members of Pool
  • D. The /config/bigip.cinf file is updated to include a definition for the pool named PoolA.

Answer: B

 

NEW QUESTION 39
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 nodes
  • C. only specific pool members
  • D. most virtual severs

Answer: A

 

NEW QUESTION 40
Which action CANNOT be performed by an iRule?

  • A. Direct a client's request to a pool based on the client's browser's language.
  • B. Direct a connection request to a specific pool.
  • C. Chang the virtual server's default pool.
  • D. Limit a given client to a set amount of bandwidth.
  • E. Substitute a server's response with alternate data.
  • F. Discard a client before connecting to a server.

Answer: C

 

NEW QUESTION 41
Which persistence method will always recognize a client when the client returns to the same virtual server?

  • A. source address
  • B. SSL
  • C. No persistence method work in all situations.
  • D. expression [universal]
  • E. MSRDP

Answer: C

 

NEW QUESTION 42
The following iRule is being used within a persistence profile on a virtual server. Assuming the following HTTP requests are made within the same timeout window, what is the maximum number of persistence records that will be created iRule: rule Persist_Universal { when HTTP_REQUEST { persist uie [findstr [HTTP::uri] "?" 8 3] } Requests:#1 http: I/www.test.com/input.html?testl 45ABR80 #2 http ://www.test.com/input .html?testl 35PDC72 #3 http :llwww.test. com/input.html?testl 25ABR76 #4 http ://www.test.com/input.html?testl
45MN088 #5 http ://www.test. com/input.html?testl 55ABR98 #6 http ://www.test.com/input.html?testl 45 PDC6O #7 http ://www.test. com/input.html?testl 75ABC50 #8 http ://www.test.com/input.html?testl 25MN055 #9 http: llwww.test. com/input.html?testl 45ABC70 #10 http ://www.test.com/input.html?testl 35PDC42

  • A. 0
  • B. 1
  • C. 2
  • D. It cannot be determined from the given data.
  • E. 3
  • F. 4
  • G. 5

Answer: C

 

NEW QUESTION 43
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. A BIG-IP self-IP is inserted in the source address field on the clint-side connection.
  • B. A BIG-IP self-IP is inserted in the source address field on the server-sid connection.
  • C. The client IP addresses are inserted into HTTP header.
  • D. The client IP addresses are inserted into messages sent to remote syslog servers.

Answer: C

 

NEW QUESTION 44
An LTM has the 3 virtual servers, 2 SNATs, 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.
Assume port exhaustion has not been reached. Vi rtualServerl Destination: 10.10.2.102:80 netmask 255.255.255.255 Pool: Pool with 3 members in the 172.16/16 network SNAT Automap configured Vi rtualServer2 Destination: 10.10.2.102:* netmask 255.255.255.255 Pool: Pool with 3 members in the 192.168/16 network Vi rtualServer3 Destination: 10.10.2.0:80 netmask 255.255.255.0 Type: IP Forwarding SNAT1 Source IP: 10.10.0.0 netmask 255.255.0.0 SNAT Address: SNAT Pool with 2 members
172.16.20.50 and 192.168.10.50 SNAT2 Source IP: All Addresses SNATAddress:
10.10.2.102 Floating Self IPs 192.168.1.1; 172.16.1.1; 10.10.2.1; 10.10.1.1

  • A. Source IP: 10.10.2.1; Destination IP: 10.10.2.10
  • B. connection attempt is made with a source IP and port of 10.10.100.50:2222 and a destination IP and port of 10.10.2.10:80. When the request is processed, what will be the source and destination IP addresses?
  • C. The request will be droped.
  • D. Source IP: Either 172.16.20.50 or 192.168.10.50; Destination IP: 10.10.2.10
  • E. Source IP: 10.10.2.1; Destination IP: pool in the 172.16/16 network C
  • F. Source IP: 10.10.2.102; Destination IP 10.10.2.10

Answer: D

 

NEW QUESTION 45
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. lconfig/bigip.conf
  • B. /etc/bigip_base.conf
  • C. /config/bigip_base.conf
  • D. /config/BigDB.dat

Answer: A

 

NEW QUESTION 46
Which statement is true concerning packet filters?

  • A. The order of filters does not affect which traffic is accepted or denied
  • B. Filters cannot prevent the BIG_IP synching process from taking place.
  • C. In addition to administrator-created filters, three always exists a "deny all" filter that processes traffic last.
  • D. Filters cannot prevent access to the management port.

Answer: D

 

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

  • A. Users with advanced shell access can always change, add, or delete LTM objects in all partition. Users with? Advanced shell access can always, change, add, or delete LTM objects in all partitions.
  • B. All Users can be given advanced shell access. All users can be given advance shell access.
  • C. Users with advance shell access are limited to changing, adding, or deleting LTM object in any single partition. Users with? Advance shell accesses are limited to changing, adding, or deleting LTM object on any single partition.
  • D. Users with advance shell access have the same right as those with msh access, but the right extend to all partition rather than to Users with advance shell access have the same right as those with msh access, but right extend to all partition rather than to a single partition.

Answer: A

 

NEW QUESTION 48
......


How to book the 301a - LTM Technology Specialist

These are following steps for registering the 301a - LTM Technology Specialist:

  • Step 1 : Signup/Login to F5 account
  • Step 2 : Search for F5 301 LTM Certifications Exam
  • Step 3 : Select Date and Center of examination and confirm with payment

 

Latest 301 Actual Free Exam Questions Updated 49 Questions: https://www.testpassed.com/301-still-valid-exam.html