07-03-2018 09:40 PM - edited 03-05-2019 10:42 AM
Hi,
i am using Cisco ME3600x switch, when i user command login local its not accepting password while logout, also whenever I create local user like
Conf# username test privilege 3 password test
it doesn't login/accept the credentials. can anyone suggest what could be the possibility
07-03-2018 09:45 PM
Hi,
What is your aaa configuration?
Thanks
John
07-03-2018 09:48 PM
no aaa new-model
i am creating users on Switch
07-04-2018 04:33 AM
hi,
just to clear, you're issuing the command in global config mode?
Switch(config)#username <USER> privilege <LEVEL> secret <PW>
kindly post the exact command and error you get.
07-04-2018 11:14 PM
yes i am issuing in Global Config Mode and the same command that you mentioned
there is no error the thing is whenever i created any user like
Switch(config)#username <TEST> privilege <5> secret <TEST123>
and logout for verification and i entered the created username password it does not login into the switch
07-04-2018 11:24 PM
hi,
how do you login? console or via SSH?
you'll need to 'login local' under line config (if you're not using AAA):
line con 0
login local
line vty 0 4
login local
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide