Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to Global - CLI

Back to Call Admission Controls - CLI

...

Panel

In this section:

Table of Contents

 

Excerpt Include
CAC Management Using MTRM
CAC Management Using MTRM
nopaneltrue

Master Trunk Group (MTRG) Server

Note

When configuring the parent server, the parentMtrg, parentRequestMaxCalls and parentRequestMaxBW parameters are not needed.

Command Syntax 

Code Block
languagenone
% 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:

Code Block
languagenone
> show status global cac mtrgServerStatus

Command Parameters

Caption
0Table
1Command parameters
ParameterLength/RangeDescription
bandwidthPerRequest 2480-248000000Use this parameter to define the bandwidth (in kbit/second) to use for each request from the parent Master Trunk Group. (default = 5000)
callsPerRequest 1-16777214This parameter defines the number of calls to use for each request from the parent Master Trunk Group. (default = 10)
maxBandwidth -1 to 2147483647

The maximum bandwidth allocated to this MTRG server. The value "-1" specifies unlimited bandwidth. (default = 64000)

maxCalls -1 to 2147483647The maximum number of calls allocated to this MTRG server. The value "-1" specifies unlimited calls. (default = 1000)
modeN/A

The operational state of this MTRG server.

  • inService (default)
  • outOfService 
mtrmConnPortIndex1-128The MTRM connection port index which this MTRG server will use to communicate.
parentMtrg Up to 23 charactersThe name of the parent MTRG server.
parentRequestMaxBw-1 - 2147483647The maximum bandwidth that can be requested from the parent MTRG server. The value "-1" specifies unlimited bandwidth. (default = -1)
parentRequestMaxCalls-1 - 2147483647The maximum number of calls that can be requested from the parent MTRG server. The value "-1" specifies unlimited calls. (default = -1)
stateN/A

The administrative state of the MTRG server.

  • disabled (default)
  • enabled

Master Trunk Group (MTRG) Client

Command Syntax

Code Block
languagenone
% 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:

Code Block
languagenone
> show status global cac mtrgClientStatus 

Command Parameters

ParameterLength/RangeDescription
modeN/A

The operational state of this MTRG server.

  • inService (default)
  • outOfService
mtrmConnPortIndex1-128MTRM connection port index which this MTRG server will use to communicate.
stateN/A

The administrative state of the MTRG server.

  • disabled (default)
  • enabled

Pagebreak