System
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| system | Class | [system] | No |
system (nxos.devices.configuration)
Section titled “system (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| hostname | String | No | ||
| mtu | Integer | min: 576, max: 9216 | No | |
| feature | Class | [feature] | No | |
| fabric_forwarding | Class | [fabric_forwarding] | No |
feature (nxos.devices.configuration.system)
Section titled “feature (nxos.devices.configuration.system)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bfd | Boolean | true, false | No | |
| bgp | Boolean | true, false | No | |
| dhcp | Boolean | true, false | No | |
| evpn | Boolean | true, false | No | |
| fabric_forwarding | Boolean | true, false | No | |
| hsrp | Boolean | true, false | No | |
| interface_vlan | Boolean | true, false | No | |
| isis | Boolean | true, false | No | |
| lacp | Boolean | true, false | No | |
| lldp | Boolean | true, false | No | |
| macsec | Boolean | true, false | No | |
| netflow | Boolean | true, false | No | |
| nv_overlay | Boolean | true, false | No | |
| ospf | Boolean | true, false | No | |
| ospfv3 | Boolean | true, false | No | |
| pim | Boolean | true, false | No | |
| pvlan | Boolean | true, false | No | |
| ssh | Boolean | true, false | No | |
| tacacs | Boolean | true, false | No | |
| telnet | Boolean | true, false | No | |
| udld | Boolean | true, false | No | |
| vn_segment | Boolean | true, false | No | |
| vpc | Boolean | true, false | No |
fabric_forwarding (nxos.devices.configuration.system)
Section titled “fabric_forwarding (nxos.devices.configuration.system)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| anycast_gateway_mac | MAC | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: system: hostname: Device1 mtu: 9216 feature: bgp: true ospf: true