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
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.
;