SNMP Configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2019 02:24 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2019 02:36 PM
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
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
