Comware CLI Commands in Provision Software 2013/06

display command-alias
Related ProVisionComware
show aliasdisplay command-alias
Displays any defined command aliases and their corresponding command assignments configured
on the switch. For example, suppose the following aliases are configured:
Full CommandAlias
show startup-configsst
show running-configsrun
With the above alias configuration, the display output would be as follows:
HP Switch(config)# display command-alias
index alias command key
1 sst show startup-config
2 srun show runnning-config
Field Descriptions
index: The sequence number for each alias.
alias: The character string.
command key: The command called by the alias.
Operating Notes
To configure an alias in ProVision software, use the following command.
alias < alias-name-str > < command-str >
For more on the alias command, refer to the chapter titled “Using the Command Line Interface
(CLI)” in the latest Basic Operation Guide for your switch.
Minimum Software Version: 15.08.
Example of Related ProVision software Command Output.
HP Switch(config)# show alias
Name Command
-------------------------------- --------------------------
sst show startup-config
srun show runnning-config
Alias Field Mappings.
ProVision SoftwareComware
n/aindex
Namealias
Commandcommand key
28 Display Commands