aristanetworks / openmgmt

Documentation and examples for using open network management tools such as OpenConfig
https://aristanetworks.github.io/openmgmt/
Apache License 2.0
70 stars 32 forks source link

Add LANZ Streaming example using Arista gnmi or gnmic #121

Closed UchihaItachiSama closed 1 year ago

UchihaItachiSama commented 1 year ago

Add example to get/subscribe lanz streaming data from switch using gNMI.

gnmic -a <switch>:6030 -u arista -p arista --insecure --gzip --mode=stream subscribe  --path 'eos_native:/LANZ'
UchihaItachiSama commented 1 year ago

Created a PR for this #122