Difference between revisions of "big-ip notes"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "==links== [https://community.f5.com/kb/codeshare/big-ip-upgrade-procedure-using-cli-vcmp-guest--host/280685 BIG-IP Upgrade Procedure Using CLI (vCMP Guest & Host)] category...")
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
 +
get pool membership by node IP via CLI
 +
#  '''tmsh -q -c "cd /; list ltm pool one-line recursive" | grep <ip address>'''
 +
 
==links==
 
==links==
  
 
[https://community.f5.com/kb/codeshare/big-ip-upgrade-procedure-using-cli-vcmp-guest--host/280685 BIG-IP Upgrade Procedure Using CLI (vCMP Guest & Host)]
 
[https://community.f5.com/kb/codeshare/big-ip-upgrade-procedure-using-cli-vcmp-guest--host/280685 BIG-IP Upgrade Procedure Using CLI (vCMP Guest & Host)]
 +
 +
[https://networkproguide.com/f5-big-ip-cli-commands-cheat-sheet/ Big-ip cheat sheet]
 
[[category:f5]]
 
[[category:f5]]

Latest revision as of 16:20, 13 May 2025

get pool membership by node IP via CLI

#  tmsh -q -c "cd /; list ltm pool one-line recursive" | grep <ip address>

links

BIG-IP Upgrade Procedure Using CLI (vCMP Guest & Host)

Big-ip cheat sheet