eos_varp

Synopsis

Added in version 1.2.0

This module will manage global Varp configuration on EOS nodes

Options

parameter required default choices comments
mac_address yes
    The MAC address to assign as the virtual-router mac address. This value must be formatted like aa:bb:cc:dd:ee:ff
    (added in 1.2.0)

    Important

    Requires Arista EOS 4.13.7M or later with command API enabled

    Important

    Requires Python Client for eAPI 0.4.0 or later

    Examples


    - eos_varp: mac_address='00:11:22:33:44:55'
    

    Note

    All configuration is idempotent unless otherwise specified

    Note

    Supports eos metaparameters for using the eAPI transport

    Note

    Does not support stateful resource configuration.