Forum Discussion

XanderR_308201's avatar
XanderR_308201
Icon for Nimbostratus rankNimbostratus
May 03, 2018

Limiting Maximum Answers Returnedvia TMSH

Hello all,

 

I am trying to determine how, via TMSH, I can edit the number of Maximum Answers Returned in the GTM >> DNS >> GSLB >> Pools section.

 

I am aware that recently the maximum number was increased past 16, although I am simply looking for the tmsh commands to configure this setting.

 

Via this support article https://support.f5.com/csp/article/K55535095 I can see how to create a new pool with this setting defined but have been unable to work backwards through the logic for modifying via TMSH.

 

Thanks,

 

1 Reply

  • You should be able to use the example and tab complete help to get to a solid modify:

     

    tmsh modify /gtm pool max-answers-returned <1-500>

     

     

    So for instance, something like this:

     

    tmsh modify /gtm pool a max-answers-returned 12