ONTAP 9.12.1 commands

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

    Display active ARP entries organized by Vserver

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

    Description

    The `network arp active-entry show ` command displays ARP entries present in the network stack of the node. The entries includes both dynamically learned ARP entries and user configured static ARP entries.

    Parameters

    { [-fields <fieldname>,…​]

    Use this parameter to display only certain fields of the active ARP table.

    | [-instance ] }

    Use this parameter to display all the fields of the active ARP table.

    [-node {<nodename>|local}] - Node

    Use this parameter to display active ARP entries that are specific to a given node.

    [-vserver <vserver>] - System or Admin Vserver Name

    Use this parameter to display active ARP entries that are specific to a given System or Admin Vserver. Data and Node Vservers will not have any active-arp entries.

    [-subnet-group <IP Address/Mask>] - Subnet Group Name

    Use this parameter to display active ARP entries that are specific to a given subnet group.

    [-remotehost <text>] - Remote IP Address

    Use this parameter to display active ARP entries for the specified IP address.

    [-port <text>] - Port

    Use this parameter to display active ARP entries for the specified Port name.

    [-mac <text>] - MAC Address

    Use this parameter to display the active ARP entry for the specified MAC address.

    [-ipspace <IPspace>] - IPspace

    Use this parameter to specify the IPspace associated with the System or Admin Vserver.

    Examples

    The following example displays active ARP entries for the Admin Vserver cluster1:

    cluster1::*> network arp active-entry show -vserver cluster1
    
    Node: node-01
    Vserver: cluster1
    Subnet Group: 169.254.0.0/16
    Remote IP Address MAC Address       Port
    ----------------- ----------------- -------
    169.254.106.95    0:55:39:27:d1:c1  lo
    Top of Page