Question 17 Discussion

An F5 VE is deployed into a VMware environment via the OVF file. An administrator wishes to connect to the F5 via an assigned management IP address to continue configuration. What are two valid methods for configuring the management-ip address? (Choose two answers)

  • A. Log into the remote console and configure the management-ip through the traffic management shell, TMSH, through the command create /sys management-ip <ip address>/<mask>
  • B. Log into the remote console and configure the management-ip by running the setup command.
  • C. Log into the remote console and configure the management-ip by running the Config executable.
  • D. Log into the remote console and configure the management-ip through the traffic management shell, TMSH, through the command modify /sys management-ip <ip address>/<mask>
Correct Answer: B,D

Brave-Dump Clients Votes

BD 100%

Comments



Sachin 2025-12-18 00:10:35

Selected Answers: B, D


A — create /sys management-ip ❌
The management IP already exists on a VE; you modify, you do not create it.
C — Config executable ❌
The Config executable is not used on BIG-IP VE; configuration is done via setup or TMSH.
Answer: B and D
  • Brave-Dumps Admin 2025-12-19 00:40:05
    Thank you.