ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service dns dynamic-update show

    Display Dynamic DNS Update Configuration

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver services name-service dns dynamic-update show command shows the dynamic DNS update configuration related to the DNS server for a Vserver.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver

    Use this parameter to display dynamic DNS update configuration for the Vservers you specify.

    [-is-enabled {true|false}] - Is Dynamic DNS Update Enabled?

    Use this parameter with value true to display information about dynamic DNS update configurations that are active.

    [-use-secure {true|false}] - Use Secure Dynamic Update?

    Use this parameter with value true to display information about dynamic DNS update configurations that are set to send secure dynamic updates only.

    [-vserver-fqdn <text>] - Vserver FQDN to Be Used for DNS Updates

    Use this parameter to display information about dynamic DNS update configurations that are set to send the dynamic updates with the FQDN you have specified.

    [-ttl <[<integer>h][<integer>m][<integer>s]>] - Time to Live for DNS Updates

    If you specify this parameter, the command displays dynamic DNS update configurations having the specified Time to Live value .

    Examples

    The following example shows all information about dynamic DNS update configurations.

    cluster1::*> vserver services name-service dns dynamic-update show
          gupgclust-3::> dns dynamic-update show
          Vserver         Is-Enabled Use-Secure Vserver FQDN             TTL
          --------------- ---------- ---------- ------------------------ -------
          vs1             true       false      vs1.abcd.com             24h
          vs2             false      false      vs2.abcd.com             24h
          2 entries were displayed.
    Top of Page