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

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show fip snooping fcf fcf-mac 
<brief | detail>
<vlan vlan-name>

Description

Display FIP snooping FCoE forwarder (FCF) information.

Options

brief | detail

(Optional) Display the specified level of output.

fcf-mac

Display information for the FCF specified by the MAC address.

vlan-name

(Optional) Display FIP snooping information for the FCF on only the specified VLAN.

Required Privilege Level

view

Output Fields

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

Table 1: show fip snooping fcf Output Fields

Field Name

Field Description

Level of Output

FCF or FCF-MAC

MAC address of the FCoE forwarder.

All

VLAN

Name of the VLAN.

All

Session Count

Current number of virtual link sessions with VN_Ports.

None

Configured FKA-ADV

FIP keepalive interval in seconds configured on the FCF multiplied by three. For example, if the FKA_ADV period configured on the FCF is 86 seconds, the value of this field is 258.

detail

Running FKA-ADV

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

detail

ENode-MAC

 

MAC address of the connected ENode.

All

  • Interface

Interface connected to the ENode.

detail

  • Configured FKA-ADV

FIP keepalive interval in seconds configured on the FCF multiplied by three. For example, if the FKA_ADV period configured on the FCF is 86 seconds, the value of this field is 258. This value remains constant.

detail

  • Running FKA-ADV

Runtime interval in seconds of the last FIP keepalive advertisement the ENode sent to the FCF. This value changes every time the ENode sends an FKA_ADV to the FCF.

detail

  • VN-Port MAC

MAC address of a VN_Port on the ENode.

All

  • FKA-ADV

Runtime interval in seconds of the last FIP keepalive advertisement the ENode sent to the FCF on behalf of the VN_Port (VN_Port FKA_ADV). This value changes every time the ENode sends a VN_Port FKA_ADV to the FCF.

detail

Sample Output

show fip snooping fcf

content_copy zoom_out_map
user@switch> show fip snooping fcf 00:10:94:00:00:01
FCF : 00:10:94:00:00:01   VLAN : vlan1   Session Count : 2    
  Enode-MAC : 00:10:94:00:00:02
    VN-Port-MAC : 0E:FC:00:00:00:05
    VN-Port-MAC : 0E:FC:00:00:00:01

show fip snooping fcf detail

content_copy zoom_out_map
user@switch> show fip snooping fcf 00:10:94:00:00:01 detail 
FCF-MAC : 00:10:94:00:00:01     VLAN : vlan1
Configured FKA-ADV : 258        Running FKA-ADV : 222
  Enode Information
  Enode-MAC : 00:10:94:00:00:02 Interface: xe-0/0/1
  Configured FKA-ADV : 258
  Running FKA-ADV    : 226
    Session Information
    VN-Port MAC : 0E:FC:00:00:00:05     FKA-ADV : 242
    VN-Port MAC : 0E:FC:00:00:00:01     FKA-ADV : 238

Release Information

Command introduced in Junos OS Release 10.4.

footer-navigation