Adding Extreme Networks x480 via SNMPv2

We recently setup the Ubuntu VM image and are really liking LibreNMS. We’ve had luck adding most things via SNMP but we havn’t had any luck adding our extreme gear.

We are able to add these devices through Solarwinds with the same info using SNMPv2 with the community string alone. We are able to ping the device from LibreNMS and from the device back to LibreNMS.

Error we receive (1.1.1.1 is a placement for the IP of the device):
Adding host 1.1.1.1 community ourcommunitystring port 161 using udp
Could not connect to 1.1.1.1, please check the snmp details and snmp reachability
SNMP v2c: No reply with community ourcommunitystring

Here is my extreme snmp config:
configure snmpv3 add community “ourcommunitystring” name “ourcommunitystring” user “v1v2c_ro”

Any help would be greatly appreciated!

try snmpwalk against the device from the LibreNMS server. Probably a network issue of some assuming your snmp community is correct.

1 Like

You are correct it was a network issue. Thanks for the help!