ONTAP 9.12.1 commands

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

    FCP topology interconnect elements per adapter

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

    Description

    Display FCP topology interconnect elements per adapter.

    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

    Use this parameter to select the interconnect elements for adapters that are located on the node that you specify.

    [-adapter <text>] - Adapter

    Use this parameter to select the interconnect elements for the specified adapter.

    [-domain-id <integer>] - Domain Id

    Use this parameter to select the interconnect elements with the specified domain identifier.

    [-port-wwpn <text>] - Port WWPN

    Use this parameter to select the interconnect elements with the specified port world wide name.

    [-switch-name <text>] - Switch Name

    Use this parameter to select the interconnect elements with the specified switch.

    [-switch-vendor <text>] - Switch Vendor

    Use this parameter to select the interconnect elements with the specified vendor.

    [-switch-release <text>] - Switch Release

    Use this parameter to select the interconnect elements with the specified release.

    [-switch-wwpn <text>] - Switch WWPN

    Use this parameter to select the interconnect elements with the specified world wide port name.

    [-switch-wwn <text>] - Switch WWN

    Use this parameter to select the interconnect elements with the specified world wide name.

    [-port-count <integer>] - Port Count

    Use this parameter to select the interconnect elements with the specified port count.

    [-port-slot <text>] - Port Slot

    Use this parameter to select the interconnect elements with the specified port slot.

    [-port-state {Unknown|Online|Offline|Testing|Fault}] - Port State

    Use this parameter to select the interconnect elements with the specified port state.

    [-port-type {None|N-Port|NL-Port|FNL-Port|NX-Port|F-Port|FL-Port|E-Port|B-Port|TNP-Port|TF-Port|NV-Port|FV-Port|SD-Port|TE-Port|TL-Port}] - Port Type

    Use this parameter to select the interconnect elements with the specified port type.

    [-port-attached-wwpn <text>] - Attached Port WWPN

    Use this parameter to select the interconnect elements with the specified attached wwpn.

    [-port-attached-id <text>] - Attached Port Id

    Use this parameter to select the interconnect elements with the specified attached id.

    [-port-attached-visible <text>] - Visible

    Use this parameter to select the interconnect elements with the specified visiblity flag on attached port structure.

    Examples

    cluster1::> network fcp topology show
    Switch connected to the adapter 0c
          Switch Name: ssan-fc0e-d58
        Switch Vendor: Cisco Systems, Inc.
       Switch Release: 5.2(1)N1(9)
        Switch Domain: 4
           Switch WWN: 20:05:00:05:9b:26:f4:c1
           Port Count: 20
    
    Port    Port WWN                State     Type      Attached WWPN           Port Id
    ------- ----------------------- --------- --------- ----------------------- ------------
    vfc9    20:08:00:05:9b:26:f4:ff Offline   None      -                       -
    vfc10   20:15:00:05:9b:26:f4:ff Online    TF-Port   50:0a:09:82:8d:92:4c:ff 0x0407c0  *
    vfc11   20:16:00:05:9b:26:f4:ff Online    TF-Port   50:0a:09:81:8d:e2:4e:ec 0x040800  *
    
    Switch connected to the adapter 0c
          Switch Name: ssan-fc0e-d58
        Switch Vendor: Cisco Systems, Inc.
       Switch Release: 5.2(1)N1(9)
        Switch Domain: 4
           Switch WWN: 20:05:00:05:9b:26:f4:c1
           Port Count: 20
    
    Port    Port WWN                State     Type      Attached WWPN           Port Id
    ------- ----------------------- --------- --------- ----------------------- ------------
    vfc20   20:13:00:05:9b:26:f4:ff Offline   None      -                       -
    vfc21   20:14:00:05:9b:26:f4:ff Online    TF-Port   50:0a:09:81:8d:92:4c:ff 0x0407a0  *
    
    5 entries were displayed.

    The example above show FCP topology interconnect information for the cluster.

    Top of Page