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

Previous
Previous
Next
Next

Configuring the Point Code and CIC Translation STP Option

This procedure is used to configure the STP option for the PCT (Point Code and CIC Translation) feature using the chg-stpopts command with the pct parameter. The pct parameter has three values.

  • on – The PCT feature is applied to all MSUs.
  • off – The PCT feature is not applied to any MSUs.
  • lset – The PCT feature is applied to incoming MSUs or outgoing MSUs on a linkset whose PCT option value is on.

The default value for the pct parameter is off.

The value of the pct parameter is shown in the PCT field of the rtrv-stpopts output. The PCT field of the rtrv-stpopts is shown only if a PCT quantity is enabled.

  1. Display the features that are enabled by entering the rtrv-ctrl-featcommand.

    The following is an example of the possible output.

    rlghncxa03w 10-12-28 21:15:37 GMT EAGLE5 43.0.0
    The following features have been permanently enabled:
    
    Feature Name              Partnum    Status  Quantity
    Command Class Management  893005801  on      ----
    LNP Short Message Service 893006601  on      ----
    Intermed GTT Load Sharing 893006901  on      ----
    XGTT Table Expansion      893006101  on      4000000
    XMAP Table Expansion      893007710  on      3000
    Large System # Links      893005901  on      1500
    Routesets                 893006401  on      6000
    HC-MIM SLK Capacity       893012707  on      64
    
    The following features have been temporarily enabled:
    
    Feature Name              Partnum   Status  Quantity     Trial Period Left
    Zero entries found.
    
    The following features have expired temporary keys:
    
    Feature Name              Partnum
    Zero entries found.
    

    If a PCT quantity is not enabled, perform the Changing the Point Code and CIC Translation Quantity procedure to enable a PCT quantity. The value of the PCT field in the rtrv-stpopts output is set to the default value off. After the Changing the Point Code and CIC Translation Quantity procedure has been performed, continue the procedure with 3.

    If a PCT quantity is enabled, continue the procedure with 2.

  2. Display the existing value for the pct parameter by entering the rtrv-stpopts command. This is an example of the possible output.
    rlghncxa03w 10-12-17 16:02:05 GMT  EAGLE5 43.0.0
    STP OPTIONS         
    ---------------------------
    PCT                     off
    

    Note:

    The rtrv-stpopts command output contains other fields that are not used by this procedure. If you wish to see all the fields displayed by the rtrv-stpopts command, see the rtrv-stpopts command description in theCommands Manual.
  3. Change the value of the pct parameter. Enter one of these commands.
    1. To change the pct parameter value to off, enter this command.
      chg-stpopts:pct=off
    2. To change the pct parameter value to on, enter this command.
      chg-stpopts:pct=on
    3. To change the pct parameter value to lset, enter this command.
      chg-stpopts:pct=lset

    When this command has successfully completed, this message should appear.

    rlghncxa03w 10-12-17 16:02:05 GMT  EAGLE5 43.0.0
    CHG-STPOPTS: MASP A - COMPLTD
    
  4. Verify the changes using the rtrv-stpopts command. This is an example of the possible output.
    rlghncxa03w 10-12-17 16:02:05 GMT  EAGLE5 43.0.0
    STP OPTIONS         
    ---------------------------
    PCT                    lset
    

    Note:

    The rtrv-stpopts command output contains other fields that are not used by this procedure. If you wish to see all the fields displayed by the rtrv-stpopts command, see the rtrv-stpopts command description in the Commands Manual.
  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 4-4 Configuring the Point Code and CIC Translation STP Option