ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service cache netgroups ip-to-netgroup delete

    Delete netgroup.byhost cache entry

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

    Description

    The vserver services name-service cache netgroups ip-to-netgroup delete command removes the cached client IP to netgroup entries.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which the cached client IP to netgroup entries need to be deleted.

    -host <text> - Host field

    Use this parameter to specify the IP address for which the cached IP to netgroup entries need to be deleted.

    -netgrp <text> - Netgroup field

    Use this parameter to specify the netgroup for which the cached IP to netgroup entries need to be deleted.

    Examples

    The following example deletes all the cached IP to netgroup entries for Vserver vs0, host 1.1.1.1 and netgrp 'abc':

    cluster1::> vserver services name-service cache netgroups ip-to-netgroup delete -vserver vs0 -host 1.1.1.1 -netgrp abc
    Top of Page