eos_varp_interface

Synopsis

Added in version 1.2.0

This module will manage interface Varp configuration on EOS nodes. Typically this includes Vlan interfaces only by using the ip virtual-router address command.

Options

parameter required default choices comments
name yes
    The Varp interface which will have the following shared_ip's configured. These are typically Vlan interfaces. The interface name must match the way it is written in the configuration. For example, use Vlan100, not vlan100 or vlan 100.
    (added in 1.2.0)
    shared_ip yes
      The list of IP addresses that will be shared in the Varp configuration. The list of IPs should be a string of comma-separated addresses. Please provide a list of sorted IPs.
      (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_interface: name=Vlan1000 shared_ip='1.1.1.2,1.1.1.3,1.1.1.4'
      

      Note

      All configuration is idempotent unless otherwise specified

      Note

      Supports eos metaparameters for using the eAPI transport

      Note

      Does not support stateful resource configuration.