ansible.builtin.nxos_overlay_global (v2.5.10) — module

Configures anycast gateway MAC of the switch.

| "added in version" 2.2 of ansible.builtin"

Authors: Gabriele Gerbino (@GGabriele)

preview | supported by network

Install Ansible via pip

Install with pip install ansible==2.5.10

Description

Configures anycast gateway MAC of the switch.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- nxos_overlay_global:
    anycast_gateway_mac: "b.b.b"

Inputs

    
anycast_gateway_mac:
    default: null
    description:
    - Anycast gateway mac of the switch.
    required: true

Outputs

commands:
  description: commands sent to the device
  returned: always
  sample:
  - fabric forwarding anycast-gateway-mac 000B.000B.000B
  type: list