aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Feat(eos_cli_config_gen): Extend GRESpan with payload full-packet support #4160

Open gusmb opened 4 days ago

gusmb commented 4 days ago

Enhancement summary

Add support for the following CLI:

monitor session <session_name> encapsulation gre payload full-packet

Which component of AVD is impacted

eos_cli_config_gen

Use case example

GRESpan configurations

Describe the solution you would like

Extend the existing schema to support the additional keys

Describe alternatives you have considered

using eos_cli key, not ideal

Additional context

No response

Contributing Guide