Difference between revisions of "List objects in CLI"

From Tech-Wiki
Jump to: navigation, search
 
Line 3: Line 3:
  
 
To list pools, nodes, virtual servers use the following command
 
To list pools, nodes, virtual servers use the following command
  tmsh list ltm pool /Partition/Pool1
+
  (tmos)# list ltm pool /Partition/Pool1
  tmsh list ltm virtual /Partition/VS1
+
  (tmos)# list ltm virtual /Partition/VS1
  tmsh list ltm node /Partition/Node1
+
  (tmos)# list ltm node /Partition/Node1
 +
(tmos)# list ltm profile client-ssl sslprofile

Latest revision as of 18:07, 13 May 2021

Back to Local Traffic Mananger

To list pools, nodes, virtual servers use the following command

(tmos)# list ltm pool /Partition/Pool1
(tmos)# list ltm virtual /Partition/VS1
(tmos)# list ltm node /Partition/Node1
(tmos)# list ltm profile client-ssl sslprofile