Ethernet Network Group Policy
An Ethernet Network Group Policy defines the set of allowed VLANs and the native VLAN for vNICs on FI-attached servers. It is applied per vNIC via a LAN Connectivity Policy and maps to the vethernet configuration on the Fabric Interconnect. This policy applies to FI-Attached and UnifiedEdgeServer target platforms only; use Ethernet Network Policy for Standalone servers.
Location in Intersight GUI:
Policies » Ethernet Network Group
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (compute.intersight.organizations)
Section titled “policies (compute.intersight.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ethernet_network_group | List | [ethernet_network_group] | No |
ethernet_network_group (compute.intersight.organizations.policies)
Section titled “ethernet_network_group (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 | |
| allowed_vlans | String | No | ||
| native_vlan | Integer | min: 0, max: 4093 | No | 0 |
| qinq | Boolean | true, false | No | false |
| qinq_vlan | Integer | min: 1, max: 4093 | No |
tags (compute.intersight.organizations.policies.ethernet_network_group)
Section titled “tags (compute.intersight.organizations.policies.ethernet_network_group)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| key | String | Yes | ||
| value | String | Yes |
Examples
Section titled “Examples”Example-1: The example below demonstrates a policy allowing a discrete set of production VLANs with VLAN 10 as the native VLAN for FI-attached server vNICs.
compute: intersight: organizations: - name: MyOrganization policies: ethernet_network_group: - name: prod-vlans description: Production VLANs for FI-attached vNICs allowed_vlans: "10,20,30-50" native_vlan: 10 tags: - key: env value: prodExample-2: The example below demonstrates a dedicated storage VLAN group for iSCSI or NFS traffic.
compute: intersight: organizations: - name: MyOrganization policies: ethernet_network_group: - name: storage-vlans description: Storage network VLANs allowed_vlans: "100,200" native_vlan: 100