openmgmt icon indicating copy to clipboard operation
openmgmt copied to clipboard

Documentation and examples for using open network management tools such as OpenConfig

Results 6 openmgmt issues
Sort by recently updated
recently updated
newest added

much of the example code in the repo uses hardcoded values. while useful in demonstrating the concepts, it does make it a bit more challenging to use these examples quickly...

no-issue-activity

I needed to add the `no shutdown` to activate gnmi

system/cpus is available in EOS-4.27.2F+

we currently provided examples only for set, get and sub

good first issue
gNMI

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":...

documentation

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