Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show fibre-channel proxy np-port

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show fibre-channel proxy np-port 
<brief | detail>
<fabric fabric-name>
<interface interface-name>

Description

Display Fibre Channel gateway fabric proxy Node Port (NP_Port) information.

Options

brief | detail

(Optional) Display the specified level of output.

fabric fabric-name

(Optional) Display output only for the specified fabric.

interface interface-name

(Optional) Display output only for the specified interface.

Required Privilege Level

view

Output Fields

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

Table 1: show fibre-channel proxy np-port Output Fields

Field Name

Field Description

Level of Output

Fabric

Name of the fabric.

All

Fabric-id

Fabric ID number.

All

NP-Port

NP_Port interface connected to the FCoE forwarder (FCF) or the Fibre Channel switch.

All

State

FCID state of the NP_Port interface.

All

Sessions

Number of active sessions on the NP_Port interface. A session is a FLOGI or FDISC login to the FC SAN fabric. Session does not refer to end-to-end storage sessions.

All

(Junos OS Release 18.1R1 and beyond)Supported max login sessions

(Junos OS Releases before 18.1R1)Configured max login sessions

Maximum number of FIP login sessions supported on the NP_Port interface.

Note:

If the fabric is configured to have a limit on the maximum number of FIP login sessions that is less than the configured maximum for the individual NP_Port displayed by this field, then the actual number of sessions permitted on the NP_Port will be constrained by the fabric limit. See max-login-sessions for more information.

detail

Enodes

Number of ENodes with sessions on the NP_Port.

detail

LB state

Load-balancing state:

  • On—Load balancing is on

  • Off—Load balancing is off.

All

LB weight

Load balance weight, which reflects the port speed:

  • 2—Port speed is 2 Gbps.

  • 4—Port speed is 4 Gbps.

  • 8—Port speed is 8 Gbps.

All

Ref-count

Reference count internal to Junos OS.

detail

Flags

Flags internal to Junos OS.

Note:

When an NP_Port interface reaches its configured maximum number of FIP sessions, the Flags field displays the flag MAX-LOGINS-REACHED.

detail

Sample Output

show fibre-channel proxy np-port

content_copy zoom_out_map
user@switch> show fibre-channel proxy np-port

content_copy zoom_out_map
Fabric: proxy1, Fabric-id: 10
NP-Port     State              Sessions       LB state   LB weight
fc-0/0/0.0  online             3              ON         4         
fc-0/0/1.0  online             3              ON         4         
fc-0/0/2.0  online             3              ON         4
root@junos1> show fibre-channel proxy np-port detail
 

show fibre-channel proxy np-port detail (Junos OS Release 18.1R1 and beyond)

content_copy zoom_out_map
user@switch> show fibre-channel proxy np-port detail
Fabric: my-fabric, Fabric-id: 100

    NP-Port:                       fc-0/2/0.0
    State:                         online
    Sessions:                      2
    Supported max login sessions:  2500
    Enodes:                        1
    LB state:                      ON
    LB weight:                     10
    Ref-count:                     1
    Flags:                         UP LB C3

    NP-Port:                       fc-0/2/1.0
    State:                         online
    Sessions:                      2
    Supported max login sessions:  2500 
    Enodes:                        1
    LB state:                      ON
    LB weight:                     10
    Ref-count:                     1
    Flags:                         UP LB C3

    NP-Port:                       fc-0/2/2.0
    State:                         online
    Sessions:                      2
    Supported max login sessions:  2500
    Enodes:                        1
    LB state:                      ON
    LB weight:                     10
    Ref-count:                     1
    Flags:                         UP LB C3
    

show fibre-channel proxy np-port detail (Junos OS Releases before 18.1R1)

content_copy zoom_out_map
user@switch> show fibre-channel proxy np-port detail
Fabric: proxy1, Fabric-id: 10 

    NP-Port:                        fc-0/0/0.0
    State:                          online
    Sessions:                       3
    Configured max login sessions:  130
    Enodes                          1
    LB state:                       ON
    LB weight:                      4
    Ref-count:                      4
    Flags:                          UP LB

    NP-Port:                        fc-0/0/1.0
    State:                          online
    Sessions:                       3
    Configured max login sessions:  130
    Enodes                          2
    LB state:                       ON
    LB weight:                      4
    Ref-count:                      4
    Flags:                          UP LB

    NP-Port:                        fc-0/0/2.0
    State:                          online
    Sessions:                       130
    Configured max login sessions:  130
    Enodes                          17
    LB state:                       OFF 
    LB weight:                      4
    Ref-count:                      131
    Flags:                          UP MAX-LOGINS-REACHED

Release Information

Command introduced in Junos OS Release 11.1.

footer-navigation