Forum Discussion

tal112_242253's avatar
tal112_242253
Icon for Nimbostratus rankNimbostratus
Jan 10, 2016

CLI F5 - Change the Connection Limit in list of Nodes

I have 100 nodes that i want to change the Connection Limit of every node to 10 with list

 

like

 

Node1 Connection Limit 10 Node2 Connection Limit 10 Node3 Connection Limit 10 Node4 Connection Limit 10 Node5 Connection Limit 10 Node6 Connection Limit 10 Node7 Connection Limit 10

 

like this...

 

thenx!!!

 

1 Reply

    1. Take a backup of your existing system should anything go wrong during the following steps.

       

    2. Save an SCF of your current configuration. For example, tmsh save sys config file /shared/tmp/myscf

       

    3. Edit the SCF text file and remove all but the nodes configuration objects.

       

    4. Add connection-limit 10 to each node entry. You should be able to do a global change to easily accomplish this.

       

    5. Verify the edited SCF will load and merge properly. For example: tmsh load sys config file /shared/tmp/myscf merge verify

       

    6. If the verify is successful, load and merge the new config. For example: tmsh load sys config file /shared/tmp/myscf merge

       

    7. Confirm the results are what you expected and test!

       

    See https://devcentral.f5.com/questions/merge-files for a similar example and another way of accomplishing the same thing.