September 28, 20178 yr So you need to validate the Wide IPs are still working after a code upgrade on the GTMs. How do you identify who to ask to test? I'm going the route of having anyone with a WideIP on the GTM perform application testing. To get a list of Wide IP's on the GTM run the following command tmsh list gtm wideip one-line How about status of the pools or the wideips themselves (before and after) tmsh show gtm pool detail | egrep 'Gtm::Pool:|Availability : ' | grep -A1 Gtm::Pool: | grep -v available At least its a start... not very pretty
Create an account or sign in to comment