ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node internal-switch dump stat

    Display onboard switch port statistics counter

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

    Description

    The system node internal-switch dump stat command is used to display the counter information of the internal switch ports.

    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>] - Node

    Use this parameter to specify the node the switch resides on.

    [-switch-id <integer>] - Switch

    Use this parameter to specify the switch id. For example, 1.

    [-port-id <integer>] - Port

    Use this parameter to specify the port id. For example, 0.

    [-stat-id <text>] - Counter Name

    Use this parameter to specify the counter name.

    [-valued <integer>] - Counter Value

    Use this parameter to show the value of specified counter.

    [-port-name <text>] - Port Name

    Use this parameter to specify the port name. For example, e0M.

    Examples

    The following example shows partial counter information of the internal switch 0 on Node1

    cluster1::> system node internal-switch dump stat -node Node1 -switch-id 0
    Port  Port Name          Counter               Value
    ----  ----------------   -------------------   ---------
    Node: Node1        , Switch: 0
    0     sw-wrench          1024ToMaxOctets       22480201
    0     sw-wrench          128To255Octets        119552
    0     sw-wrench          256To511Octets        345587
    0     sw-wrench          512To1023Octets       1250437
    0     sw-wrench          64Octets              803025
    Top of Page