ONTAP 9.13.1 commands

vserver services name-service cache hosts forward-lookup delete

Delete an entry

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

Description

The vserver services name-service cache hosts forward-lookup delete command removes a cached host to IP lookup entry.

Parameters

-vserver <vserver name> - Vserver

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

-host <text> - Hostname

Use this parameter to specify the hostname of the cached forward lookup table entries that need to be deleted.

-protocol {Any|ICMP|TCP|UDP} - Protocol

Use this parameter to specify the protocol of the cached forward lookup table entries that need to be deleted.

-sock-type {SOCK_ANY|SOCK_STREAM|SOCK_DGRAM|SOCK_RAW} - Sock Type

Use this parameter to specify the socket type of the cached forward lookup table entries that need to be deleted.

-flags {FLAG_NONE|AI_PASSIVE|AI_CANONNAME|AI_NUMERICHOST|AI_NUMERICSERV} - Flags

Use this parameter to specify the flag of the cached forward lookup table entries that need to be deleted.

-family {Any|Ipv4|Ipv6} - Family

Use this parameter to specify the family of the cached forward lookup table entries that need to be deleted.

Examples

The following example deletes the cached forward lookup entry for Vserver vs0 and host "abc":

cluster1::> vserver services name-service cache hosts forward-lookup delete -vserver vs0 -host abc
Top of Page