Note
This module is part of the cisco.nxos collection (version 9.4.0).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install cisco.nxos.
To use it in a playbook, specify: cisco.nxos.nxos_vxlan_vtep_vni.
New in cisco.nxos 1.0.0
Parameter | Comments |
|---|---|
assoc_vrf boolean | This attribute is used to identify and separate processing VNIs that are associated with a VRF and used for routing. The VRF and VNI specified with this command must match the configuration of the VNI under the VRF. Choices:
|
ingress_replication string | Specifies mechanism for host reachability advertisement. Choices:
|
interface string / required | Interface name for the VXLAN Network Virtualization Endpoint. |
multicast_group string | The multicast group (range) of the VNI. Valid values are string and keyword ‘default’. |
multisite_ingress_replication string added in cisco.nxos 1.1.0 | Enables multisite ingress replication. Choices:
|
peer_list list / elements=string | Set the ingress-replication static peer list. Valid values are an array, a space-separated string of ip addresses, or the keyword ‘default’. |
state string | Determines whether the config should be present or not on the device. Choices:
|
suppress_arp boolean | Suppress arp under layer 2 VNI. Choices:
|
suppress_arp_disable boolean | Overrides the global ARP suppression config. This is available on NX-OS 9K series running 9.2.x or higher. Choices:
|
vni string / required | ID of the Virtual Network Identifier. |
Note
- cisco.nxos.nxos_vxlan_vtep_vni:
interface: nve1
vni: 6000
ingress_replication: default
multisite_ingress_replication: enable
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
commands list / elements=string | commands sent to the device Returned: always Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/cisco/nxos/nxos_vxlan_vtep_vni_module.html