1 Description
This instruction describes how to configure DNS support on the SS7 SCTP product using the Ericsson Command-Line Interface (ECLI).
The following parameter can be configured:
2 Procedure
2.1 Configure SCTP DNS
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
Steps
- Navigate to the CommonParts MO,
for example:
>ManagedElement=1,Transport=1,SctpSystem=1,CommonParts=1
- Enter Config mode:
(CommonParts=1)>configure
- Set the DNS Server Address string, for example:
(config-CommonParts=1)>dnsServerIpAddress="8.8.8.8"
- Set the DNS Suffix string (optional), for example:
(config-CommonParts=1)>dnsSuffix=""
- Set DNS time-out in 1/10 of seconds (the value 1 means
100ms), for example:
(config-CommonParts=1)>timeoutHostName=30
- Navigate to the SctpProfile MO,
for example:
(config-CommonParts=1)>dn ManagedElement=1,Transport=1,Sctp=1,SctpProfile=1
- Set DNS Support in SCTP:
(config-SctpProfile=1)>dnsSupport=<value>
Possible values are NOT_SUPPORTED, IN_USER_PRIMITIVES_ONLY, IN_INIT_AND_INIT_ACK_CHUNKS_ONLY, and SUPPORTED.
- Commit the changes:
(config-SctpProfile=1)>commit
- Verify the changes in the CommonParts MO,
for example:
>show ManagedElement=1,Transport=1,SctpSystem=1,CommonParts=1
The following is an example output:
CommonParts=1 dnsServerIpAddress="8.8.8.8" timeoutHostName=30
- Verify the changes in the SctpProfile MO,
for example:
>show ManagedElement=1,Transport=1,Sctp=1,SctpProfile=1
The following is an example output:
SctpProfile=1 dnsSupport=SUPPORTED

Contents