cisco.nxos.nxos_overlay_global (7.0.0) — module

Configures anycast gateway MAC of the switch.

| "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

Configures anycast gateway MAC of the switch.

Usage examples

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

Inputs

    
anycast_gateway_mac:
    description:
    - Anycast gateway mac of the switch.
    required: true
    type: str

Outputs

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