Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell EMC SmartFabric OS10 User Guide Release 10.5.0

PDF

虚拟结构

虚拟结构 (vfabric) 将物理结构划分为逻辑结构。每个 vfabric 单独进行管理。结构 ID 可标识每个 vfabric。您只可以在 F_Port 模式下配置一个 vfabric 并且在 NPG 模式下配置多个 vfabricsF_Port 和 NPG 模式相互排斥。

如果您已在 F_Port 模式下配置了 vfabric,则在 NPG 模式下配置 vfabrics 时,禁用 F_Port 模式。禁用 F_Port 模式时,现有的 vfabric 将移除,并且您必须在 NPG 模式下配置新的 vfabric。如果要从 NPG 模式移至 F_Port 模式,请禁用 NPG 模式,并在 F_Port 模式下创建新 vfabric。

分区允许您通过将连接到 vfabric 的设备分区为子集来提高网络安全性。分区将限制 vfabric 成员之间的不必要交互。有关详情,请参阅 光纤通道分区

配置 vfabric ID 后,您可以创建一个名称,关联 VLAN 将流量传输到 vfabric,配置 FCoE 参数,配置默认分区并激活分区集。

注: 请勿关联已用作 vfabric VLAN 的 VLAN。

要在 F_Port 模式下配置 vfabric:

  1. 在 CONFIGURATION 模式下使用 vfabric fabric-ID 命令配置 vfabric。交换机将进入 vfabric CONFIGURATION 模式
  2. 使用 vlan vlan-ID 命令将 VLAN ID 与 vfabric 关联。
  3. 使用 fcoe fcmap fc-map 命令添加 FC 映射。
  4. 使用 zoneset activate zoneset-name 命令激活分区集。
  5. 当使用 zone default-zone permit 命令时,允许在缺少活动分区集配置的情况下访问所有已登录的成员。已登录成员是成功登录到 FC 结构的 FC 节点,由 vfabric 标识。
  6. (可选)使用 name vfabric-name 命令将名称添加到 vfabric。
  7. 在 FC INTERFACE 模式下使用 vfabric fabric-ID 命令将 vfabric 应用到 FC 接口。
F_Port 模式下 vfabric 配置的示例
OS10(config)# vfabric 100
OS10(conf-vfabric-100)# name 100
OS10(conf-vfabric-100)# vlan 1023
OS10(conf-vfabric-100)# fcoe fcmap 0xEFC64
OS10(conf-vfabric-100)# zoneset activate set
OS10(conf-vfabric-100)# zone default-zone permit
OS10(conf-vfabric-100)# exit
OS10(config)# interface fibrechannel 1/1/1
OS10(conf-if-fc1/1/1)# vfabric 100
查看 vfabric 配置
OS10(conf-vfabric-100)# show configuration
!
vfabric 100
 name 100
 vlan 1023
 fcoe fcmap 0xEFC64
 zoneset activate set
 zone default-zone permit
OS10# show vfabric
Fabric Name           100
Fabric Type           FPORT
Fabric Id             100
Vlan Id               1023
FC-MAP                0xEFC64
Config-State          ACTIVE
Oper-State            UP
==========================================
Switch Config Parameters
==========================================
Domain ID             100
==========================================
Switch Zoning Parameters
==========================================
Default Zone Mode:    Allow
Active ZoneSet:       set
==========================================
Members
fibrechannel1/1/1
fibrechannel1/1/2
fibrechannel1/1/3
fibrechannel1/1/4
fibrechannel1/1/5
fibrechannel1/1/6
fibrechannel1/1/7
fibrechannel1/1/8
fibrechannel1/1/9
fibrechannel1/1/10
fibrechannel1/1/11
fibrechannel1/1/12
fibrechannel1/1/15
fibrechannel1/1/17
fibrechannel1/1/18
fibrechannel1/1/19
fibrechannel1/1/20
fibrechannel1/1/21
fibrechannel1/1/22
fibrechannel1/1/23
fibrechannel1/1/24
fibrechannel1/1/25:1
fibrechannel1/1/29:1
fibrechannel1/1/30:1
fibrechannel1/1/30:3
==========================================

要在 NPG 模式下配置 vfabric:

  1. 在 CONFIGURATION 模式下使用 vfabric fabric-ID 命令配置 vfabric。交换机将进入 vfabric CONFIGURATION 模式。
  2. 使用 vlan vlan-ID 命令将 VLAN ID 与 vfabric 关联。
  3. 使用 fcoe {fcmap fc-map | fcf-priority fcf-priority-value | fka-adv-period adv-period | vlan-priority vlan-priority-value | keep-alive} 命令添加 FCoE 参数。
  4. (可选)使用 name vfabric-name 命令将名称添加到 vfabric。
  5. 在 INTERFACE 模式下使用 vfabric fabric-ID 命令将 vfabric 应用到接口。
在 NPG 模式下配置 vfabric
OS10(config)# vfabric 10
OS10(conf-vfabric-10)# name 10
OS10(conf-vfabric-10)# vlan 100
OS10(conf-vfabric-10)# fcoe fcmap 0x0efc01
OS10(conf-vfabric-10)# fcoe fcf-priority 128
OS10(conf-vfabric-10)# fcoe fka-adv-period 8
OS10(conf-vfabric-10)# fcoe vlan-priority 3
OS10(conf-vfabric-10)# exit
OS10(config)# interface ethernet 1/1/31 
OS10(conf-if-eth1/1/31)# vfabric 10
查看 vfabric 配置
OS10(conf-vfabric-10)# show configuration
!
vfabric 10
 name 10 
 vlan 100
 fcoe fcmap 0xEFC01
 fcoe fcf-priority 128
 fcoe fka-adv-period 8
 fcoe vlan-priority 3
OS10# show vfabric
Fabric Name 10
Fabric Type NPG
Fabric Id 10
Vlan Id 100
FC-MAP 0xEFC01
Vlan priority 3
FCF Priority 128
FKA-Adv-Period Enabled,8
Config-State ACTIVE
Oper-State DOWN
==========================================
Members
==========================================
OS10# show running-configuration vfabric
!
vfabric 10
 name 10 
 vlan 100
 fcoe fcmap 0xEFC01
 fcoe fcf-priority 128
 fcoe fka-adv-period 8
 fcoe vlan-priority 3

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\