ONTAP 9.12.1 commands

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

    Display default routers

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

    Description

    The network ndp default-router show command displays Neighbor Discovery Protocol (NDP) default routers learned on a specified port.

    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.

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

    Displays the NDP default routers from the specified node.

    [-ipspace <IPspace>] - IPspace name

    Displays the NDP default routers from the specified IPspace.

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

    Displays the NDP default routers from the specified port.

    [-router-addr <IP Address>] - Router Address

    Displays the default routers that have the specified IPv6 addresses.

    [-flag {none|managed-address-DHCPv6|other-DHCPv6}] - Flag

    Displays the default routers that have the specified flag. The flag indicates whether addresses are available via DHCPv6 or other configuration information is available via DHCPv6.

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

    Displays the default routers that have the specified expire time.

    Examples

    The following example displays NDP default routers on local port e0f.

    cluster1::*> network ndp default-router show -port e0f -node local
    
    Node: node1
    IPspace: Default
    Port     Router Address             Flag            Expire Time
    -------- -------------------------- --------------  --------------
    e0f      fe80::5:73ff:fea0:107      none            0d0h23m9s
    Top of Page