Forum Discussion
Vikneswaran_709
Nov 29, 2017Nimbostratus
Reporting : Virtual Server - SSL Certificate Mapping
I have a requirement to capture the virtual server along with cleint & Server SSL profile details in excel sheet. Please let me know the options to get it in excell-Number of Virtual server configure...
Kevin_K_51432
Nov 29, 2017Historic F5 Account
Greetings,
You might try the one-line option and filter the configuration (by row) using awk. For example, virtual server ssl_one is using profile_one on the clientside and profile_two on the serverside:tmsh list ltm virtual one-line | awk '{print $3, $15, $20}'
ssl_one profile_one profile_two
Viewed in the typical manner:
tmsh list ltm virtual ssl_one
ltm virtual ssl_one {
destination 10.12.23.123:https
ip-protocol tcp
mask 255.255.255.255
pool quick_pool
profiles {
profile_one {
context clientside
}
profile_two {
context serverside
}
tcp { }
}
Hope this is somewhat helpful!
Kevin- Samir_Jha_52506Nov 30, 2017Noctilucent
@Kevin, if position is fix then easily grep profile with help of
command. Else manual work require to gether information.awk
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