ONTAP 9.12.1 commands

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

    Delete active neighbor entry from a System or Admin Vserver

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

    Description

    The network ndp neigbhor active-entry delete command deletes a Network Discovery Protocol (NDP) neighbor entry on the specified port from a given Vserver’s subnet group.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to specify the node on which the neighbor entry is to be deleted.

    -vserver <vserver> - System or Admin Vserver Name

    Use this parameter to specify the System or Admin Vserver on which the neighbor entry is to be deleted.

    -subnet-group <IP Address/Mask> - Subnet Group

    Use this parameter to specify the subnet group from which the neighbor entry is to be deleted.

    -neighbor <IP Address> - Neighbor

    Use this parameter to specify the IPv6 address of the neighbor entry which is to be deleted.

    -port {<netport>|<ifgrp>} - Port

    Use this parameter to specify the port on which the neighbor entry is to be deleted.

    Examples

    The following example deletes a neighbor entry from the Admin Vserver cluster1:

    cluster1::*> network ndp neighbor active-entry delete -vserver cluster1 -node local -subnet-group ::/0 -neighbor fe80:4::5:73ff:fea0:107 -port e0d
    Top of Page