Go to primary content
Oracle® Communications EAGLE Database Administration - SS7 User's Guide
Release 46.6
E93318 Revision 1
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Removing the E1 Interface Parameters

This procedure is used to remove an E1 interface from the database using the dlt-e1 command using these parameters.

:loc – The location of the E1 card (card type lime1) containing the E1 interface being removed.

:e1port – The E1 port on the E1 card containing the E1 interface being removed.

The E1 interface to be removed must exist in the database. This can be verified in step 1.

To remove the E1 interface information contained on an E1 card, all signaling links serviced by that E1 card must be removed from the database. This can be verified with the rtrv-e1 command, specifying the card location and E1PORT on the E1 card, and the rtrv-slk command, specifying the location of any cards (E1 or channel cards) shown in the rtrv-e1 output. If there are any signaling links being serviced by the E1 card, go to the Removing an SS7 Signaling Link procedure and remove these signaling links.

Even numbered E1 ports cannot be removed if the even numbered E1 port is channel bridged. Remove the corresponding odd numbered E1 port (see Table A-5) to remove the even numbered channel bridged E1 port.

  1. Display the existing E1 interfaces in the database using the rtrv-e1 command with no parameters.
    rlghncxa03w 06-10-19 21:17:04 GMT EAGLE5 36.0.0
    
          E1                                                   LINK    MINSU
    LOC   PORT  CRC4  CAS  ENCODE  E1TSEL    SI  SN  CHANBRDG  CLASS   RATE
    1201  2     ON    OFF  HDB3    EXTERNAL  3   5   ------    CHAN    ----
    1203  2     OFF   OFF  HDB3    LINE      1   7   ------    CHAN    ----
    1211  2     ON    OFF  HDB3    LINE      0   0   ------    CHAN    ----
    
    If the E1 port being removed is an even numbered E1 port and is channel bridged, select the corresponding odd numbered E1 port to remove (see Table A-5) and go to step 2.

    If the even numbered E1 port is not channel bridged, it can be removed with the dlt-e1 command. go to step 2.

  2. Display the timeslots that are serviced by the E1 card containing the E1 interface information to be removed using the rtrv-e1 command specifying the card location and the e1port value from step 1. For this example, enter this command.

    rtrv-e1:loc=1201:e1port=2

    rlghncxa03w 06-10-28 09:12:36 GMT EAGLE5 36.0.0
    
          E1                                                   LINK    MINSU
    LOC   PORT  CRC4  CAS  ENCODE  E1TSEL    SI  SN  CHANBRDG  CLASS   RATE
    1201  2     ON    OFF  HDB3    EXTERNAL  3   5   ------    CHAN    ----
    
    TS0  (N/A)     TS8   ------    TS16  ------    TS24  ------
    TS1  1201,A    TS9   ------    TS17  ------    TS25  ------
    TS2  ------    TS10  ------    TS18  ------    TS26  ------
    TS3  ------    TS11  ------    TS19  ------    TS27  ------
    TS4  ------    TS12  ------    TS20  ------    TS28  ------
    TS5  1202,A    TS13  ------    TS21  ------    TS29  ------
    TS6  ------    TS14  ------    TS22  ------    TS30  ------
    TS7  ------    TS15  ------    TS23  ------    TS31  ------
    
    If this step shows any timeslots that are serviced by the E1 card, go to the Removing an SS7 Signaling Link procedure and remove the timeslots and signaling links serviced by the E1 card.
  3. Remove the E1 interface information to the database using the dlt-e1 command specifying the card location of the E1 card and the E1PORT on that card. For this example, enter these commands.

    dlt-e1:loc=1201:e1port=2

  4. Verify the changes using the rtrv-e1 command with the card location and the e1port value specified in 3 .

    For this example, enter this command.

    rtrv-e1:loc=1201:e1port=2

    rlghncxa03w 10-04-19 21:17:04 GMT EAGLE5 42.0.0
    E4055 Cmd Rej: The E1PORT at the specified location is not equipped
    
  5. 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 A-9 Removing the E1 Interface Parameters