Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
...
Panel | ||||
---|---|---|---|---|
In this section:
|
Div | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
The functional diagram below shows multi-level hierarchy with intermediate MTRG servers at the location level. MtrgA1, MtrgA2 and MtrgA3 act as clients to Master server MtrgA.
IPTG 1 and 2 act as clients to mtrgA1, IPTG 3 and 4 to A2, IPTG 5 and 6 to A3. Initially the IPTGs consume resources from their immediate MTRG servers A1, A2 and A3. If these servers learn that their CAC resources are falling below the margin, the servers request for more resources from their parent server MtrgA.
Caption | ||||
---|---|---|---|---|
| ||||
...
Note |
---|
If the connection between the MTRM server and client fails, the IPTG falls back to its local resources. |
Note |
---|
For the MTRG feature to work as expected, the egress and ingress callLimit of the IPTG must be set to the default value "unlimited". For MTRM to work as designed, do not configure the parent CAC pool for the Trunk Group. |
Configuring the
Spacevars | ||
---|---|---|
|
Configure MTRM Server Connection Port
Note |
---|
If configuring MTRM connection port on the management interface, first configure the Management Logical IP. Then assign that IP as the ipAddressV4 or ipAddressV6 of the MTRM connection port. |
Code Block | ||
---|---|---|
| ||
% set addressContext default zone defaultSigZone mtrmConnPort <index> portRole server ipInterfaceGroupName/mgmtInterfaceGroupName <Interface_Group_Name> ipAddressV4 <IP_Address> ipAddressV6 <IP_Address> portNumber <MTRM_Port> healthCheckIgnore <enable/disable> healthCheckInterval <Interval_Value> healthCheckTimeout <Timeout_Value> mode inService state enabled |
Configure MTRM Client Connection Port
Code Block | ||
---|---|---|
| ||
% set addressContext default zone defaultSigZone mtrmConnPort <index> portRole client primaryServerIPAddr <IP_Address> primaryServerPortNumber <MTRM_Port> secondaryIpAddress <IP_Address> secondaryPortNumber <MTRM_Secondary_Server_Port_Number> ipInterfaceGroupName <IPIG name> mgmtInterfaceGroupName <MIG name> ipAddressV4 <V4_IP_Address> ipAddressV6 <V6_IP_Address> portNumber <MTRM_Port> healthCheckIgnore <enable/disable> healthCheckInterval <Interval_Value> healthCheckTimeout <Timeout_Value> mode <inService/outOfService> state <enabled/disabled> |
Code Block | ||
---|---|---|
| ||
> show status addressContext default zone defaultSigZone mtrmConnPortPeerStatus
mtrmConnPortPeerStatus 10 2 {
peerName HEBBE;
peerConnectionStatus available;
shelfId 2;
peerRole client;
ipAddress 10.11.12.13;
connectionType none;
}
mtrmConnPortPeerStatus 110 1 {
peerName HEBBE;
peerConnectionStatus available;
shelfId 2;
peerRole server;
ipAddress 10.11.12.13;
connectionType primary;
} |
Configure MTRG Server
Note |
---|
If not configuring a parent Server, it is not necessary to define parentMtrg, parentRequestMaxCalls & parentRequestMaxBW parameters. |
Code Block | ||
---|---|---|
| ||
% set global cac mtrgServer <MTRG_Server_Name> mtrmConnPortIndex <Index_Value> maxCalls <MTRG_Server_Maximum_Calls> callsPerRequest <Value> maxBandwidth <Maximum_Bandwidth_Value> bandwidthPerRequest <Value> parentMtrg <Name> parentRequestMaxBw <Maximum_Bandwidth> parentRequestMaxCalls <Maximum_Number_Of_Calls> mode <inService/outOfService> state <enabled/disabled> |
Code Block | ||
---|---|---|
| ||
> show status global cac mtrgServerStatus
mtrgServerStatus MTRGA {
mtrgServerIndex 2;
maxGlbCallAvail 980;
maxGlbBwAvail 39200;
callsAllocated 1000;
bwAllocated 64000;
callsUsage 20;
bwUsage 24800;
parentMtrgIndex 1;
parentMtrgName MTRGC;
parentMtrgState mtrmReady;
}
[ok][2013-07-30 14:56:43] |
Configure MTRG Client
Code Block | ||
---|---|---|
| ||
% set global cac mtrgClient <MTRG_Client> mtrmConnPortIndex <Index> mode <inService/outOfService> state <enabled/disabled> |
Configure SIP Trunk Group
Code Block | ||
---|---|---|
| ||
% set addressContext default zone <Zone_Name> sipTrunkGroup <IPTG_Name> masterTgName <Name> tgMtrgCallsPerReq <Value> tgMtrgBwPerReq <Maximum_Bandwidth_Value> tgMtrgReqMaxCalls <Value> tgMtrgReqMaxBw <Maximum_Bandwidth_value> tgMtrgResAllocation <LOCALIGNORED/LOCALPREFFERED> |
Code Block | ||
---|---|---|
| ||
> show configuration details addressContext default zone Z1 sipTrunkGroup TG1
masterTgName MTRGA;
tgMtrgCallsPerReq 20;
tgMtrgBwPerReq 12400;
tgMtrgResAllocation localignored;
tgMtrgReqMaxCalls 50;
tgMtrgReqMaxBw unlimited; |
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;
} |
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;
} |
Noprint |
---|
Given below is a sample MTRM configuration using two SBCs
Caption | ||||
---|---|---|---|---|
| ||||
The MTRG (Master Trunk Group) Server, MTRG1 is on SBC1 and it is configured with 100 calls and 64K bandwidth. It will communicate to MTRG client through MTRM server connection port CP1.
MTRG client MTRG1 on SBC2 will subscribe to the server on SBC1 for calls and bandwidth and will communicate to it using CP2. Note that the MTRG server and client name has to be same for them to communicate to each other.
The SIP trunk group will register with MTRG client. SIP TG and MTRG client should reside on same SBC and MTRG server can be on same or different SBC.
CLI for the above example is provided below:
Set up server connection port SBC1.
Code Block | ||
---|---|---|
| ||
% set addressContext default zone defaultSigZone mtrmConnPort 1 portRole server ipInterfaceGroupName LIF1 ipAddressV4 10.54.20.32 portNumber 4360 mode inService state enabled |
Set up client connection port on SBC2.
Code Block | ||
---|---|---|
| ||
% set addressContext default zone defaultSigZone mtrmConnPort 101 portRole client primaryServerIPAddr 10.54.20.32 ipAddressV4 10.54.20.29 ipInterfaceGroupName LIF1 mode inService state enabled |
Check the status of connection ports on both SBC1 and SBC2.
Check status from SBC1 server. peerConnectionStatus should be "available".
Code Block | ||
---|---|---|
| ||
> show status addressContext default zone defaultSigZone mtrmConnPortPeerStatus
mtrmConnPortPeerStatus 1 2 {
peerName SBC2;
peerConnectionStatus available;
shelfId 2;
peerRole client;
ipAddress 10.54.20.29;
connectionType none; |
Check status from SBC2 server. peerConnectionStatus should be "available"
Code Block | ||
---|---|---|
| ||
> show status addressContext default zone defaultSigZone mtrmConnPortPeerStatus
mtrmConnPortPeerStatus 101 1 {
peerName SBC1;
peerConnectionStatus available;
shelfId 2;
peerRole server;
ipAddress 10.54.20.32;
connectionType primary;
} |
Set up MTRM server on SBC1.
Code Block | ||
---|---|---|
| ||
% set global cac mtrgServer MTRG1 maxCalls 100 maxBandwidth 64000 mtrmConnPortIndex 1 mode inService state enabled |
Set up MTRM client on SBC2.
Code Block | ||
---|---|---|
| ||
% set global cac mtrgClient MTRG1 mtrmConnPortIndex 101 mode inService state enabled |
Register SIPTG TEST to MTRM client MTRG1.
Code Block | ||
---|---|---|
| ||
% set addressContext default zone defaultSigZone sipTrunkGroup TEST masterTgName MTRG1 tgMtrgCallsPerReq 10 tgMtrgBwPerReq 5000 tgMtrgResAllocation localignored |
Info |
---|
This completes the configuration. Initially the trunk group is given twice the calls per request and bandwidth per request resources. If you see TG status, it will indicate how many calls and how much BW is available. |
Check trunk group and MTRG status.
Code Block | ||
---|---|---|
| ||
> show status addressContext default zone defaultSigZone trunkGroupStatus
trunkGroupStatus TEST {
state inService;
totalCallsAvailable 20;
totalCallsInboundReserved 0;
inboundCallsUsage 0;
outboundCallsUsage 0;
totalCallsConfigured -1;
priorityCallUsage 0;
totalOutboundCallsReserved 0;
bwCurrentLimit 10000;
bwAvailable 10000;
bwInboundUsage 0;
bwOutboundUsage 0;
packetOutDetectState normal;
} |
To verify MTRG client and server status, enter the commands below. The resources allocated to the trunk group are equal to the resource usage in the MTRG server.
Code Block | ||
---|---|---|
| ||
>show status global cac mtrgServerStatus
mtrgServerStatus MTRG1 {
mtrgServerIndex 1;
maxGlbCallAvail 80;
maxGlbBwAvail 54000;
callsAllocated 100;
bwAllocated 64000;
callsUsage 20;
bwUsage 10000;
parentMtrgIndex 0;
parentMtrgName "";
parentMtrgState null;
}
>show status global cac mtrgServerRegTgStatus
mtrgServerRegTgStatus MTRG1 TEST DEVHA1 SIPTG {
mtrgServerIndex 1;
tgIndex 3;
callsAllocated 20;
bwAllocated 10000;
tgState active;
} |
Noprint |
---|
...
Pagebreak |
---|