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
Section titled “Diagram”Classes
Section titled “Classes”policies (compute.intersight.organizations)
Section titled “policies (compute.intersight.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| fibre_channel_network | List | [fibre_channel_network] | No |
fibre_channel_network (compute.intersight.organizations.policies)
Section titled “fibre_channel_network (compute.intersight.organizations.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | No | ||
| managed | Boolean | true, false | No | true |
| tags | List | [tags] | No | |
| vsan_id | Integer | min: 1, max: 4094 | No | 1 |
| default_vlan_id | Integer | min: 0, max: 4094 | No | 0 |
tags (compute.intersight.organizations.policies.fibre_channel_network)
Section titled “tags (compute.intersight.organizations.policies.fibre_channel_network)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| key | String | Yes | ||
| value | String | Yes |
Examples
Section titled “Examples”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