IPv4 Prefix List
Diagram
Section titled “Diagram”Classes
Section titled “Classes”routing (nxos.devices.configuration)
Section titled “routing (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ipv4_prefix_lists | List | [ipv4_prefix_lists] | No |
ipv4_prefix_lists (nxos.devices.configuration.routing)
Section titled “ipv4_prefix_lists (nxos.devices.configuration.routing)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| entries | List | [entries] | No |
entries (nxos.devices.configuration.routing.ipv4_prefix_lists)
Section titled “entries (nxos.devices.configuration.routing.ipv4_prefix_lists)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| order | Integer | Yes | ||
| action | Choice | permit, deny | No | permit |
| prefix | IP | No | ||
| criteria | Choice | exact, inexact | No | exact |
| from_range | Integer | min: 0, max: 32 | No | 0 |
| to_range | Integer | min: 0, max: 32 | No | 0 |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: routing: ipv4_prefix_lists: - name: MyPrefixList1 entries: - order: 10 action: permit prefix: 10.0.0.0/8 criteria: exact from_range: 16 to_range: 24