IPv4
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ipv4 | Class | [ipv4] | No |
ipv4 (nxos.devices.configuration)
Section titled “ipv4 (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| routing | Boolean | true, false | No | |
| access_list_match_local | Boolean | true, false | No | |
| stateful_ha | Boolean | true, false | No | |
| hardware_ecmp_hash_offset_concatenation | Boolean | true, false | No | |
| hardware_ecmp_hash_offset_value | Integer | min: 0, max: 63 | No | |
| hardware_ecmp_hash_polynomial | Choice | CRC16, CRC32HI | No | |
| logging_level | Choice | emergency, alert, critical, error, warning, notification, informational, debug | No | |
| redirect_syslog | Boolean | true, false | No | |
| redirect_syslog_interval | Integer | min: 30, max: 1800 | No | |
| source_route | Boolean | true, false | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: ipv4: routing: true source_route: false