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
- 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 <nxos_platform_options>`
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
- For more information on using Ansible to manage Cisco devices see the Cisco integration page.
- 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']
|
- Gabriele Gerbino (@GGabriele)