EVPN
Diagram
Classes
configuration (nxos.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
evpn | Class | [evpn] | No |
evpn (nxos.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vnis | List | [vnis] | No |
vnis (nxos.devices.configuration.evpn)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vni | Integer | Yes | ||
route_distinguisher | String | No | ||
route_target_both_auto | Boolean | true , false | No | |
route_target_imports | List | String | No | |
route_target_exports | List | String | No |
Examples
nxos:
devices:
- name: Device1
configuration:
evpn:
vnis:
- vni: 12345
route_distinguisher: 2:2
route_target_both_auto: true