Question 16 Discussion

What command will allow the BIG-IP Administrator to view the configured management IP of a BIG-IP? (Choose one answer)

  • A. tmsh show sys management-ip
  • B. tmsh list sys management-ip
  • C. tmsh list sys management-route
  • D. tmsh list net self
Correct Answer: B

Brave-Dump Clients Votes

B 100%

Comments



Brave-Dumps Admin 2025-12-08 11:59:07

Selected Answers: B


Displaying the management IP address using tmsh

Log in to the TMOS Shell (tmsh) by typing the following command:
tmsh

To display the configured management IP address, type the following command:
list /sys management-ip

The output appears similar to the following example:

sys management-ip 192.168.1.245/24 {
description configured-statically
}

To display the management route, type the following command:
list /sys management-route

The output appears similar to the following example:

sys management-route default {
description configured-statically
gateway 192.168.1.254
network default
}

Reference: https://my.f5.com/manage/s/article/K41712190