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
Storage User Guide
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

Configuring an FCoE-FC Gateway Fibre Channel Fabric

date_range 23-Nov-23

Fibre Channel (FC) fabric configuration consists of creating a unique name and identifier for each FC fabric you want to create and configuring it as an FCoE-FC gateway.

You can create a maximum of 12 FC fabrics on a QFX3500 switch. After you create a fabric, you can create and assign interfaces to the fabric, configure FIP parameters for the fabric, and set proxy traceoptions.

To configure an FC fabric using the CLI, specify a unique name and identification number for the fabric:

  1. Configure the fabric name and fabric ID:
    content_copy zoom_out_map
    [edit]
    user@switch# set fc-fabrics fabric-name fabric-id fabric-id 

    Note:

    Changing the fabric name or the fabric ID causes all logins to drop and forces the ENodes to log in again.

    For example, to configure an FC fabric with the name fab_ulous and the fabric ID 10 (the range of fabric-id values is 1 through 4095):

    content_copy zoom_out_map
    [edit]
    user@switch# set fc-fabrics fab_ulous fabric-id 10 
  2. Configure the fabric as a gateway fabric:
    content_copy zoom_out_map
    [edit fc-fabrics fabric-name]
    user@switch# set fabric-type proxy 

    For example, to configure the FC fabric with the name fab_ulous as a gateway fabric:

    content_copy zoom_out_map
    [edit fc-fabrics fab_ulous]
    user@switch# set fabric-type proxy 
footer-navigation