.. _cisco.nxos.nxos_overlay_global_module: ****************************** cisco.nxos.nxos_overlay_global ****************************** **Configures anycast gateway MAC of the switch.** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - Configures anycast gateway MAC of the switch. Parameters ---------- .. raw:: html
Parameter Choices/Defaults Comments
anycast_gateway_mac
string / required
Anycast gateway mac of the switch.

Notes ----- .. note:: - Tested against NXOSv 7.3.(0)D1(1) on VIRL - Unsupported for Cisco MDS - Default restores params default value - Supported MAC address format are "E.E.E", "EE-EE-EE-EE-EE-EE", "EE:EE:EE:EE:EE:EE" and "EEEE.EEEE.EEEE" - For information on using CLI and NX-API see the :ref:`NXOS Platform Options guide ` - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` - For more information on using Ansible to manage Cisco devices see the `Cisco integration page `_. Examples -------- .. code-block:: yaml - cisco.nxos.nxos_overlay_global: anycast_gateway_mac: b.b.b Return Values ------------- Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html
Key Returned Description
commands
list
always
commands sent to the device

Sample:
['fabric forwarding anycast-gateway-mac 000B.000B.000B']


Status ------ Authors ~~~~~~~ - Gabriele Gerbino (@GGabriele)