User-level command aliases (command shortcuts) are defined for an individual user account.
device# configure terminal
device(config)# alias-config
device(config-alias-config)# user jdoe
device(config-user-jdoe)# alias int2 "interface ethernet 1/2"
Note
The following verification example assumes that the user jdoe defined the user-level alias "int2". If an admin defined the alias for this user, the example would show the admin logging out of the CLI and jdoe logging into the CLI.device(config-alias-config)# exit device(config-user-jdoe)# exit device(config-alias-config)# exit device(config)# int2 <Displayed automatically:> device(config)#interface ethernet 1/2 device(config-if-eth-1/2)#