Looking for an example of configuring clab for connecting to SNMP from host VM #1378
-
Hi - I'm new to most of this but my goal is to use Containerlab to set up a few virtual routers, and then from the host VM (Ubuntu 20 in my case) be able to use tools like snmpwalk, to view the SNMP telemetry on the routers. (Ultimately my goal is to set up snmp_exporter on the host VM so I can get the SNMP telemetry as Prometheus metrics, and feed them into Grafana. Full disclosure: I am an SE at Grafana Labs, and I'm taking myself on a learning curve with SNMP here.) I have attached my full topology. A few key snippets:
I have successfully authenticated to border0 and stored a token locally. When I try to deploy the lab, here is what I get about the publish section:
Is there an easy example someone can provide about how to accomplish this goal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Hi @danstadler-pdx |
Beta Was this translation helpful? Give feedback.
Hi @danstadler-pdx
You don't need to use
publish
to just be able to connect to the nodes running on the same host. Just removepublish
andBOOT_DELAY
andborder0
node from your lab and you should be able to go