Not able to create local user on L3 switch

Please help me to configure local user on L3 switch Cisco 4500, as i am able to access through radius users via SSH, but not able login local username and passwords. showing access denied.

enable
configure terminal
username cisco password demo@123
line vty 0 4
transport input ssh
login local (this command not taken)
If i am trying login ? showing authentication authorization
as crypto key generate rsa and domain name command already given.

enable
conf t
hostname R1
ip domain-name cisco.com
crypto key generate rsa
bytes 1024
line vty 0 5
transport input ssh
login local
username admin password admin

You can try

Line vty 0 4
transport input telnet
password cisco

Enable password cisco