Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    show fibre-channel proxy statistics

    Syntax

    show fibre-channel proxy statistics <fabric fabric-name>

    Release Information

    Command introduced in Junos OS Release 11.1 for the QFX Series.

    Description

    Display Fibre Channel proxy fabric statistics.

    Options

    fabric fabric-name

    (Optional) Display output only for the specified fabric.

    Required Privilege Level

    view

    List of Sample Output

    show fibre-channel proxy statistics

    Output Fields

    Table 1 lists the output fields for the show fibre-channel proxy statistics command. Output fields are listed in the approximate order in which they appear.

    Table 1: show fibre-channel proxy statistics Output Fields

    Field Name

    Field Description

    Fabric

    Name of the fabric.

    Fabric-id

    Fabric ID number.

    NP-Port Transmit Command Statistics

     

    Transmitted command statistics for the NP_Port.

    • Command

    Type of command issued on the NP_Port:

    • FLOGI—Fabric login commands issued.
    • FDISC—Fabric discovery commands issued.
    • LOGO—Logout commands issued.
    • Others—Other commands issued.
    • Tx

    Number of times the command type was transmitted.

    • Rx-ACC

    Number of times the NP_Port transmitted a receive accept message for the command type.

    • Rx-RJT

    Number of times the NP_Port transmitted a receive reject message for the command type.

    • Abort

    Number of times the NP_Port transmitted an abort message for the command type.

    NP-Port Receive Command Statistics

     

    Received command statistics for the NP_Port.

    • Command

    The type of command received on the NP_Port:

    • LOGO—Logout commands issued.
    • Others—Other commands issued.
    • Rx

    Number of times the command type was received.

    • Tx-ACC

    Number of times the NP_Port received a transmit accept message for the command type.

    • Tx-RJT

    Number of times the NP_Port received a transmit reject message for the command type.

    • Abort

    Number of times the NP_Port received an abort message for the command type.

    Sample Output

    show fibre-channel proxy statistics

    user@switch> show fibre-channel proxy statistics
    Fabric: proxy1, Fabric-id: 10 
    
    NP-Port Transmit Command Statistics:
    Command         Tx        Rx-ACC    Rx-RJT    Abort
    FLOGI           3         3         0         0
    FDISC           3         3         0         0
    LOGO            0         0         0         0
    Others          0         0         0         0
    
    NP-Port Receive Command Statistics:
    Command         Rx        Tx-ACC    Tx-RJT    Abort
    LOGO            0         0         0         0
    Others          0         0         0         0
    

    Published: 2013-01-16