Tamas Plugor
Tamas Plugor
Would be nice if we could use HTML code, like for example markdown doesn't have a native way of creating "Click to expand" buttons, in that case we can do...
### Enhancement summary create a v2 role for eos_config_deploy_cvp_v2 that runs tasks in parallel using `delegate_to` functionality instead of running things in series locally ### Which component of AVD is...
##### SUMMARY In new EOS versions (4.26+) playbooks are failing when using `network_cli` connection method for `eos_config` module if tcam profile changing commands are part of the configurations e.g.: ```...
system/cpus is available in EOS-4.27.2F+
Eg 1) ```shell gnmic -a 10.83.13.214:6030 -u cvpadmin -p arista --insecure --gzip set --request-file bgp.yaml { "timestamp": 1628091791855672771, "time": "2021-08-04T16:43:11.855672771+01:00", "results": [ { "operation": "UPDATE", "path": "cli:" }, { "operation":...
some examples don't seem to work anymore like for instance the bgp example https://aristanetworks.github.io/openmgmt/examples/pyangbind/ requires also `openconfig-network-instances.yang` in addition to `openconfig-bgp.yang` for the demo to work
##### SUMMARY Fixes #431 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME `eos_acls` ##### ADDITIONAL INFORMATION Example playbook: ``` - hosts: 10.83.13.214 gather_facts: no vars: acls: - acls:...
## Issue Summary When trying to create ACLs on EOS using arista.eos_acls tcp or udp ports are always attempted to be resolved to their IANA assigned names which may or...
##### SUMMARY If `ntp serve` is present under an interface (at interface configuration mode) then trying to push `ntp serve ip access-group ` (which is a global configuration level command)...
### Issue Summary Today we don't have much documentation about Action IDs and it's not straightforward for users to figure out what actionId to choose in the CC payload ###...