Forum Discussion
Michael_Feliciano
Jan 14, 2021Cirrus
FTP via F5
Is there any way to determine whether there is any (live) FTP traffic passing through an F5 load balancer?
Daniel_Wolf
MVP
Hi Michael,
this will first search for all FTP profiles (including default FTP profile) , then search all VS that have attached any of the FTP profiles and then list the name of the VS which has an FTP profile attached.
Run in bash:
for FTPprofile in $(tmsh list ltm profile ftp one-line | awk '{ print $4 }'); do tmsh list ltm virtual one-line | grep -E $FTPprofile | awk '{ print $3 }' ; done
KR
Daniel
Daniel_Wolf
Feb 11, 2021MVP
Hi Michael,
yes, those should be all the VS with a FTP profile.
KR
Daniel
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects