Forum Discussion
tmsh gui banner with multiline
Sorry I reply to my self...
tmsh modify sys global-settings { gui-security-banner enabled gui-security-banner-text '"Warning line1
and now line 2
and now line 3
and final line"' }
Works just fine 😄
- jsprattlerApr 28, 2017
Nimbostratus
Hi Sylvain, Thank you for providing this. I'm able to enter my multi-line security banner however it doesn't seem to save to the GUI when I break out of the command. How were you able to get this saved? I must be missing something simple here. Thanks in advance!
For example:
config tmsh modify sys global-settings { gui-security-banner enabled gui-security-banner-text '"Warning line1 and now line 2 and now line 3 and final line"' } [ENTER] > [CTRL+c] config - Only1masterbla1Oct 30, 2017
Cirrus
Copy entire block like this:
tmsh modify sys global-settings { gui-security-banner enabled gui-security-banner-text 'Warning line1 and now line 2 and now line 3 and final line' }
which appears in CLI like this:
tmsh modify sys global-settings { gui-security-banner enabled gui-security-banner-text 'Warning line1
and now line 2 and now line 3 and final line' }
and GUI has this display:
Warning line1 and now line 2 and now line 3 and final line
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
