Also, to take the prometheus scrape job out of the equation, test using curl directly, on the host where snmp_exporter is running:
curl -g 'localhost:9116/snmp?module=if_mib&target=2001:db8::1:2:3:4&debug=true' That lets you test out your snmp.yml config independently. Once you have that working, then you can move onto fixing issues with prometheus. On Friday, 27 May 2022 at 20:34:24 UTC+1 Brian Candler wrote: > > We are getting issue in setting up target & replacement values with ipv6 > . > > That's very interesting. > > However, unless you would like to share the specific issues you are > having, then we're not going to be able to help you with them. At minimum > you should include the configurations you've written, how they behave now, > and what you want them to do instead. > http://www.catb.org/~esr/faqs/smart-questions.html#idm573 > > On Friday, 27 May 2022 at 20:20:09 UTC+1 [email protected] wrote: > >> Hi Team , >> >> Can someone please help on sample prometheus yaml config for >> snmp_exporter ipv6 . >> We are getting issue in setting up target & replacement values with ipv6 >> . >> >> Regards >> Abhinav >> > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/168715ac-ffd9-4f25-9a0c-4c16077fd2efn%40googlegroups.com.

