ONTAP 9.12.1 commands

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

    Display static NDP neighbor entries

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

    Description

    The network ndp neighbor show command displays a group of static Neighbor Discovery Protocol (NDP) neighbors within one or more Vservers. You can view static NDP neighbors within specified Vservers, neighbors with specified IPv6 address, and neighbors with specified MAC address.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver Name

    Displays the static NDP neighbors that have the specified Vserver as their origin.

    [-neighbor <IP Address>] - Neighbor Address

    Displays the static NDP neighbors that have the specified IPv6 address.

    [-mac-address <MAC Address>] - MAC Address

    Displays the static NDP neighbors that have the specified MAC address.

    Examples

    The following example displays all of the static NDP neighbors configured on Vserver vs0.

    cluster1::*> network ndp neighbor show -vserver vs0
    Vserver            Neighbor                 MAC Address
    ------------------ ------------------------ -------------------
    vs0
                       10:10::10                04:04:04:04:04:04
                       20:20::20                01:01:01:01:01:01
    2 entries were displayed.
    Top of Page