ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network ndp neighbor delete

    Delete a static NDP neighbor entry

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

    Description

    The network ndp neighbor delete command deletes a static Neighbor Discovery Protocol (NDP) neighbor from a Vserver.

    Parameters

    -vserver <vserver name> - Vserver Name

    Use this parameter to specify the Vserver on which the NDP neighbor is to be deleted.

    -neighbor <IP Address> - Neighbor Address

    Use this parameter to specify the neighbor’s IPv6 address.

    Examples

    The following example deletes a NDP neighbor entry within Vserver vs0.

    cluster1::*> network ndp neighbor delete -vserver vs0 -neighbor 20:20::20
    Top of Page