WWNN Pool
A WWNN Pool provides ranges of World Wide Node Names (WWNNs) that Intersight assigns to server adapters via a SAN Connectivity Policy. Each server adapter requires a unique WWNN as its Fibre Channel node identity. A single WWNN pool typically covers the entire environment rather than being split per fabric.
Location in Intersight GUI:
Pools » WWNN
Diagram
Section titled “Diagram”Classes
Section titled “Classes”pools (compute.intersight.organizations)
Section titled “pools (compute.intersight.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| wwnn | List | [wwnn] | No |
wwnn (compute.intersight.organizations.pools)
Section titled “wwnn (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 | |
| wwnn_blocks | List | [wwnn_blocks] | Yes |
tags (compute.intersight.organizations.pools.wwnn)
Section titled “tags (compute.intersight.organizations.pools.wwnn)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| key | String | Yes | ||
| value | String | Yes |
wwnn_blocks (compute.intersight.organizations.pools.wwnn)
Section titled “wwnn_blocks (compute.intersight.organizations.pools.wwnn)”| 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 WWNN pool with a single address block using the Cisco OUI-based FC range.
compute: intersight: organizations: - name: MyOrganization pools: wwnn: - name: wwnn-pool description: WWNN pool for all servers wwnn_blocks: - from: "20:00:00:25:B5:00:00:00" size: 1000 tags: - key: env value: prod