Khelil Sator

Results 5 comments of Khelil Sator

Many thanks for sharing Damien! +1 on Damien request: Indeed we need to share a library. Khelil

Thank you @akarneliuk `capabilities` works ``` pygnmicli -t "192.168.0.5:443" --token `cat token.tok` -o capabilities ``` `subscribe-once` works ``` pygnmicli -t "192.168.0.5:443" --token `cat token.tok` -o subscribe-once -x /inventory/state/device/device-id pygnmicli -t...

`subscribe-stream` works, but there is a traceback when you close the connection using `^C` ``` arista@devbox:~$ pygnmicli -t "192.168.0.5:443" --token `cat token.tok` -o subscribe-stream -x openconfig:/interfaces/interface[name=Ethernet2]/state/admin-status --gnmi-path-target leaf1 Collecting Capabilities......

`subscribe2` doesnt work but I think I dont need if I use `subscribe-stream` and `subscribe-once` ``` arista@devbox:~$ pygnmicli -t "192.168.0.5:443" --token `cat token.tok` -o subscribe2 -x openconfig:/interfaces/interface[name=Ethernet2]/state/admin-status --gnmi-path-target leaf1 Collecting...

@robshakir hello, I face the same issue: I replicate the issue with my vmx (using a diff junos release). On junos device I retrieve some yang files: ``` show system...