ONTAP 9.12.1 commands

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

    Delete static ARP entry

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

    Description

    The network arp delete command deletes static ARP entries from the Vserver and from the network stack.

    Parameters

    -vserver <vserver name> - Vserver Name

    Use this parameter to specify the name of the Vserver from which the ARP entry is deleted.

    -remotehost <IP Address> - Remote IP Address

    Use this parameter to specify the IP address of the ARP entry being deleted.

    Examples

    The following example deletes the ARP entry for IP address 10.63.0.2 from the Vserver vs1.

    cluster1::> network arp delete -vserver vs1 -remotehost 10.63.0.2
    Top of Page