4.479 rtrv-enum-prof

Use this command to retrieve the existing profile entry which has data to generate the ENUM response for three supported resource record formats such as NAPTR, NS and CNAME. The ENUM Profile Table stores the profile entry.

Parameters

prn (optional)
Profile name. This parameter specifies the unique logical name assigned to the profile entry used to generate the ENUM response.
Range:
zzzzzzzzzz
A string of alphanumeric characters, beginning with a letter and up to 10 characters in length. Valid values are a..z, A..Z, 0..9.
rtrype (optional)
Response type. This parameter specifies the response type for the profile. It identifies the profile used to generate the ENUM response for each resource record type.
Range:
naptr
cname
ns
Default:
No change to the current value
System Default:
naptr
sparm (optional)
Service parameter. This parameter specifies the supported ENUM services. The ENUM application shall only support two ENUM Services.
Range:
pstntel
pstnsip
sip
Default:
No change to the current value
System Default:
pstntel
prefix (optional)
This parameter specifies the prefix digits to be appended as routed number (RN) in NAPTR regex response. This parameter is only valid for NAPTR response type.
Range:
0 - fffff
Upto 5 hexa-decimal digits allowed.
sip
Default:
No change to the current value
System Default:
None

Example

rtrv-enum-prof:prn=pr1

rtrv-enum-prof:sparm=pstntel

rtrv-enum-prof:rtype=ns

rtrv-enum-prof:rtype=naptr:sparm=sip

rtrv-enum-prof:rtype=naptr:sparm=pstnsip

rtrv-enum-prof:prefix=1234

Dependencies

The ENUM Profile Table should be accessible.

The Profile name parameter cannot be specified with any other parameter.

The Profile name must be present in the ENUM Profile Table.

Either provide the SPARM parameter alone or with the RTYPE=NAPTR parameter.

Notes

The requirement of using PREFIX in the regular expression is only for PSTN-SIP (NAPTR query). As such, PREFIX will not be applied for PSTN-TEL and SIP (NAPTR queries).

PREFIX can be configured for PSTN-TEL and SIP profiles, but it will not be used.

Output

The example shows the output of a profile having RTYPE = NAPTR.

> rtrv-enum-prof:prn=pr1


    tekelecstp 18-05-29 04:55:20 MST  EST EAGLE 46.1.0
    rtrv-enum-prof:prn=pr1
  
  PROFILE NAME: pr1
    RTYPE    : naptr      SPARM    : sip
    PREF     : yes        RRDOMAIN : abc.oracle.com 
    RPDOMAIN : ---
;

The example shows the output of a profile having RTYPE = NS.

> rtrv-enum-prof:prn=pr2

    tekelecstp 18-05-29 04:57:20 MST  EST EAGLE 46.1.0
    rtrv-enum-prof:prn=pr2
  
    PROFILE NAME: ns
     RTYPE    : ns          SPARM  : ---         PREF  : ---
     RRDOMAIN : ---
     RPDOMAIN : def.oracle.com
;

The example shows the output of a NAPTR type profile in which replacement domain name is not provisioned.

> rtrv-enum-prof:prn=pr3


    tekelecstp 18-05-29 04:58:20 MST  EST EAGLE 46.1.0
    rtrv-enum-prof:prn=pr3
  
  PROFILE NAME: pr3
    RTYPE    : naptr      SPARM    : pstnsip
    PREF     : yes        RRDOMAIN : abc1.oracle.com 
    RPDOMAIN : ---
;

The example shows the output of rtrv-enum-prof without any parameter.

rtrv-enum-prof

    tekelecstp 18-05-29 04:59:20 MST  EST EAGLE 46.1.0
    rtrv-enum-prof

    PROFILE NAME: default
     RTYPE    : ns          SPARM  : ---         PREF  : ---
     RRDOMAIN : ---
     RPDOMAIN : abc.com

    PROFILE NAME: ns
     RTYPE    : ns          SPARM  : ---         PREF  : ---
     RRDOMAIN : ---
     RPDOMAIN : def.oracle.com

    PROFILE NAME: cname
     RTYPE    : cname       SPARM  : ---         PREF  : ---
     RRDOMAIN : ---
     RPDOMAIN : def.oracle.com

    PROFILE NAME: nap_prof
     RTYPE    : naptr       SPARM  : pstntel     PREF  : no
     RRDOMAIN : ---
     RPDOMAIN : ---

    ENUMPROF table is (4 of 1024) 1% full.

; 

The example shows the output of rtrv-enum-prof with prefix parameter:

rtrv-enum-prof


> 

    tekelecstp 19-02-01 14:33:21 EST  EAGLE 46.8.0.0.0-75.18.11
    rtrv-enum-prof:prefix=1234
    Command entered at terminal #2.
;

    tekelecstp 19-02-01 14:33:21 EST  EAGLE 46.8.0.0.0-75.18.11

    PROFILE NAME: pr1
     RTYPE    : naptr       SPARM  : sip         PREF  : yes
     RRDOMAIN : abc.oracle.com
     RPDOMAIN : ---
     PREFIX   : 1234

    PROFILE NAME: pr4
     RTYPE    : naptr       SPARM  : pstnsip     PREF  : no
     RRDOMAIN : abc2.oracle.com
     RPDOMAIN : ---
     PREFIX   : 1234

    ENUMPROF table is (6 of 2048) 1% full.

;