cancel
Showing results for 
Search instead for 
Did you mean: 

SNMP Configuration

SNMP Configuration

ben645
New Contributor
Hi Guys,

I have the following SNMP configuration setup on one of our SLX 9640 routers:

snmp-server contact OrbitalSupport
snmp-server location TFM17-E6
snmp-server sys-descr "Extreme SLX9640 Switch/Router"
snmp-server community $9$e4wdj9XLdDFLlZmMAo4bsQ== groupname Cacti
snmp-server view Cacti 1.3.6.1 included
snmp-server group Cacti v1 write Cacti
snmp-server group Cacti v2c write Cacti

When i use cacti, or command line snmpwalk or snmpget it just constantly returns that there is no such object.

System SNMP error - SNMP::get(): Error in packet at '.1.3.6.1.2.1.1.1.0': (noSuchName) There is no such variable name in this MIB.

Bens-iMac-Pro:~ bendoherty$ snmpwalk -v 2c -c monitor 80.88.201.250
SNMPv2-SMI::mib-2 = No more variables left in this MIB View (It is past the end of the MIB tree)

It's as if the MIB's do not exist on the router itself.

Thank you for any help
1 REPLY 1

Steve_Worrall
Extreme Employee
Hello Ben,

You also need to add the ability to read when you define the group permissions

snmp-server group Cacti v2c read Cacti

When I added that to your config it worked a treat for me.

Steve
GTM-P2G8KFN