1.TCPIP> SHOW HOST /LOCAL
      The /LOCAL qualifier displays only the hosts in the local
      database.
    2.TCPIP> SHOW HOST ABCXYZ
      Displays information about a host found in the BIND database.
      Note that the display includes the name and address of the BIND
      server that supplied the information.
    3.TCPIP> SHOW HOST *
      Displays the entire hosts database and BIND database (if the
      resolver is enabled).
      In the following examples, host heron has the following IP
      addresses and aliases:
      IP
      AddressHost   Aliases
      100.1  heron  HOST_1A
                    HOST_1B
                    HOST_ALIAS
      100.2  heron  HOST_2A
                    HOST_2B
                    HOST_ALIAS
    4.TCPIP> SHOW HOST HERON
      Shows all the IP addresses and aliases for the host HERON.
    5.TCPIP> SHOW HOST HOST_1A
      Shows IP address 100.1 and the aliases HOST_1A, HOST_1B, and
      HOST_ALIAS.
    6.TCPIP> SHOW HOST HOST_ALIAS
      Shows the host and all aliases for addresses 100.1 and 100.2.
      Shows all the IP addresses and aliases for host heron.