2014.R7
First, I think there is a bash/wizard bug when a "$" is used in a password (Auth or Priv). This happens directly on the command line with snmp walk. (Not savvy enough with Linux to know how to instruct a bypass).
So, to fix the above I changed the password to one without a $.
Using the credentials that I successfully tested with the SNMP walk tool, I attempted to use the Network Switch / Routing Monitoring Wizard and recieved an error indicating that no ports were detected on the switch.
-> This is a Cisco 3850, I have not installed any Mib's on the Nagios server. (only need to for traps?)
-> I am not overly experienced with SNMP
Thanks for your time!
EDIT: Running on the cmd line returns some warnings indicated that is trying to do v1/2 yields the following.
Code: Select all
/usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed '100000000' --enablesnmpv3 --snmp-options=:::::3 --username='redacted' --authprotocol='sha' --authpassword='redacted' --privprotocol='des' --privpassword='redacted' --contextengineid=0 'redacted'
SNMPopen failed: Support unavailable for privProtocol [aes] (Required module Crypt/Rijndael.pm not found)
at /usr/bin/../lib/mrtg2/Net_SNMP_util.pm line 1580
Net_SNMP_util::snmpopen('public@redacted:::::3:v4only', 0, 'ARRAY(0x9e4f3b0)') called at /usr/bin/../lib/mrtg2/Net_SNMP_util.pm line 1690
Net_SNMP_util::snmpwalk_flg('public@redacted:::::3:v4only', undef, 'HASH(0x9a04998)', 1.3.6.1.2.1.1) called at /usr/bin/../lib/mrtg2/Net_SNMP_util.pm line 786
Net_SNMP_util::snmpwalk('public@redacted:::::3:v4only', 'HASH(0x9a04998)', 1.3.6.1.2.1.1) called at /usr/bin/cfgmaker line 951
main::DeviceInfo('public@redacted:::::3', 'HASH(0x9a04a18)', 'HASH(0x9a04998)') called at /usr/bin/cfgmaker line 142
main::main() called at /usr/bin/cfgmaker line 160
SNMPWALK Problem for public@redacted:::::3:v4only at /usr/bin/cfgmaker line 951
WARNING: Skipping public@redacted:::::3 as no info could be retrieved