Muhammad Arbab Ali

Results 7 comments of Muhammad Arbab Ali

As I mentioned earlier, when I passed --encoding as flag with get, it still showed same error.

PFB. gnmic -a 10.1.1.1:57400 -u admin -p admin --encoding proto get --path /interfaces/interface/state/counters -d --insecure 2024/04/25 10:37:42.599834 /home/runner/go/pkg/mod/google.golang.org/[email protected]/grpclog/logger.go:53: [gnmic] [core] [Channel #1 SubChannel #2] Subchannel created 2024/04/25 10:37:42.599884 /home/runner/go/pkg/mod/google.golang.org/[email protected]/grpclog/logger.go:53: [gnmic]...

So, if i use encoding in config file, will it impact Nokia Routers as well because it is visualizing successfully for Nokia Routers.

Yes, get doesn't work with Juniper. I used encoding in config file and it start scrapping data to Prometheus. subscriptions: junos_interface_stats: paths: - "/interfaces/interface[name=et-1/1/0]/state/counters" mode: stream stream-mode: TARGET_DEFINED sample-interval: 5s...

That doesn't seem to be the issue, but I replicated the it regardless, and the problem still persists.

Thank you for your help. Unfortunately, my Huawei CE8850 device lacks a command specifically for "statistic mode forwarding." I did enable "statistic enable," and I can view the statistics using...

PFB the problem i am having. The stats briefly appear on the port that gNMIc exposes for Prometheus to retrieve data, but they stop displaying shortly afterward. ![image](https://github.com/user-attachments/assets/633b0155-6851-456c-ae20-4b6da6e66900) After a...