eos_mlag_interface

Synopsis

Added in version 1.0.0

The eos_mlag_interface module manages the MLAG interfaces on Arista EOS nodes. This module is fully stateful and all configuration of resources is idempotent unless otherwise specified.

Options

parameter required default choices comments
mlag_id no
    Configures the interface mlag setting to the specified value. The mlag setting is any valid number from 1 to 2000. A MLAG identifier cannot be used on more than one interface.
    (added in 1.0.0)
    name yes
      The interface name assocated with this resource. The interface name must be the full interface identifier. Valid interfaces match Po*
      (added in 1.0.0)

      Important

      Requires Arista EOS 4.13.7M or later with command API enabled

      Important

      Requires Python Client for eAPI 0.3.0 or later

      Examples


      - name: Ensure Ethernet1 is configured with mlag id 10
        eos_mlag_interface: name=Ethernet1 state=present mlag_id=10
      
      - name: Ensure Ethernet10 is not configured as mlag
        eos_mlag_interface: name=Ethernet10 state=absent
      

      Note

      All configuration is idempotent unless otherwise specified

      Note

      Supports eos metaparameters for using the eAPI transport

      Note

      Supports stateful resource configuration.