<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://it-arts.net/index.php?action=history&amp;feed=atom&amp;title=F5_BIG-IP_-_LTM_CLI_Commands</id>
	<title>F5 BIG-IP - LTM CLI Commands - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://it-arts.net/index.php?action=history&amp;feed=atom&amp;title=F5_BIG-IP_-_LTM_CLI_Commands"/>
	<link rel="alternate" type="text/html" href="https://it-arts.net/index.php?title=F5_BIG-IP_-_LTM_CLI_Commands&amp;action=history"/>
	<updated>2026-05-02T18:46:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://it-arts.net/index.php?title=F5_BIG-IP_-_LTM_CLI_Commands&amp;diff=1119&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Category:Wiki  &#039;&#039;&#039;&#039;&#039;[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]&#039;&#039;&#039;&#039;&#039;   == Viewing System Information == To display system information, including the software version, platform, and other relevant details, use the following command:   &lt;nowiki&gt; tmsh show sys version&lt;/nowiki&gt;  This command will output the software version, platform type, and more.  == Managing Configuration Files == You can list, view, and manage system configuration files. The co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://it-arts.net/index.php?title=F5_BIG-IP_-_LTM_CLI_Commands&amp;diff=1119&amp;oldid=prev"/>
		<updated>2026-02-18T08:11:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/Category:Wiki&quot; title=&quot;Category:Wiki&quot;&gt;Category:Wiki&lt;/a&gt;  &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;   == Viewing System Information == To display system information, including the software version, platform, and other relevant details, use the following command:   &amp;lt;nowiki&amp;gt; tmsh show sys version&amp;lt;/nowiki&amp;gt;  This command will output the software version, platform type, and more.  == Managing Configuration Files == You can list, view, and manage system configuration files. The co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Wiki]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Viewing System Information ==&lt;br /&gt;
To display system information, including the software version, platform, and other relevant details, use the following command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys version&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command will output the software version, platform type, and more.&lt;br /&gt;
&lt;br /&gt;
== Managing Configuration Files ==&lt;br /&gt;
You can list, view, and manage system configuration files. The command below displays all configuration files:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh list /sys config&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To view a specific configuration file, use:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show /sys config &amp;lt;filename&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Viewing System Status ==&lt;br /&gt;
To view the overall status of the system, including all major components, run:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys status&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This shows the status of hardware, software, and critical system components.&lt;br /&gt;
&lt;br /&gt;
== Network Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Viewing Network Interfaces ===&lt;br /&gt;
To list the available network interfaces, run:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show net interface&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command displays all physical interfaces and their status, including throughput and error counts.&lt;br /&gt;
&lt;br /&gt;
=== Configuring Network Interfaces ===&lt;br /&gt;
To configure a specific network interface, use the following command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh modify /net interface &amp;lt;interface_name&amp;gt; mtu &amp;lt;mtu_value&amp;gt; address &amp;lt;ip_address&amp;gt; netmask &amp;lt;netmask_value&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, configuring `eth0` with an MTU of 1500, IP address `192.168.1.10`, and netmask `255.255.255.0` would be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh modify /net interface eth0 mtu 1500 address 192.168.1.10 netmask 255.255.255.0&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Viewing Routing Information ===&lt;br /&gt;
To show routing information, including routes, use:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show net route&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command outputs the active routes in the routing table.&lt;br /&gt;
&lt;br /&gt;
== LTM (Local Traffic Manager) Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Viewing Pools ===&lt;br /&gt;
To view the configuration and status of load balancing pools, use:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show ltm pool&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command provides a list of all configured pools, along with their status, members, and other relevant details.&lt;br /&gt;
&lt;br /&gt;
=== Creating and Managing Pools ===&lt;br /&gt;
To create a new pool, the following command can be used:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh create ltm pool &amp;lt;pool_name&amp;gt; members add { &amp;lt;ip_address&amp;gt;:&amp;lt;port&amp;gt; }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh create ltm pool mypool members add { 192.168.1.20:80 192.168.1.21:80 }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To modify a pool, use the `modify` keyword, and to delete a pool, use the `delete` keyword:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh modify ltm pool mypool members add { 192.168.1.22:80 }&lt;br /&gt;
tmsh delete ltm pool mypool&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Viewing Virtual Servers ===&lt;br /&gt;
To list the virtual servers and their statuses:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show ltm virtual&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This shows the configured virtual servers, their IP addresses, and their current status.&lt;br /&gt;
&lt;br /&gt;
=== Creating and Managing Virtual Servers ===&lt;br /&gt;
To create a new virtual server, the following command is used:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh create ltm virtual &amp;lt;vs_name&amp;gt; destination &amp;lt;vs_ip&amp;gt;:&amp;lt;vs_port&amp;gt; pool &amp;lt;pool_name&amp;gt; profiles add { http }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh create ltm virtual myvirtualserver destination 192.168.1.100:80 pool mypool profiles add { http }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To modify or delete a virtual server, use the `modify` and `delete` commands respectively:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh modify ltm virtual myvirtualserver destination 192.168.1.101:80&lt;br /&gt;
tmsh delete ltm virtual myvirtualserver&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SSL Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Viewing SSL Profiles ===&lt;br /&gt;
To display SSL profile configurations, use the following command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show ltm profile client-ssl&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command lists the SSL profiles used by virtual servers for handling encrypted traffic.&lt;br /&gt;
&lt;br /&gt;
=== Creating and Managing SSL Profiles ===&lt;br /&gt;
To create an SSL client profile, use:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh create ltm profile client-ssl &amp;lt;profile_name&amp;gt; cert &amp;lt;cert_file&amp;gt; key &amp;lt;key_file&amp;gt; options &amp;lt;ssl_options&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh create ltm profile client-ssl mysslprofile cert /config/ssl/certs/mycert.crt key /config/ssl/keys/mykey.key options { no-ssl-verify }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Viewing SSL Certificates ===&lt;br /&gt;
To display SSL certificates:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys crypto cert&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command lists all the certificates installed on the system.&lt;br /&gt;
&lt;br /&gt;
== Traffic and Session Management ==&lt;br /&gt;
&lt;br /&gt;
=== Viewing Active Connections ===&lt;br /&gt;
To view active connections on the system, run:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys connection&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command displays all current connections, including the source and destination IPs, port numbers, and connection states.&lt;br /&gt;
&lt;br /&gt;
=== Managing Sessions ===&lt;br /&gt;
To display the current user sessions, use:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show /sys user session&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command provides a list of active user sessions along with their associated IP addresses.&lt;br /&gt;
&lt;br /&gt;
== System Diagnostics ==&lt;br /&gt;
&lt;br /&gt;
=== Running a Packet Capture ===&lt;br /&gt;
To run a packet capture, the following command can be used:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tcpdump -i &amp;lt;interface_name&amp;gt; -w /var/tmp/capture.pcap&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, to capture packets on interface `eth0`:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tcpdump -i eth0 -w /var/tmp/capture.pcap&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== System Logs ==&lt;br /&gt;
To view the system logs, run:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tail -f /var/log/ltm&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command continuously displays logs from the Local Traffic Manager.&lt;br /&gt;
&lt;br /&gt;
=== Viewing System Events ===&lt;br /&gt;
For viewing events logged by the system, use the following command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys event&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command shows a list of system events and their details.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Checking System Performance ===&lt;br /&gt;
To check the system&amp;#039;s performance, including CPU and memory usage:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys performance&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will display CPU and memory usage, as well as disk and network performance.&lt;br /&gt;
&lt;br /&gt;
=== Checking System Health ===&lt;br /&gt;
To check the health status of various system components:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
tmsh show sys health&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command gives an overview of the system&amp;#039;s health, including hardware status, disk health, and more.&lt;br /&gt;
&lt;br /&gt;
=== Rebooting the System ===&lt;br /&gt;
To reboot the F5 BIG-IP system:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
reboot&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command will initiate a system reboot.&lt;br /&gt;
&lt;br /&gt;
== Useful Links ==&lt;br /&gt;
&lt;br /&gt;
* [F5 BIG-IP Documentation](https://support.f5.com/csp/article/K12820)&lt;br /&gt;
* [F5 BIG-IP Command Line Interface (CLI) Guide](https://techdocs.f5.com/)&lt;br /&gt;
* [F5 Community](https://community.f5.com/)&lt;br /&gt;
* [F5 Knowledge Base](https://support.f5.com/csp/)&lt;br /&gt;
* [F5 Downloads](https://downloads.f5.com/)&lt;br /&gt;
* [F5 Deployment Guide](https://f5.com/products/big-ip)&lt;br /&gt;
* [F5 YouTube Channel](https://www.youtube.com/user/F5Networks)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>