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 fip fcf

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show fibre-channel fip fcf fcf-mac 
<brief | detail>
<fabric fabric-name>

Description

Display Fibre Channel over Ethernet (FCoE) Initialization Protocol (FIP) information for a specified FCoE forwarder (FCF).

Options

brief | detail

(Optional) Display the specified level of output.

fabric fabric-name

(Optional) Display FCF information only for the specified fabric.

fcf-mac

Display information for the FCF specified by the MAC address.

Required Privilege Level

view

Output Fields

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

Table 1: show fibre-channel fip fcf Output Fields

Field Name

Field Description

Level of Output

Fabric Name

Name of the fabric and in parentheses the fabric ID.

All

FC-MAP

FCoE mapped address prefix of the FCoE forwarder for the fabric.

detail

FKA-ADV-PERIOD

Period of time in milliseconds between FIP keepalive advertisements configured for the FC fabric.

detail

Member

 

Information about an FCF that is a member of the fabric.

All

  • FCF-MAC

MAC address used in discovery advertisements.

All

  • FKA-ADV-PERIOD

Period of time in milliseconds between FIP keepalive advertisements configured for the FC interface.

detail

  • FKA-ADV-D-BIT

Disable FIP keepalive advertisement monitoring bit. The state is always off.

detail

  • Type

Type of interface:

  • VF_Port Capable—Interface can act as a VF_Port interface.

detail

ENode

 

Information about a connected FCoE node (ENode).

All

  • ENode-MAC

MAC address of the connected ENode.

All

  • State

Login state internal to Junos OS.

All

  • VN-Port-MAC

MAC address of a VN_Port on the ENode.

detail

  • Session State

Session state internal to Junos OS.

detail

  • Configured FKA-ADV

User-configured FIP keepalive advertisement interval in milliseconds.

detail

  • Running FKA-ADV

Runtime interval in seconds of the last FIP keepalive advertisement received. This value changes every time an FKA_ADV is received.

detail

  • Configured VN-Port Timer

Configured state of the VN_Port keepalive timer in seconds. This value is always 90 and is not user-configurable.

detail

  • Running VN-Port Timer

Running state of the VN_Port keepalive timer in seconds.

detail

Sample Output

show fibre-channel fip fcf

content_copy zoom_out_map
user@switch> show fibre-channel fip fcf 00:30:48:b0:ee:d2
Fabric Name : proxy2 (200)
  Member
  FCF-MAC : 00:30:48:b0:ee:d2 (Interface vlan.100)
    Enode
    Enode-MAC : 00:10:94:00:00:02       State : Logged-in
    Enode-MAC : 00:10:94:00:00:03       State : Logged-in

show fibre-channel fip fcf detail

content_copy zoom_out_map
user@switch> show fibre-channel fip fcf 00:30:48:b0:ee:d2 detail 
Fabric Name : proxy2 (200)
  FC-MAP         : 0e:fc:00     
  FKA-ADV-PERIOD : 90000       

    Member
    FCF-MAC: 00:30:48:b0:ee:d2  (Interface vlan.100)
      FKA-ADV-PERIOD  : 90000     FKA-ADV-D-bit : Off 
      Type : VF_Port Capable

        ENode
        Enode-MAC : 00:10:94:00:00:02   State : Logged-in

          Session details
          VN-Port-MAC              : 0e:fc:00:03:00:02
          Session state            : Up
          Configured FKA-ADV       : 90000
          Running FKA-ADV          : 0
          Configured VN-Port Timer : 90
          Running VN-Port Timer    : 0

          VN-Port-MAC              : 0e:fc:00:03:00:01
          Session state            : Up
          Configured FKA-ADV       : 90000
          Running FKA-ADV          : 0
          Configured VN-Port Timer : 90
          Running VN-Port Timer    : 0

        ENode
        Enode-MAC : 00:10:94:00:00:03   State : Logged-in

          Session details
          VN-Port-MAC              : 0e:fc:00:03:00:04
          Session state            : Up
          Configured FKA-ADV       : 90000
          Running FKA-ADV          : 0
          Configured VN-Port Timer : 90
          Running VN-Port Timer    : 0

          VN-Port-MAC              : 0e:fc:00:03:00:03
          Session state            : Up
          Configured FKA-ADV       : 90000
          Running FKA-ADV          : 0
          Configured VN-Port Timer : 90
          Running VN-Port Timer    : 0

Release Information

Command introduced in Junos OS Release 11.1.

footer-navigation