RSS Amplifier

Techlog · Jan 30, 2026

net-snmp and IPv6

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

When you search the internet on how to use net-snmp with IPv6 most of the examples you’ll find look like this: snmpwalk -v2c -c lab udp6:[3fff:172:20:20::5] | head -1 iso.3.6.1.2.1.1.1.0 = STRING: "Arista Networks EOS version 4.35.0F-44178984.4350F (engineering build) running on an Arista cEOSLab" TIL: Apparently since version 5.7 you can just use snmpwalk -v2c -c lab 3fff:172:20:20::5 |…

When you search the internet on how to use net-snmp with IPv6 most of the examples you’ll find look like this:

snmpwalk -v2c -c lab udp6:[3fff:172:20:20::5]  | head -1
iso.3.6.1.2.1.1.1.0 = STRING: "Arista Networks EOS version 4.35.0F-44178984.4350F (engineering build) running on an Arista cEOSLab"

TIL: Apparently since version 5.7 you can just use

snmpwalk -v2c -c lab 3fff:172:20:20::5  | head -1
iso.3.6.1.2.1.1.1.0 = STRING: "Arista Networks EOS version 4.35.0F-44178984.4350F (engineering build) running on an Arista cEOSLab"

Read on /posts/netsnmp-ipv6/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.