|
|
@ -20,7 +20,7 @@ DOCUMENTATION = '''
|
|
|
|
---
|
|
|
|
---
|
|
|
|
module: nxos_vxlan_vtep
|
|
|
|
module: nxos_vxlan_vtep
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.2"
|
|
|
|
short_description: Manages VXLAN Network Virtualization Endpoint (NVE)
|
|
|
|
short_description: Manages VXLAN Network Virtualization Endpoint (NVE).
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Manages VXLAN Network Virtualization Endpoint (NVE) overlay interface
|
|
|
|
- Manages VXLAN Network Virtualization Endpoint (NVE) overlay interface
|
|
|
|
that terminates VXLAN tunnels.
|
|
|
|
that terminates VXLAN tunnels.
|
|
|
@ -28,13 +28,13 @@ author: Gabriele Gerbino (@GGabriele)
|
|
|
|
extends_documentation_fragment: nxos
|
|
|
|
extends_documentation_fragment: nxos
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- The module is used to manage NVE properties, not to create NVE
|
|
|
|
- The module is used to manage NVE properties, not to create NVE
|
|
|
|
interfaces. Use nxos_interface if you wish to do so.
|
|
|
|
interfaces. Use M(nxos_interface) if you wish to do so.
|
|
|
|
- State 'absent' removes the interface
|
|
|
|
- C(state=absent) removes the interface.
|
|
|
|
- default, where supported, restores params default value
|
|
|
|
- Default, where supported, restores params default value.
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
interface:
|
|
|
|
interface:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Interface name for the VXLAN Network Virtualization Endpoint
|
|
|
|
- Interface name for the VXLAN Network Virtualization Endpoint.
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
@ -67,7 +67,8 @@ options:
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
state:
|
|
|
|
state:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Determines whether the config should be present or not on the device.
|
|
|
|
- Determines whether the config should be present or not
|
|
|
|
|
|
|
|
on the device.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: present
|
|
|
|
default: present
|
|
|
|
choices: ['present','absent']
|
|
|
|
choices: ['present','absent']
|
|
|
|