Modify the group of SGMs amongst which the load is distributed
|
# configure terminal
(config)# load-balance mtx-bucket {< sgm_id1>,< sgm_id2>...}
(config)# load-balance apply
Note: The command does 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
|