Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.11 KB

cisco.nxos.nxos_overlay_global.rst

File metadata and controls

55 lines (42 loc) · 2.11 KB

NxosOverlayGlobal()

  • NxosOverlayGlobal() generates Ansible Playbook tasks conformant with cisco.nxos.nxos_overlay_global
  • These can then be passed to Playbook().add_task()

The following must be enabled prior to applying nxos_overlay_global playbook:

nv overlay evpn

Property Description
anycast_gateway_mac

Anycast gateway mac of the switch:

 - Type: str()
 - Valid values:
    - default
    - EEEE.EEEE.EEEE
    - EE:EE:EE:EE:EE:EE
    - EE-EE-EE-EE-EE-EE
- Examples:
    task.anycast_gateway_mac = 'default'
    task.anycast_gateway_mac = '00a0.2100.01ab'
    task.anycast_gateway_mac = '00:a0:21:00:01:ab'
    task.anycast_gateway_mac = '00-a0-21-00-01-ab'
- Required

Authors

  • Allen Robel (@PacketCalc)