VLAN
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vlans | List | [vlans] | No |
vlans (nxos.devices.configuration)
Section titled “vlans (nxos.devices.configuration)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 4094 | Yes | |
vni | Integer | No | ||
name | String | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: vlans: - id: 100 vni: 12345 name: VLAN100