Session Management Commands
page 6-14 OmniSwitch 6250 CLI Reference Guide November 2009
alias
Defines substitute command text for the switch’s CLI command keywords.
alias alias command_name
Syntax Definitions
alias Text string that defines the new CLI command name (alias) that you
will use to replace an old CLI command name.
command_name The old CLI command name being replaced by your alias.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Alias commands are stored until the user session ends. To save alias settings, you must execute the
user profile save command. Otherwise, once you log off the switch, substitute commands configured
with the alias command are destroyed.
• You can eliminate excess typing by reducing the number of characters required for a command. For
instance, the group syntax can be defined as gp.
• You can change unfamiliar command words into familiar words or patterns. For instance, if you prefer
the term “privilege” to the term “attribute” with reference to a login account’s read/write capabilities,
you can change the CLI command from attrib to privileges.
• To reset commands set with alias back to their factory default, use the user profile reset command.
Examples
-> alias gp group
-> alias privilege attrib
Release History
Release 6.6.1; command was introduced.