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

Configuring the Frequency of RST Messages on Low Priority Routes

This procedure is used to configure the frequency that signaling-route-set-test messages are sent for routes of lower priority than the current route. The frequency is configured with these parameters of the chg-stpopts command.

:on=mtplprst - to turn on the routeset test message for lower priority routes capability. The EAGLE sends routeset test messages at intervals specified by the value of the mtpt10alt parameter.

:off=mtplprst - to turn off the routeset test message for lower priority routes capability. The EAGLE does not send routeset test messages for the lower priority routes.

:mtpt10alt – the timer to control the frequency that the routeset test messages are sent. The values for this parameter are from 20000 to 10,000,000 milliseconds (20 - 10,000 seconds).

The value of the mtpt10alt parameter must be equal to or greater than the value of the level 3 T10 timer.

When the on=mtplprst parameter is specified for the chg-stpopts command, the value yes is shown in the MTPLPRST field of the rtrv-stpopts output. When the off=mtplprst parameter is specified for the chg-stpopts command, the value no is shown in the MTPLPRST field of the rtrv-stpopts output.

The system default values, shown in the rtrv-stpopts output, for these parameters are:
  • MTPLPRST - yes
  • MTPT10ALT - equal to the value of the level 3 T10 timer. The value of the level 3 T10 timer is shown in the T10 field of the rtrv-l3t command output

If the Origin-Based MTP Routing feature is enabled and turned on, the off=mtplprst parameter cannot be specified with the chg-stpopts command. The status of the Origin-Based MTP Routing feature is shown in the rtrv-ctrl-feat command output.

These parameters of the chg-stpopts command are optional. For any parameters not specified with the chg-stpopts command, the values for these parameters are not changed.

For this example, the sending the signaling-route-set-test messages for the low priority routes is turned on, and the frequency of sending these messages is changed from 30,000 milliseconds to 120,000 milliseconds (30 seconds to 120 seconds).

  1. Display the current MTPLPRST and MTPT10ALT values by entering the rtrv-stpopts command.

    The MTPT10ALT value is shown in milliseconds.This is an example of the possible output.

    rlghncxa03w 06-10-17 16:02:05 GMT  EAGLE5 36.0.0
    STP OPTIONS
    -----------------------
    MTPLPRST            no
    MTPT10ALT        30000
    

    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 Commands User's Guide.

    If the MTPLPRST value is not being changed, or if the MTPLPRST value is being changed from no to yes, continue the procedure with 3.

    If the MTPLPRST value is being changed from yes to no, continue the procedure with 2.

  2. Display the status of the Origin-Based MTP Routing feature by entering this command.

    rtrv-ctrl-feat:partnum=893014201

    This is an example of the possible output.

    rlghncxa03w 06-10-28 21:15:37 GMT EAGLE5 36.0.0
    The following features have been permanently enabled:
    
    Feature Name              Partnum   Status Quantity
    MTP Origin-Based Routing  893014201 off     ----
    
    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 the Origin-Based MTP Routing feature is enabled and turned on, shown with entry on in the Status column, the MTPLPRST value cannot be changed to no.

  3. Display the values for the level 3 timer set using the rtrv-l3t command.

    The values of the level 3 timers are shown in seconds. This is an example of the possible output.

    rlghncxa03w 06-10-17 16:03:12 GMT  EAGLE5 36.0.0
    LEVEL 3 TIMERS (IN SECONDS)
    
     L3TSET   T1      T2      T3      T4      T5      T6      T7
         1    2.0     3.0     2.0     2.0     2.0     2.0     3.0
    
              T8      T9      T10     T11     T12     T13     T14
              2.0     --     90.0    90.0     2.0     2.0     4.0
    
              T15     T16     T17     T18     IT18    T19     IT19
              4.0     3.0     2.0    20.0     19.0   600.0    67.0
    
           T20/IT22  IT20   T21/IT23 IT21     T22     T23     T24
            120.0    59.0   120.0    63.0    10.0     10.0    10.0
    
              T25     T26     T27     T28     T29     T30     T31
             30.0    12.0     --      3.0    60.0    30.0    60.0
    
              T32
             60.0
    
  4. Change the MTPLPRST or MTPT10ALT values by entering the chg-stpopts command with at least one of these parameters.
    • on=mtplprst - if the current MTPLPRST value is no.
    • off=mtplprst - if the current MTPLPRST value is yes.
    • mtpt10alt

    For this example, enter this command.

    chg-stpopts:on=mtplprst:mtpt10alt=120000

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

    rlghncxa03w 06-10-07 00:22:57 GMT  EAGLE5 36.0.0
    CHG-STPOPTS: MASP A - COMPLTD
    
  5. Verify the changes using the rtrv-stpopts command.

    This is an example of the possible output.

    rlghncxa03w 06-10-17 16:02:05 GMT  EAGLE5 36.0.0
    STP OPTIONS
    -----------------------
    MTPLPRST           yes
    MTPT10ALT       120000
    

    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 Commands User's Guide.
  6. 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 3-28 Configuring the Frequency of RST Messages on Low Priority Routes