Skip to content

Latest commit

 

History

History
122 lines (90 loc) · 3.44 KB

cisco.nxos.nxos_evpn_global_module.rst

File metadata and controls

122 lines (90 loc) · 3.44 KB

cisco.nxos.nxos_evpn_global

Handles the EVPN control plane for VXLAN.

Version added: 1.0.0

  • Handles the EVPN control plane for VXLAN.
Parameter Choices/Defaults Comments
nv_overlay_evpn
boolean / required
    Choices:
  • no
  • yes
EVPN control plane.

Note

- cisco.nxos.nxos_evpn_global:
    nv_overlay_evpn: true

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
commands
list
always
The set of commands to be sent to the remote device

Sample:
['nv overlay evpn']


Authors

  • Gabriele Gerbino (@GGabriele)