4.532 rtrv-loopset

Use this command to retrieve loopset data from the database.

Parameters

disp (optional)
Display method. The manner in which the retrieved data is displayed.
Range:
detail
Provides detailed information for a loopset entry.
list
Provides a list of loopset entries.
Default:
detail
force (optional)
Range:
yes
mode (optional)
Mode of operation. Retrieves loopset entries that have been assigned the specified mode.
Range:
notify
Generates a UIM without discarding the message.
discard
Generates a UIM and discards the message.
name (optional)
Loopset name.
Range:
ayyyyyyy

1 alphabetic and up to 7 alphanumeric characters.

num (optional)
The number of entries to be retrieved.
Range:
1 - 1000
Default:
50

Example

This example provides detailed information for the first 50 valid loopset entries in the loopset table.

rtrv-loopset

This example provides detailed information for the loopset entry RTP1.

rtrv-loopset:name=rtp1

This example provides detailed information for the first 100 valid loopset entries in the loopset table.

rtrv-loopset:num=100:force=yes

This example provides a list of the first 100 valid loopset entries in the loopset table.

rtrv-loopset:force=yes:num=100:disp=list

This example provides detailed information for the first 100 valid loopset entries set to discard mode in the loopset table.

rtrv-loopset:force=yes:num=100:mode=discard

This example provides a list of the first 100 valid loopset entries set to notify mode in the loopset table.

rtrv-loopset:force=yes:num=100:mode=notify:disp=list

Dependencies

If the value of the num parameter is greater than 50, then the force=yes parameter must be specified.

The value of the name parameter must already exist in the database.

The SCCP Loop Detection feature must be enabled before this command can be entered.

The GTT feature must be turned on before this command can be entered.

The Loopset table must be accessible.

The name=none parameter cannot be specified.

If the name parameter is specified, then the disp=list parameter cannot be specified.

Output

This example displays loopset entry details for loopset RTP1:

rtrv-loopset:name=rtp1

    rlghncxa03w 07-02-10 08:52:38 EST  EAGLE Rel 35.6.0

    LoopSet   Mode     Point Codes
    ========================================================================
    RTP1      Discard  005-005-005       007-007-007       (ANSI)
                       003-007-003       005-007-005       
                       005-004-005 
;

This example displays details for up to 100 loopset entries:

rtrv-loopset:num=100:force=yes

    rlghncxa03w 07-02-10 08:59:18 EST  EAGLE Rel 35.6.0

    LoopSet   Mode     Point Codes
    ========================================================================
    Cary2     Notify   005-015-005       007-007-007       (ANSI) 
           033-007-003       005-027-005     
  
    Cary4     Notify   005-012-005       007-026-007       (ANSI)
                       033-002-003       005-008-055       

    Apex3     Discard  005-017-008       007-017-009       (ANSI) 
       005-014-005       005-017-005       
                       033-002-043       005-038-005       
       033-003-043       005-012-005       

    Apex4     Discard  005-007-008       027-007-009       (ANSI) 
       005-004-055       027-001-007       
                       033-007-003       005-003-055       

    RAL5      Notify   005-005-005       007-007-007       (ANSI) 
       003-001-003       005-007-005       
             003-002-003       005-008-005       
       003-003-003       005-002-005       

    RAL6      Notify   005-007-008       007-007-009       (ANSI) 
               003-007-003              

    DUNN1     Discard  005-002-055       007-051-007       (ANSI)

    RTP9      Discard  005-002-005       007-001-007       (ANSI) 
       003-007-003       005-003-005       
                       005-004-005 

    RTP5      Discard  005-007-008       007-007-009       (ANSI)

    RTP1      Discard  005-005-005       007-007-007       (ANSI) 
       003-007-003       005-007-005       
       005-004-005 

    RTP2      Notify   005-007-008       007-007-009       (ANSI) 
;

This example displays the names and modes of up to 100 loopset entries:

rtrv-loopset:force=yes:num=100:disp=list

    rlghncxa03w 07-02-10 09:03:27 EST  EAGLE Rel 35.6.0

    LoopSet   Mode      ||  LoopSet   Mode       ||  LoopSet   Mode
    =====================================================================
    Cary2     Notify    ||  Cary4     Notify     ||  Apex3     Discard
    Apex4     Discard   ||  RAL5      Notify     ||  RAL6      Notify
    DUNN1     Discard   ||  RTP9      Discard    ||  RTP5      Discard
    RTP1      Discard   ||  RTP2      Notify 
;

This example displays a list of up to 100 loopset entries that contain the mode=notify parameter:

rtrv-loopset:force=yes:num=100:mode=notify:disp=list

    rlghncxa03w 07-02-10 09:10:07 EST  EAGLE Rel 35.6.0

    LoopSet   Mode      ||  LoopSet   Mode       ||  LoopSet   Mode
    =====================================================================
    Cary2     Notify    ||  Cary4     Notify     ||  RAL5      Notify
    RAL6      Notify    ||  RTP2      Notify 
;