...
IP Trunk Group resource allocation mode.
Note |
---|
As a best practice, always use UPPERCASE for trunk group names. |
Command Syntax
Code Block |
---|
|
% set addressContext <name> zone <name> sipTrunkGroup <name> tgMtrgResAllocation <localIgnored | localPreferred>
|
Command Parameter
Caption |
---|
0 | Table |
---|
1 | SIP Trunk Group State Parameter |
---|
|
Parameter | Description |
---|
tgMtrgResAllocation | Specifies the IP Trunk Group (IPTG) resource allocation method: localIgnored (default) – The IPTG ignores its local resource configuration (call/BW) when a master trunk group is assigned.localPreferred – The IPTG uses up its local resources (or close to it) before requesting a new resource chunk from its master trunk group.
|
|
Command Examples
Use the following command to view the SIP Trunk Group configuration details:
Code Block |
---|
|
> show configuration details addressContext default zone Z1 sipTrunkGroup TG1
masterTgName MTRGA;
tgMtrgCallsPerReq 20;
tgMtrgBwPerReq 12400;
tgMtrgResAllocation localignored;
tgMtrgReqMaxCalls 50;
tgMtrgReqMaxBw unlimited; |
Use the following command to view the status of MTRG server registered trunk groups:
Code Block |
---|
|
> show status global cac mtrgServerRegTgStatus
mtrgServerRegTgStatus MTRGC TG1 DEVHA2 SIPTG {
mtrgServerIndex 1;
tgIndex 0;
callsAllocated 10;
bwAllocated 24800;
tgState active; |
Use the following command to view the status of MTRG client registered trunk groups:
Code Block |
---|
|
> show status global cac mtrgClientRegTgStatus
mtrgClientRegTgStatus MTRGC TG1
DEVHA2 SIPTG {
mtrgClientIndex 1;
tgIndex 0;
callsAllocated 10;
bwAllocated 24800;
tgState active;
} |