Hi everybody. I have 2 questions about configuration of dell switch. The IOS version is 4.1.0.15. The model of switch is powerconnect 5524.
1) I can connect to web interface by using HTTP/HTTPs and IP addres, but when I want to login, appear such messages: The specified username and/or password is incorrect. or specified user has not been granted web administration privileges Please try again.
I'm sure that password is correct. And user has privilege level 15 .
How resolve it?
2) These are the commands that used to configure SNMPv3 :
snmp-server engineID local 111111111111111111
snmp-server view CommunityView ifEntry.*.3 included
snmp-server group snmpgroup v3 priv read CommunityView write CommunityView
When I want to create user and access methods for him the output of command "snmp-server user user snmpgroup v3 encrypted auth sha password" is "Key value must contain hexadecimal digits only"
I try to use hexadecimal value instead of word password, for example CC1234, but in this case the output is "Invalid length for keys concatenation."
What does these outputs mean? What I do wrong?
PS: without encryption and authentication the command works OK.
Thanks for answers in advance.