4.211 dlt-gtcnv

Use this command to delete entries from the Default Global Title Conversion table. The particular entry to be deleted is identified by the direction in conjunction with the TTA or TTI, or with the TTI, NP, and NAI.

Parameters

dir (mandatory)
Direction of conversion.
Range:
atoi
ANSI to ITU conversion
itoa
ITU to ANSI conversion
both
Conversion in both directions
nai (optional)
Nature of Address Indicator. This parameter is mandatory when gtixlat=24 is specified, and cannot be specified when gtixlat=22 is specified.
Range:
0 - 63, *
Default:
No change to current value
np (optional)
Numbering Plan. This parameter is mandatory when gtixlat=24 is specified, and cannot be specified when gtixlat=22 is specified.
Range:
0 - 15, *
Default:
No change to current value
tta (optional)
ANSI translation type. This parameter is mandatory when dir=atoi or dir=both is specified.
Range:
0 - 255, *
Default:
No change to current value
tti (optional)
ITU translation type. This parameter is reqired when dir=atoi is specified.
Range:
0 - 255, *
Default:
No change to current value

Example

The following example deletes an ANSI-to-ITU entry using the TTA of 10 to identify the entry.

dlt-gtcnv:dir=atoi:tta=10

The following example deletes an ANSI-to-ITU entry using the TTA of 11 to identify the entry.

dlt-gtcnv:dir=atoi:tta=11

The following example deletes a ITU-to-ANSI entry using the TTI of 7, NAI of 8, and NP of 6 to identify the entry.

dlt-gtcnv:dir=itoa:tti=7:nai=8:np=6

The following example deletes a BOTH (ANSI <-> ITU) entry using the TTI of 9 and TTA of 12 to identify the entry.

dlt-gtcnv:dir=both:tta=12:tti=9

The following example deletes a BOTH (ANSI <-> ITU) entry using the TTI of 7, NAI of 6, NP of 4, and TTA of 12 to identify the entry.

dlt-gtcnv:dir=both:tta=12:tti=7:np=4:nai=6

The following example deletes an ANSI-to-ITU default entry using the TTA of * to identify the entry.

dlt-gtcnv:dir=atoi:tta=*

The following example deletes an ITU-to-ANSI default entry using the TTI and NAI of * and NP of * to identify the entry.

dlt-gtcnv:dir=itoa:tti=*:nai=*:np=*

Dependencies

The ANSI/ITU SCCP Conversion feature must be enabled before this command can be entered.

The specified dir, tta, tti, np, and nai parameter combination must already exist in the database.

If the dir=atoi parameter is specified, then the tta parameter must be specified.

If the dir=atoi parameter is specified, then the tti, nai, and np parameters cannot be specified.

If the dir=itoa parameter is specified, then the tti parameter must be specified.

If the dir=itoa parameter is specified, then a wildcard value (*) must be specified for the tti, np, and nai parameters.

If the dir=both parameter is specified, then the tta and tti 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 specified, the nai and np parameters must be specified together in the command.

If the dir=itoa and gtixlat=22 parameters are specified, then wildcard values (*) cannot be specified. The dir=itoa and gtixlat=24 parameters must be specified before wildcard values can be specified.

If the dir=itoa parameter is specified, then the  tta parameter cannot be specified.

Notes

To delete an ANSI-to-ITU entry, specify the direction (dir) and TTA.

To delete an ITU-to-ANSI entry when gtixlat=22, specify the direction and TTI.

To delete an ITU-to-ANSI entry when gtixlat=24, specify the direction, TTI, NAI, and NP.

To delete a BOTH (ANSI <-> ITU) entry when gtixlat=22, specify the direction, TTA and TTI.

To delete a BOTH (ANSI <-> ITU) entry when gtixlat=24, specify the direction, TTA, TTI, NP and NAI.

Output

dlt-gtcnv:dir=both:tta=12:tti=9

    rlghncxa03w 03-03-18 08:50:12 EST  EAGLE 31.3.0
    DLT-GTCNV: MASP A - COMPLTD 
;

Related Topics