Skip to content

Fibre Channel Network Policy

A Fibre Channel Network Policy specifies the VSAN that a vHBA connects to. It is the FC equivalent of the Ethernet Network Group Policy — each vHBA in a SAN Connectivity Policy references one FC Network Policy to determine which fabric VSAN carries its traffic.

Location in Intersight GUI: Policies » Fibre Channel Network

Diagram

policies (compute.intersight.organizations)

Section titled “policies (compute.intersight.organizations)”
NameTypeConstraintMandatoryDefault Value
fibre_channel_networkList[fibre_channel_network]No

fibre_channel_network (compute.intersight.organizations.policies)

Section titled “fibre_channel_network (compute.intersight.organizations.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringNo
managedBooleantrue, falseNotrue
tagsList[tags]No
vsan_idIntegermin: 1, max: 4094No1
default_vlan_idIntegermin: 0, max: 4094No0

tags (compute.intersight.organizations.policies.fibre_channel_network)

Section titled “tags (compute.intersight.organizations.policies.fibre_channel_network)”
NameTypeConstraintMandatoryDefault Value
keyStringYes
valueStringYes

Example-1: The example below demonstrates separate FC network policies for fabric A and B, each connecting to a different VSAN.

compute:
intersight:
organizations:
- name: MyOrganization
policies:
fibre_channel_network:
- name: vsan-100-a
description: Fabric A VSAN
vsan_id: 100
tags:
- key: env
value: prod
- name: vsan-200-b
description: Fabric B VSAN
vsan_id: 200