ONTAP 9.12.1 commands

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

    Display active neighbor entries organized by Vserver

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

    Description

    The network ndp neighbor active-entry show command displays Network Discovery Protocol (NDP) neighbor cache entries on one or more nodes. You can view ndp neighbors within specified nodes and within specified System or Admin Vservers.

    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.

    | [-verbose ]

    Displays the expire time, state, is-router, and probe count fields.

    | [-instance ] }

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

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

    Displays the NDP neighbors from the specified node.

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

    Displays the NDP neighbors from the specified System or Admin Vserver. Data and Node Vservers do not have dynamic NDP neighbors.

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

    Displays the NDP neighbors in the specified subnet group.

    [-neighbor <IP Address>] - Neighbor

    Displays the NDP neighbors that have the specified IPv6 address.

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

    Displays the NDP neighbors on the specified port.

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

    Displays the NDP neighbors have the specified MAC address.

    [-expire-time {[<integer>d][<integer>h][<integer>m][<integer>s]|never|expired}] - Expire Time

    Displays the NDP neighbors have the specified expire time.

    [-state {<nostate|incomplete|reachable|stale|delay|probe|unknown>}] - State

    Displays the NDP neighbors in the specified state.

    [-is-router {true|false}] - Is Router

    Displays the NDP neighbor which is a router.

    [-probe-count <integer>] - Probe Count

    Displays the NDP neighbors with the specified probe count. Probe count is the number of times that this neighbor’s MAC address has been queried.

    [-is-static {true|false}] - Is Static

    Displays the NDP neighbors which are statically configured.

    Examples

    The following example displays NDP neighbors on the Admin Vserver cluster1:

    cluster1::*> network ndp neighbor active-entry show -vserver cluster1
    
    Node: node1
    Vserver: cluster1
    Subnet Group: ::/0
    Neighbor                       MAC Address          Port
    ------------------------------ -------------------- --------
    fe80:4::5:73ff:fea0:107        00:05:73:a0:01:07    e0d
    fe80:4::226:98ff:fe0c:b6c1     00:26:98:0c:b6:c1    e0d
    fe80:4::4255:39ff:fe25:27c1    40:55:39:25:27:c1    e0d
    3 entries were displayed.
    Top of Page