4.609 rtrv-vendid

Use this command to retrieve a list of Vendor ID entries from the VENDID table, for the GSM MAP SRI Redirect to Serving HLR feature.

Parameters

num (optional)
Number of Vendor ID entries to be retrieved.
Range:
1 - 500
Default:
500
vendnum (optional)
Vendor Number
Range:
1 - 128

Example

rtrv-vendid

rtrv-vendid:vendnum=15

rtrv-vendid:num=100

Dependencies

The VENDID table is corrupt or cannot be found by the system.

The GSM MAP SRI Redirect feature must be enabled before this command can be entered.

Notes

None.

Output

This example shows output when the command is entered with no parameter. Vendor Types are listed in numerical order. Vendor Numbers for each Vendor Type are listed in numerical order, followed by the Vendor ID for each Vendor Number.

rtrv-vendid

    tekelecstp 14-09-21 16:11:21 EST  EAGLE 46.1.0
    Vendor   Vendor  Vendor
    Type     Number  ID
    --------------------------------
    1        1       123123123456789
    1        1       1234567890abcde
    1        2       112233445566778
    1        2       214365870912543
    2        3       098765432112345
    2        3       098767890143251
    15       1       098888869321111
    32       32      098888811899721

    VENDID table is (8 of 500) 2% full 


    Vendor ID Length = 15


;

This example shows output when a Vendor number is specified. Vendor Type and Vendor IDs for the specified Vendor number are listed in numerical order. The table capacity line shows the total number of entries in use, not just the number of entries displayed.

rtrv-vendid:vendnum=32

    tekelecstp 14-05-30 17:41:50 EST  EAGLE 46.1.0
    Vendor   Vendor  Vendor
    Type     Number  ID
    --------------------------------
    32       32      899721

    VENDID table is (37 of 500) 7% full


    Vendor ID Length = 6
;

This example shows the output when the number of Vendor IDs to be retrieved is specified with the num parameter.

rtrv-vendid:num=5

    tekelecstp 14-07-14 14:46:47 EST  EAGLE 46.1.0
    Vendor   Vendor  Vendor
    Type     Number  ID
    --------------------------------
    1        1       886932
    2        1       816932
    2        1       886942
    3        1       811932
    3        3       886989

    VENDID table is (38 of 500) 8% full


    Vendor ID Length = 6
;

Related Topics