August 2005
Intermediate to advanced
798 pages
31h 12m
English
alias — global
alias mode alias-name commandCommand aliases
None
This command allows you to configure an alias, or abbreviation, for any IOS command.
mode
The mode to which the alias and the command that you are aliasing belong. It can be any of the configuration modes: configuration (for global commands), user, exec, hub, interface, line, map-class, map-list, route-map, router, etc.
alias-name
The name to be assigned to the alias.
command
The IOS command represented by the alias.
To assign the shorthand t1 to the command telnet 10.1.1.1 2001, use the following command:
alias exec t1 telnet 10.1.1.1 2001