ip-group-set
This command configures the IP Group Set table, which lets you define IP Group Sets. An IP Group Set is a group of IP Groups used for load balancing of calls, belonging to the same source, to a call destination (i.e., IP Group). The table is a parent of the IP Group Set Member table.
Syntax
(config-voip)# sbc routing ip-group-set <Index> (ip-group-set-<Index>)#
| Command | Description | 
|---|---|
| Index | Defines the table row index. | 
| ip-group-set-member | conf Defines igures the IP Group Set Member table, which lets you assign IP Groups to IP Group Sets. The table is a child of the IP Group Set table. For more information, see ip-group-set-member. | 
| name | Defines a descriptive name, which is used when associating the row in other tables. | 
| policy {homing|random-weight|round-robin} | Defines the load-balancing policy. | 
| tags | Defines tags. | 
Command Mode
Privileged User
Example
This example configures an IP Group Set where the IP Group load-balancing is of homing type:
(config-voip)# sbc routing ip-group-set 0 (ip-group-set-0)# name ITSP (ip-group-set-0)# policy homing (ip-group-set-0)# activate