arista-eosplus / ansible-eos-interfaces

Prebuilt Ansible Role to manage interface configuration on your Arista EOS Device
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add ability to add MLAG ID to an interface #26

Open cathode911 opened 6 years ago

cathode911 commented 6 years ago

We recently bumped into issue that no arista-eos ansible roles support configuration of MLAG id on interface. Even more, manual configuration will be overwritten if interfaces role is in use! IMO this role suits best for MLAG id configuration as it also configures channel-groups etc.

Example:

cat ./group_vars/leafs-rack1.yml
interfaces:
  - name: Ethernet1
    description: sea-hvprod-01-data
    enable: true
    mlag_id: 1
dathelen commented 5 years ago

@cathode911 Thanks for reaching out. Agreed this would be a nice addition to the role. We are planning on looking to addresses in the Q1 2019 timeframe. Let me know if you have any questions.

cathode911 commented 5 years ago

@dathelen Just wanted to reach out to check up on timeline, any chance we could get this feature anytime soon?