Dumps Moneyack Guarantee - 301 Dumps UpTo 50% Off [Q17-Q41]

Share

Dumps Moneyack Guarantee - 301 Dumps UpTo 50% Off

Updated Dec-2021 Pass 301 Exam - Real Practice Test Questions


Sample Questions

An LTM device is monitoring pool members on port 80. The LTM device is using an HTTP monitor with a send string of GET / and a blank receive string. What would cause the pool members to be marked down?

  • A pool member responds with an HTTP 200 series response code
  • A pool member responds with an HTTP 300 series response code
  • A pool member responds with an HTTP 400 series response code
  • A pool member responds with an HTTP 500 series response code
  • A pool member does NOT acknowledge the connection SYN on port 80

An LTM device is monitoring three pool members. One pool member is being marked down. What should the LTM Specialist enable to prevent the server from being flooded with connections once its monitor determines it is up?

  • Slow ramp timer
  • Manual resume
  • Fastest load balance algorithm
  • Packet shaping
  • Hold down timer

An LTM HTTP pool has an associated monitor that sends a string equal to ‘GET /test.html’. Which two configurations could an LTM Specialist implement to allow server administrators to disable their pool member servers without logging into the LTM device? (Choose two.)

  • Set “˜receive string"™ equal to ‘SERVER UP and ask the server team to set string “˜SERVER DOWN"™ in test.html
  • Set “˜alias"™ equal to ‘SERVER DOWN"™ and ask the server team to set string"˜SERVER DOWN"™ in test.html
  • Set “˜receive disable string"™ equal to ‘SERVER DOWN"™ and ask the server team to set string"˜SERVER DOWN"™ in test.html
  • Set monitor to transparent and ask the server team to set string “˜TRANSPARENT"™ in test.html
  • Set “˜disable pool member"™ equal to ‘SERVER UP"™ and ask the server team to set string"˜SERVER DOWN"™ in test.html

 

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

  • A. traffic flow through transparent virtual servers soes not have IP address translation performed.
  • B. traffic flow through transparent virtual servers must be forwarded through a single routing device.
  • C. Traffic flow through transparent virtual servers is bridged ( leave IP and MAC.addresses intact) rather than routed (leave IP address intact but change the MAC.addresses).
  • D. Traffic flow through transparent virtual severs is not load balabced.

Answer: A

 

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

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

Answer: D

 

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

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

Answer: A

 

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

  • A. The running configuration is loaded into files for storage.
  • B. 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.
  • C. the running configuration is replaced by the configuration in the files, but only if they are syntactically correct.
  • D. The running configuration is replaced by the any portion of the configuration files that are syntactically correct.

Answer: C

 

NEW QUESTION 21
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 22
Why would an administrator capture monitor traffic between a BIG-IP and servers?

  • A. If a client were having difficulty logging into a load-balanced SSH server, viewing and analyzing the connection process would determine the reason.
  • B. If client traffic to servers was failing, viewing and analyzing monitor traffic would determine the reason.
  • C. Viewing monitor traffic could help the administrator to define a more robust monitor.
  • D. Only client traffic may be captured; monitor traffic may not be captured.

Answer: C

 

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

Answer: C

 

NEW QUESTION 24
Given the configuration shown below, if a connection request arrived on the BIG-IP with a source address of 200.10.10.10:1050 and a destination of 150.10.10.75:80, what would the source IP address of the associated packet be when it arrived on the choosen member of the web_pool self
150.10.10.1 { netmask 255.255.255.0 unit I floating enable vlan external allow tcp https } self
10.10.1.1 { netmask 255.255.255.0 unit I floating enable vlan internal allow default } pool web_pool { member 10.10.1.11:80 member 10.10.1.12:80 member
10.10.1.13:80 }snatpool client_pool { member 10.10.1.100 member 150.10.10.15 } virtual VS_web { destination 150.10.10.10:80 ip protocol tcp snat automap pool web_pool }virtual VS_network{ destination 150.10.1 0.0:any mask
255.255.255.0 snatpool client_pool ip protocol tcp pool web_pool } virtual VS_network { destination 150.10.1 0.0:any mask 255.255.255.0 snatpool client_pool ip protocol tcp pool web_pool } virtual VS_network { destination 150.10.10.0:any mask 255.255.255.0 snatpool client_pool ip protocol tcp pool web_pool }

  • A. 10.10.1.I00B.10.10.1.100
  • B. 150.10.10.15C.150.10.10.15
  • C. 10.10.1.I10.10.1.1
  • D. 200.10.10.I0D.200.10.10.10

Answer: A

 

NEW QUESTION 25
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. 160.10.10.IOC.160.10.10.10
  • C. 200.10.10.1200.10.10.1
  • D. 10.10.10.2
  • E. 10.10.10.1

Answer: E

 

NEW QUESTION 26
A, steaming profile will do which of the following?

  • A. Search and replace all occurrences of a specified string only in request processed by a virtual server.
  • B. Search and replace all occurrences of a specified string in requests and responses processed by a virtual server.
  • C. Search and replace the first occurrence of a specified of a specified string in either a request or response processed by a virtual server.
  • D. Search and replace all occurrences of a specified string only is responses processed by a virtual server.

Answer: B

 

NEW QUESTION 27
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. 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?
  • B. The request will be droped.
  • C. Source IP: 10.10.2.102; Destination IP 10.10.2.10
  • 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: 10.10.2.10
  • F. Source IP: 10.10.2.1; Destination IP: pool in the 172.16/16 network C

Answer: D

 

NEW QUESTION 28
What occurs when a save?command is issued?What occurs when a ? save?command is issued?

  • A. The current configuration files are saved into an archive format.
  • B. The current configuration files are loaded into memory.
  • C. The current configuration files are verified for syntax, then the running configuration is installed in memory.
  • D. The current configuration files are backed up.

Answer: D

 

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

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

Answer: B

 

NEW QUESTION 30
Which statement is true concerning iRule context?

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

Answer: A

 

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

  • A. 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.
  • B. 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.
  • C. All Users can be given advanced shell access. All users can be given advance shell access.
  • D. 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.

Answer: B

 

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

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

Answer: B

 

NEW QUESTION 33
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. VirtualServerl Destination: 10.10.2.102:80 netmask 255.255.255.255 Pool: Pool with 3 members in the 172.1 61.16 network SNAT Automap configured V VirtualServer2 Destination: 10.10.2.102:* netmask
255.255.255.255 Transparent with 3 pool members
in the 192.168/16 network VirtualServer3 Destination: 10.10.2.0:80 netmask 255.255.255.0 Type: IP Forwarding SNATI 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 SNAT Address: 10.10.2.103 Floating 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:443. When the request is processed, what will be the source and destination IP addresses?

  • A. Source IP: 10.20.10.50; Destination IP: pool member in the 192.168/16 network
  • B. Source IP: 10.10.2.103; Destination IP: pool member in the 192.168/16 network
  • C. Source IP: 10.10.201; Destination IP: pool member in the 192.168/16 network G
  • D. The request will be dropped.
  • E. Source IP: 10.10.2.103; Destination IP: 10.10.2.102
  • F. Source IP: 10.10.201; Destination IP: 10.102.102

Answer: E

 

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

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

Answer: B,C

 

NEW QUESTION 35
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 36
......


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

 

Download Free F5 301 Real Exam Questions: https://www.exam4labs.com/301-practice-torrent.html