ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service cache hosts reverse-lookup show

    Display ip-to-host struct

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

    Description

    The vserver services name-service cache hosts reverse-lookup show command displays the cached IP to host lookup(reverse lookup) entries.

    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 ] }

    Use this parameter to display detailed information about the cached reverse lookup table entries.

    [-vserver <vserver name>] - Vserver

    Use this parameter to specify the Vserver for which the cached reverse lookup table entries need to be displayed.

    [-ip <IP Address>] - IP Address

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified IP address.

    [-serv-flag <integer>] - Service flags

    Use this parameter to display information only about the cached reverse lookup table entries that have the specifed service flag.

    [-host <text>] - Hostname

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified hostname.

    [-service <text>] - Service Name

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified service name.

    [-aliases <text>,…​] - Host Aliases

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified aliases.

    [-addrtype <integer>] - Address Type

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified address type.

    [-addrlength <integer>] - Address Length

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified address length.

    [-create-time <MM/DD/YYYY HH:MM:SS>] - Create Time

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified create time.

    [-source {none|files|dns|nis|ldap|netgrp_byname|dc}] - Source of the Entry

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified source.

    [-ttl <integer>] - DNS TTL

    Use this parameter to display information only about the cached reverse lookup table entries that have the specified Time To Live.

    Examples

    The following example displays all the cached reverse lookup entries:

    cluster1::> vserver services name-service cache hosts reverse-lookup show

    The following example displays the cached reverse lookup entries for Vserver vs0:

    cluster1::> vserver services name-service cache hosts reverse-lookup show -vserver vs0
    Top of Page