Skip to content

Latest commit

 

History

History
120 lines (88 loc) · 3.43 KB

cisco.nxos.nxos_overlay_global_module.rst

File metadata and controls

120 lines (88 loc) · 3.43 KB

cisco.nxos.nxos_overlay_global

Configures anycast gateway MAC of the switch.

Version added: 1.0.0

  • Configures anycast gateway MAC of the switch.
Parameter Choices/Defaults Comments
anycast_gateway_mac
string / required
Anycast gateway mac of the switch.

Note

- cisco.nxos.nxos_overlay_global:
    anycast_gateway_mac: b.b.b

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

Key Returned Description
commands
list
always
commands sent to the device

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


Authors

  • Gabriele Gerbino (@GGabriele)