Forum Discussion
someguy
Oct 28, 2014Nimbostratus
Unsetting an attribute on tmsh modify
Seems that this is a simple thing. Right now I have a client-ssl profile that looks like the below. How can I use a tmsh command to unset or make it so the ciphers are assumed from the parent profile?
ltm profile client-ssl testblah {
ciphers ALL:!SSLv2:!SSLv3
defaults-from my_parent_ssl_profile
}
- nag_54823Cirrostratus
tmsh modify ltm profile client-ssl testblah ciphers none
- nag_54823Cirrostratus
yep . you are right. why can't we delete and create the clientssl profile again ?
- kunjanNimbostratus
Seems like a feature request. Similar question was posted on RestAPI.
May be can try following. Not exactly what is required.
tmsh list ltm profile client-ssl my_parent_ssl_profile ciphers \ | awk '/ciphers/{print $2}' \ | xargs -I{} tmsh modify ltm profile client-ssl testblah ciphers '{}'
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