aristanetworks/avd

Add support for Synchronous Ethernet configuration

Closed this issue · 0 comments

Enhancement summary

Build cli_gen support for Synchronous Ethernet configuration

Which component of AVD is impacted

eos_cli_config_gen

Use case example

The feature requires some global, and minor interface configuration e.g.

sync-e
   ! dev1
   network option 1
interface Ethernet1
   description PRC
   sync-e
      priority 1
interface Ethernet2
   description dev2
   sync-e
      priority disabled
interface Ethernet3
   description dev3
   sync-e
      priority disabled

Describe the solution you would like

Requires SyncE to be enabled on a global level for the device. A model along the following would work:

sync_e:
   network_option: <1 | 2>

As well as on an Ethernet interface level

ethernet_interfaces:
   Ethernet<X>:
      sync_e:
         priority: <disabled, (int)1-255>

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct