ONTAP 9.12.1 commands

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

    Display static routes

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

    Description

    The network route show command displays a group of static routes within one or more Vservers. You can view routes within specified Vservers, routes with specified destinations, and routes with specified gateways.

    Parameters

    { [-fields <fieldname>,…​]

    Use this parameter to display only certain fields of the routing tables.

    | [-instance ] }

    Use this parameter to display all fields of the routing tables.

    [-vserver <vserver>] - Vserver Name

    Use this parameter to display only routes that have the specified Vserver as their origin.

    [-destination <IP Address/Mask>] - Destination/Mask

    Use this parameter to display only routes that have the specified IP address and subnet mask as their destination. The format for this value is: address, slash ("/"), mask. The example below has 0.0.0.0/0 as a valid value for the -destination parameter.

    [-gateway <IP Address>] - Gateway

    Use this parameter to display only routes that have the specified IP address as their gateway.

    [-metric <integer>] - Metric

    Use this parameter to display only routes that have the specified metric.

    [-ipspace <IPspace>] - IPspace Name

    Use this parameter to optionally specify the IPspace associated with the Vserver. This parameter can be used in conjunction with the Vserver parameter in order to configure the same route across multiple Vservers within an IPspace.

    [-address-family {ipv4|ipv6|ipv6z}] - Address family of the route

    Use this parameter to display only the routes that have the specified address-family.

    Examples

    The following example displays information about all routing groups.

    cluster1::> network route show
      (network route show)
    Server              Destination     Gateway         Metric
    ------------------- --------------- --------------- ------
    node1
                        0.0.0.0/0       10.61.208.1     20
    node2
                        0.0.0.0/0       10.61.208.1     20
    vs0
                        0.0.0.0/0       10.61.208.1     20
    3 entries were displayed.
    Top of Page