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

Panel

In this section:

Table of Contents

 

The global carrier object allows you to configure the carrier. Each Carrier is assigned a carrier identification code. The 

Spacevars
0product
configuration allows you to assign a name to the four-digit carrier code, making it easier to remember. Carrier name is a parameter for trunk groups, trunk group profiles, and destination trunks.

Use the set global carrier command to define a carrier name and assign it a code and service.

Command Syntax

Code Block
% set global carrier <carrierID> services classOfService <COS name>
 
% show global carrier <carrierID> services

Command Parameters

Caption
0Table
1Global Carrier Parameters

Parameter

Length/Range

Description

carrierID

1-4

Specifies a code to be associated with this carrier. May be up to four numeric digits.

services

N/A

Services associated with the specified carrier.

  • classOfService – Class Of Service associated with the specified carrier.

displaylevel

1-64

To display different levels of output information in show commands.

Command Example

To display the configuration of all carrier parameters:

Code Block
languagenone
% show global carrier  
   carrier 0000 {  
	services {  
		classOfService "";  
	}  
   }  
   carrier 333 {  
	services {  
		classOfService DEFAULT_IP; 
	}  
   }  
   carrier 444 {  
	services {  
		classOfService DEFAULT_IP;  
	}  
   }

Pagebreak