Errors when trying to collect data from Cisco IOS-XE switch #23751
Unanswered
purpose-robot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello there,
I am trying to use Vector to collect telemetry data from a Cisco IOS-XE switch. More information can be found here.
The data is sent from the device using gRPC and is encoded as self-describing GPB (KV-GPB).
I used to following protobuf definition: Link to telemetry.proto and specified the generated file in the configuration.
However, I got the following error message and I am not sure how to solve this issue.
I use the current Docker image of Vector:
timberio/vector:0.49.0-alpine
and currently I print to stdout for testing.Telegraf does also support collecting telemetry from Cisco switches but they used a different approch: Link to Github
Vector Config
Vector Logs
Beta Was this translation helpful? Give feedback.
All reactions