4.302 ent-gtcnv
Use this command to provision the Default Global Title Conversion table. The table is used during conversion for MTP-routed cross network SCCP UDT(S), XUDT(S) and SCCP Management messages. It is also used during conversion for GT routed messages when a matching entry exists in the Global Title address table but the NGTI value is not provisioned.
Parameters
- gtixlat (mandatory)
- Global Title Indicator conversion. This parameter is expressed in the form of the ANSI GTI and the ITU GTI.
- nai (optional)
- Nature of address indicator. This parameter is mandatory when gtixlat=24 is specified, and not specified when gtixlat=22 is specified.
- np (optional)
- Numbering plan. This parameter is mandatory when gtixlat=24 is specified, and not specified when gtixlat=22 is specified.
- npdd (optional)
- New prefix digits to be deleted. The number of new prefix digits to be deleted. These digits will be replaced with the new prefix digits string (npds).
- npds (optional)
- New prefix digits string. The new prefix digits string that will replace the received prefix digits string.
- nsdd (optional)
- New suffix digits to be deleted. This parameter identifies the new suffix digits to be deleted that will replace the received suffix digits to be deleted.
Example
The following example assigns an entry used for ANSI to ITU conversion where the conversion is from GTI 2 to GTI 2.
ent-gtcnv:dir=atoi:gtixlat=22:tta=10:tti=5
The following example assigns an entry used for ANSI to ITU conversion where the conversion is from GTI 2 to GTI 4. The nsdd parameter specifies that the last 3 digits are to be removed from the end of the address digits, and the nsds parameter specifies that the digits 123 are to be appended to the end of the remaining address digits.
ent-gtcnv:dir=atoi:gtixlat=24:tta=11:tti=7:nai=8:np=6:nsdd=3:nsds=123
The following example assigns an entry used for ITU to ANSI conversion where the conversion is from GTI 2 to GTI 2. The npdd parameter specifies that the first 3 digits are to be deleted from the beginning of the address digits, and the npds parameter specifies that the digits 407 should be appended to the beginning of the remaining address digits.
ent-gtcnv:dir=itoa:gtixlat=22:tta=11:tti=7:npdd=3:npds=407
The following example assigns an entry used for ITU to ANSI conversion where the conversion is from GTI 2 to GTI 4. The nsds parameter specifies that the digits 45667 are to be appended to the end of the address digits.
ent-gtcnv:dir=itoa:gtixlat=24:tta=11:tti=7:nai=8:np=6:nsds=45667
The following example assigns an entry used for ANSI/ITU conversion in both directions where the conversion is from GTI 2 to GTI 2.
ent-gtcnv:dir=both:gtixlat=22:tta=11:tti=7
The following example assigns an entry used for ANSI/ITU conversion where an incoming ANSI GTI 2 is converted to an outgoing ITU GTI 4 or an incoming ITU GTI 4 to an outgoing ANSI GTI 2.
ent-gtcnv:dir=both:gtixlat=24:tta=12:tti=9:nai=6:np=4
The following example assigns a default entry for ANSI to ITU conversion where the conversion is from GTI 2 to GTI 2.
ent-gtcnv:dir=atoi:gtixlat=24:tta=*:tti=4:nai=6:np=5
The following example assigns a default entry for ITU to ANSI where the conversion is from GTI 2 to GTI 4. The npds parameter specifies that the digits 919 are to be appended to the beginning of the address digits.
ent-gtcnv:dir=itoa:gtixlat=24:tta=17:tti=*:nai=*:np=*:npds=919
The following example specifies hexadecimal digits for the npds parameter.ent-gtcnv:dir=atoi:gtixlat=22:tta=*:tti=4:npdd=3:npds=abcdef0123456789
The following example assigns a default entry for ITU to ANSI where the conversion is from GTI 2 to GTI 4. The npds parameter specifies that the digits 123 are to be appended to the beginning of the address digits and the nsds parameter specifies that the digits 407 are to be appended to the end of the address digitsent-gtcnv:dir=itoa:gtixlat=24:tta=17:tti=*:nai=*:np=*:npds=123:nsds=407
Dependencies
The ANSI/ITU SCCP Conversion feature must be enabled before this command can be entered.
If the gtxlat=22 parameter is specified, then the nai and np parameters cannot be specified.
If the gtxlat=24 parameter is specified, then the nai and np parameters must be specified.
If the dir=both parameter is specified, then a wildcard value (*) cannot be specified for any of the other parameters.
If the dir=atoi parameter is specified, then a wildcard value (* ) can be specified only for the tta parameter.
If the dir=itoa parameter is specified, then a wildcard value (*) must be specified for the tti, np, and nai parameters.
The specified dir, tta, tti, np, and nai parameter combination cannot already exist in the database.
The nsdd/nsds and npdd/npds parameters cannot be specified together in the command.
The Default Global Title Conversion table can contain a maximum of 1000 entries.
The Hex Digit Support for GTT feature must be enabled and on before hexadecimal digits can be specified for the npds and nsds parameters.
Notes
The use of asterisks (wildcards) is allowed only once for each direction of ANSI to ITU and ITU to ANSI. This provides a configurable default.
In the conversion direction of ANSI to ITU, an asterisk can be specified only for the ANSI tta parameter.
In the conversion direction of ITU to ANSI, the asterisk value must be specified for the itu, tti, np, and nai parameters.
Asterisks are not allowed when conversion is in both directions (dir=both).
The suffix digit manipulation parameters nsdd and nsds cannot be specified in the same command with the prefix digit manipulation parameters npdd and npds parameters. The npdd and nsdd parameters specify how many digits to delete, if any, from the beginning or end respectively of the Global Title address digits. The npds and nsds parameters specify what digits, if any, to append to the beginning or end respectively of the Global Title address digits.
The gtixlat parameter is expressed in the form of the ANSI GTI and the ITU GTI. The gtixlat parameter is used to indicate the conversion of the Global Title Indicator between the ANSI and ITU standards. For example: A gtixlat value of 24 converts an incoming ANSI GTI 2 to an outgoing ITU GTI 4 or an incoming ITU GTI 4 to an outgoing ANSI GTI 2.
Output
ent-gtcnv:dir=atoi:gtixlat=22:tta=10:tti=5
rlghncxa03w 04-01-07 11:43:07 EST EAGLE 31.3.0
ENT-GTCNV: MASP A - COMPLTD
;
Related Topics