Updated on 2024-12-27 GMT+08:00

CNAME Resolution

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 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.
    2. In the navigation pane on the left, choose Domain Management.
    3. Obtain the corresponding CNAME record in the CNAME column.
      Figure 1 Domain information

  2. Log in to the Domain Name Service (DNS) console.
  3. In the navigation pane on the left, choose Public Zones.
  4. Click the target domain name in the Domain Name column, as shown in Figure 2.

    Figure 2 Domain name list

  5. Click Add Record Set in the upper right corner.

    Figure 3 Adding a record set
    Configure the parameters by referring to Table 1.
    Table 1 Parameters

    Parameter

    Description

    Type

    Type of the record set.

    Select CNAME – Map one domain to another here.

    Name

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

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

    Line

    Used when the DNS server is resolving a domain name. It returns the IP address of the server according to the visitor source. For details, see Resolution Lines.

    This parameter is available only for public domain names.

    Select Default.

    TTL (s)

    Cache duration of the record set on a local DNS server, in seconds.

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

    The default value is 300 seconds. You can retain the default value.

    Value

    Domain name to be pointed to, that is, the CNAME record obtained in step 1 of this section.

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

    Alias

    Whether to associate the record set with a cloud resource.

    • Enabled: The record set will be associated with a cloud resource.
    • Disabled: The record set will not be associated with a cloud resource.

    Toggle off the switch, that is, disable this function.

    Weight

    (Optional) Weight of a record set. The value ranges from 0 to 1000 and defaults to 1.

    This parameter is available only for public domain names.

    If a resolution line in a zone contains multiple record sets of the same type, you can configure weighted routing for each record set.

    Set this parameter to 1.

    Tag

    (Optional) Identifier of a record set. Each tag contains a key and a value. You can add up to 10 tags to a record set. For details about how to name a key and a value, see Adding a CNAME Record Set.

    Examples:

    • example_key1
    • example_value1

    Description

    (Optional) Describes 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