Removing an End Node Internal Point Code

The dlt-rmt-appl command is used to remove remote application assignments from the database.

The dlt-rmt-appl command uses these parameters:

:ipc/ipca/ipci/ipcn/ipcn24 – The end node's internal point code can be an ANSI, ANSI private (ipc/ipca), ITU-I, ITU-I spare, ITU-I private spare (ipci), 14-bit ITU-N, 14-bit ITU-N spare, 14-bit ITU-N private spare (ipcn), or 24-bit ITU-N, or 24-bit ITU-N private (ipcn24) point code.

:si – The service indicator value designates which MSU user part is being assigned to a remote application. Valid values range from 3 to 15.

:ssn – The SCCP subsystem number parameter. This parameter is required if the si=3 parameter is specified and is not valid for any other si value. If the ssne parameter is also specified, then the ssn parameter serves as the starting value of a range. Valid values range from 0 to 255.

:ssne – The SCCP subsystem number range end parameter. The ssne value can be specified only if the si=3 parameter is specified and is not valid for any other si value. This parameter serves as an end of a range, and so must be greater than the ssn parameter value. Valid values range from 1 to 255.

  1. Display a report listing the remote application assignments using the rtrv-rmt-appl command.
    This is an example of possible output:
    
    rlghncxa03w 06-10-28 09:12:36 GMT EAGLE5 36.0.0
       IPCA             SI SSN
       003-003-003       3 50-75, 100, 110-119, 200
                         5
                        13
       
       IPCI             SI SSN
     p-3-003-3           3 5, 50-100, 250
                         5
       
       IPCN             SI SSN
     p-16380             3 250
                         5
       
       IPCN24           SI SSN
    
  2. Delete remote application assignments using the dlt-rmt-appl command.

    For this example, enter these commands.

    dlt-rmt-appl:ipca=003-003-003:si=3:ssn=100

    dlt-rmt-appl:ipca=003-003-003:si=13

    When each of these commands have successfully completed, the following message should appear.

    
    rlghncxa03w 06-10-28 09:12:36 GMT EAGLE5 36.0.0
    DLT-RMT-APPL:  MASP A - COMPLTD;
    
  3. Verify the changes using the rtrv-rmt-appl command.
    This is an example of possible output:
    
    rlghncxa03w 06-10-28 09:12:36 GMT EAGLE5 36.0.0
       IPCA             SI SSN
       003-003-003       3 50-75, 110-119, 200
                         5
       
       IPCI             SI SSN
     p-3-003-3           3 5, 50-100, 250
                         5
       
       IPCN             SI SSN
     p-16380             3 250
                         5
       
       IPCN24           SI SSN
    
  4. Back up the new changes, using the chg-db:action=backup:dest=fixed command.
    These messages should appear; the active Maintenance and Administration Subsystem Processor (MASP) appears first.
    
    BACKUP (FIXED) : MASP A - Backup starts on active MASP.
    BACKUP (FIXED) : MASP A - Backup on active MASP to fixed disk complete.
    BACKUP (FIXED) : MASP A - Backup starts on standby MASP.
    BACKUP (FIXED) : MASP A - Backup on standby MASP to fixed disk complete.
    

Figure 5-12 Removing an End Node Internal Point Code