NVE
Diagram
Section titled “Diagram”Classes
Section titled “Classes”interfaces (nxos.devices.configuration)
Section titled “interfaces (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| nve | Class | [nve] | No |
nve (nxos.devices.configuration.interfaces)
Section titled “nve (nxos.devices.configuration.interfaces)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| admin_state | Boolean | true, false | No | |
| advertise_virtual_mac | Boolean | true, false | No | |
| hold_down_time | Integer | min: 1, max: 1500 | No | |
| host_reachability_protocol | Choice | Flood-and-learn, bgp, controller, openflow, openflowIR | No | |
| ingress_replication_protocol_bgp | Boolean | true, false | No | |
| multicast_group_l2 | IP | No | ||
| multicast_group_l3 | IP | No | ||
| multisite_source_interface | String | No | ||
| source_interface | String | No | ||
| suppress_arp | Boolean | true, false | No | |
| suppress_mac_route | Boolean | true, false | No | |
| vnis | List | [vnis] | No |
vnis (nxos.devices.configuration.interfaces.nve)
Section titled “vnis (nxos.devices.configuration.interfaces.nve)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| vni | Integer | Yes | ||
| associate_vrf | Boolean | true, false | No | |
| multicast_group | IP | No | ||
| multisite_ingress_replication | Choice | enable, disable, enableOptimized | No | |
| suppress_arp | Choice | enabled, disabled, off | No | |
| ingress_replication_protocol | Choice | bgp, static, unknown | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: interfaces: nve: advertise_virtual_mac: true suppress_arp: true vnis: - vni: 12345 associate_vrf: VRF1 multicast_group: 234.1.1.1