In this section:
The SBC Core supports the use of the Master Trunkgroup Resource Manager (MTRM) to manage call and bandwidth resources on clients spread across multiple SBCs, thus enabling service providers to support enterprise customers using enterprise-wide CAC management down to the location and trunk group levels. The Master Trunkgroup Resource Manager (MTRM) is basically a client/server model consisting of a Master Trunk Group Server (MTRG server) and Master Trunk Group Client (MTRG client). The server and client are associated with a common name. MTRG-server and MTRG-client instances can co-exist in the same SBC, or can reside in different SBCs. The MTRG-server is configured with a CAC pool shared amongst its registered MTRG-clients. This CAC pool consists of call and bandwidth resources. The MTRG client registers with the respective MTRG server and requests for a configurable margin of call and/or bandwidth resources. The CAC resources configured on the server are shared and dynamically redistributed between the registered clients. Each client can optionally maintain its own set of local resources and/or obtain aggregate resources from the respective server. As idle client resources fall below a configurable margin (calls/bandwidth per request), a client requests more resources from the server. The server, depending on the availability, may or may not grant the resources.
When configuring the parent server, the parentMtrg, parentRequestMaxCalls and parentRequestMaxBW parameters are not needed.
% set global cac mtrgServer <MTRG_server_name> bandwidthPerRequest <2480-248000000> callsPerRequest <1-16777214> maxBandwidth < -1 to 2147483647> maxCalls < -1 to 2147483647> mode <inService | outOfService> mtrmConnPortIndex <1-128> parentMtrg <Name> parentRequestMaxBw <-1 to 2147483647> parentRequestMaxCalls <-1 to 2147483647> state <disabled | enabled> % show global cac mtrgServer % delete global cac mtrgServer <MTRG_server_name>
To view MTRG status, use the command:
> show status global cac mtrgServerStatus
% set global cac mtrgClient <MTRG_client_name> mode <inService | outOfService> mtrmConnPortIndex <index> state <disabled | enabled> % show global cac mtrgClient % delete global cac mtrgClient <MTRG_client_name>
To view the mtrgClient node status, use the following command:
> show status global cac mtrgClientStatus
Parameter | Length/Range | Description |
---|---|---|
mode | N/A | The operational state of this MTRG server.
|
mtrmConnPortIndex | 1-128 | MTRM connection port index which this MTRG server will use to communicate. |
state | N/A | The administrative state of the MTRG server.
|