ONTAP 9.12.1 commands

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

    Create 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 create command creates a static Neighbor Discovery Protocol (NDP) neighbor entry within a Vserver.

    Parameters

    -vserver <vserver name> - Vserver Name

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

    -neighbor <IP Address> - Neighbor Address

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

    -mac-address <MAC Address> - MAC Address

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

    Examples

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

    cluster1::*> network ndp neighbor create -vserver vs0 -neighbor 20:20::20 -mac-address 10:10:10:0:0:1
    Top of Page