Forum Discussion
GTM - TMSH (post upgrade v10.2.2 to v11.5.1)
this used to work on GTM v10, given 2 vips and 2 pools
We upgraded last week-end
(the LTM layer is still v10 btw)
- wideips creation for smtp and 443
tmsh create / gtm pool mypool load-balancing-mode round-robin members add { ${VIP}:25 ${VIP2}:25 }
tmsh create / gtm pool mypool2 load-balancing-mode static-persistence members add { ${VIP}:443 ${VIP2}:443 }
- pools creation for smtp and 443
tmsh create / gtm wideip mx1.gslb.domain.com pools add { mypool }
tmsh create / gtm wideip mx2.gslb.domain.com pools add { mypool }
tmsh create / gtm wideip pe.gslb.domain.com pools add { mypool2 }
What would be the transaltion from v10 to v11?
Thks for any hint
- VernonWellsEmployee
I just tested those commands under 11.2.1, and they work. Conventionally, there is no space between the slash (/) and the module, but having it there (or omitting the / altogether when you are in the tmsh config root -- which one usually is) works fine, too.
Are you getting an error when you attempt to use these? Naturally, they will require that GTM is licensed and provisioned (or /gtm won't be accessible).
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