WWPN Pool
A WWPN Pool provides ranges of World Wide Port Names (WWPNs) that Intersight assigns to vHBA interfaces on SAN Connectivity Policies. Each vHBA requires a unique WWPN for Fibre Channel identity within the fabric. Separate pools are typically defined per fabric (A and B) to keep the address spaces distinct.
Location in Intersight GUI:
Pools » WWPN
Diagram
Section titled “Diagram”Classes
Section titled “Classes”pools (compute.intersight.organizations)
Section titled “pools (compute.intersight.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| wwpn | List | [wwpn] | No |
wwpn (compute.intersight.organizations.pools)
Section titled “wwpn (compute.intersight.organizations.pools)”| 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 | |
| wwpn_blocks | List | [wwpn_blocks] | Yes |
tags (compute.intersight.organizations.pools.wwpn)
Section titled “tags (compute.intersight.organizations.pools.wwpn)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| key | String | Yes | ||
| value | String | Yes |
wwpn_blocks (compute.intersight.organizations.pools.wwpn)
Section titled “wwpn_blocks (compute.intersight.organizations.pools.wwpn)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| from | String | Regex: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){7}$ | Yes | |
| size | Integer | min: 1, max: 1024 | No | |
| to | String | Regex: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){7}$ | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates a WWPN pool with a single address block using the Cisco OUI-based FC range.
compute: intersight: organizations: - name: MyOrganization pools: wwpn: - name: wwpn-pool-a wwpn_blocks: - from: "20:00:00:25:B5:A0:00:00" size: 1000
tags: - key: env value: prod - name: wwpn-pool-b description: WWPN pool for fabric B vHBAs wwpn_blocks: - from: "20:00:00:25:B5:B0:00:00" size: 500 - from: "20:00:00:25:B5:B0:10:00" size: 500