Modify the group of SGMs amongst which the load is distributed
|
# configure terminal
(config)# load-balance mtx-bucket [SGM ID, SGM ID,]
(config)# load-balance apply
Note: the command will not work if you have an odd number of SGMs in the group. For example, do not run:
#load-balance mtx-bucket 1,2,3
Run:
#load-balance mtx-bucket 1,2,3,1,2,3
|