Updated on 2022-11-30 GMT+08:00

Configuring CNAME Records

After a domain name is added, the system automatically assigns a CNAME value to the domain name. You need to add the CNAME record to your domain's DNS records. Acceleration is enabled once the configuration takes effect.

Notes

  • If your domain name is registered on the Huawei Cloud Domain Registration Service, configure the CNAME record by referring to the following procedure.
  • If your domain name is not registered on the Huawei Cloud Domain Registration Service, configure the CNAME record following the guidance provided by your DNS service provider.

Procedure

  1. Obtain the CNAME record.

    1. Log in to the VOD console. In the navigation pane, choose Domain Name Management.
    2. Obtain the corresponding CNAME record in the CNAME column.
      Figure 1 Obtaining the CNAME

  2. Log in to the DNS console.
  3. In the navigation tree on the left, select Public Zone. The domain name list page is displayed.
  4. Click the target domain name in the Name column.

    Figure 2 Domain name list

  5. In the upper right corner of the page, click Add Record Set.

    Figure 3 Adding a record set
    Configure the parameters as instructed. Table 1 describes the parameters.
    Table 1 Parameter description

    Parameter

    Description

    Example Value

    Name

    Enter the level-2 domain name. You do not need to enter the suffix.

    For example, if the domain name is test-play.example.com, enter test-play.

    Type

    Type of the record set, which should be CNAME-Canonical name here

    CNAME-Map one domain to another

    Alias

    Whether to associate the record set with a cloud resource name

    • Yes: Associate the record set with a cloud resource. For details, see Record Set.
    • No: Do not associate the record set with a cloud resource.

    No

    Line

    Resolution line. The DNS server will return the IP address of the specified line based on the source of visitors. For details, see Resolution Line.

    The default value is Default.

    This parameter is supported only for public domain names.

    Default

    TTL (s)

    Cache duration of the record set (unit: s)

    The smaller the value is, the quicker the record takes effective.

    The default value is 5 min. If there are no special requirements, retain the default value.

    Value

    Domain name to be pointed to, that is, the CNAME obtained in step 1

    For example, if the domain name is test-play.example.com, enter test-play.example.com.d9235b9f.c.cdnhwc1.com.

    Weight

    (Optional) Weight of a record set. When multiple record sets of the same name and line are created in a zone, the one with a larger weight takes effect in priority. The default value is 1.

    This parameter is supported only for public domain names.

    The value ranges from 0 to 100.

    1

    Tags

    (Optional) This item is displayed when you switch on Other Settings. This parameter indicates the identifier of a resource. Each tag contains a key and a value. You can add a maximum of 10 tags to a record set.

    example_key1

    example_value1

    Description

    (Optional) This item is displayed when you switch on Other Settings. This parameter indicates the description of a domain name.

    The description can contain a maximum of 255 characters.

    -

  6. Click OK.

    The record set you added is displayed in the list. If the status of the record set is Normal, the record set has been added.

Verifying that the CNAME Has Taken Effect

Open the command line interface that comes with Windows and run the following command:

nslookup -qt=cname Acceleration domain name
If the CNAME is displayed, the CNAME has taken effect. A typical command output is shown in Figure 4.
Figure 4 Command output