Feature Set
Feature-set configuration installs and enables NX-OS feature-sets that extend device capabilities beyond the base software image. Each feature-set maps to the CLI install feature-set <name> and feature-set <name> commands. Available feature-sets include FEX (Fabric Extender), MPLS, and virtualization. Feature-sets must be installed and enabled before their associated functionality can be configured.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| feature_set | Class | [feature_set] | No |
feature_set (nxos.devices.configuration)
Section titled “feature_set (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| fex | Boolean | true, false | No | |
| mpls | Boolean | true, false | No | |
| virtualization | Boolean | true, false | No |
Examples
Section titled “Examples”Example 1: Enabling FEX and MPLS feature-sets
nxos: devices: - name: AGGR1 configuration: feature_set: fex: true mpls: trueExample 2: Enabling virtualization feature-set
nxos: devices: - name: VPC-LEAF1 configuration: feature_set: virtualization: true