Hi I have a Cisco 3750x stack that was successively added it and it is being polled and everything with snmp.
The problem is when I want to have the running and the startup config automatically downloaded.
We have a user account set up in Active directory just for solarwinds to use for a log in, when using telnet everything works great. The logs on our ACS server (used for TACACS) shows normal logs etc... no problem.
Here is the log from the "validate log in information" option on NCM
Session established with Authentication Servers.
Provide the necessary credentials for User Access Verification:
username: testusername
testusername
password:**********
Connected to SWITCH-SW.FAKEDOMAIN.COM on 14.
Use of this system constitues your consent to monitoring.
SWITCH-SW>enable
enable
password:*********
SWITCH-SW#
But when using SSH (I have tried both version 1 and 2), the initial log in works fine (log shows up in ACS as well), but when it goes to use the "enable" command it tries to stick the username in again at the "switch>" prompt, instead of using the "enable" command. The switch doesn't like this and says it can't resolve the domain name and then the log in times out after a bit. And says "Bad username".
See the log below.
Session established with Authentication Servers.
Provide the necessary credentials for User Access Verification:
Connected to SWITCH-SW.FAKEDOMAIN.COM on 3.
Use of this system constitues your consent to monitoring.
SWITCH-SW>testusername
% Unknown command or computer name, or unable to find computer address
WPL011B-SW>
Anyway this is strange to me, if anyone has any information as to why this is happening it would be much appreciated thank you.