In this section:

 

The global carrier object allows you to configure the carrier. Each Carrier is assigned a carrier identification code. The SBC 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

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

Command Parameters

Global 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:

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

  • No labels