cisco.nxos.nxos_evpn_global (7.0.0) — module

Handles the EVPN control plane for VXLAN.

| "added in version" 1.0.0 of cisco.nxos"

Authors: Gabriele Gerbino (@GGabriele)

Install collection

Install with ansible-galaxy collection install cisco.nxos:==7.0.0


Add to requirements.yml

  collections:
    - name: cisco.nxos
      version: 7.0.0

Description

Handles the EVPN control plane for VXLAN.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- cisco.nxos.nxos_evpn_global:
    nv_overlay_evpn: true

Inputs

    
nv_overlay_evpn:
    description:
    - EVPN control plane.
    required: true
    type: bool

Outputs

commands:
  description: The set of commands to be sent to the remote device
  returned: always
  sample:
  - nv overlay evpn
  type: list