Forum Discussion
VIP and SSL Profile Inventory
Hi There,
I have a requirement to extract the LTM details in to spreadsheet, the requirement is as below:
- VIP IP address - SSL Server Profile - Ciphers for the SSL Server Profile - SSL Client Profile - Ciphers for the SSL Client Profile
- VIP IP address - Pool Members with Service Port
Is there any efficient way yo extract this details?
Thanks in Advance
Play around with bash, you can achieve all your requirements in desired format.
Check these 2 codeshares,
https://devcentral.f5.com/s/articles/Capture-Virtual-Server-Clientssl-Profile-Ciphers-Mapping-Bash
https://devcentral.f5.com/s/articles/Export-Virtual-Server-Configuration-in-CSV-tmsh-cli-script
Hello Prashanth.
I recommend you to check this out:
https://devcentral.f5.com/s/articles/Publish-Virtual-SSLProfile-Certicate-Relation
Regards,
Dario.
For option 1, you need to add manual efforts.
Option 2. Use below command. Which will work..
tmsh show ltm virtual detail | egrep "Virtual Server: | Destination | Ltm::Pool: | Ltm::Pool Member: " | grep -v "Destination IP Bypasses" | sed 's/Ltm:://g;s/|//g;s/Destination\s*/Destination/g'
Play around with bash, you can achieve all your requirements in desired format.
Check these 2 codeshares,
https://devcentral.f5.com/s/articles/Capture-Virtual-Server-Clientssl-Profile-Ciphers-Mapping-Bash
https://devcentral.f5.com/s/articles/Export-Virtual-Server-Configuration-in-CSV-tmsh-cli-script
- prashanthNimbostratus
Thank you Jaikumar and Dario
Recent Discussions
Related Content
* 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