Install Guide

Table Of Contents
show alias
Display list of all the aliases with alias definition.
Syntax
show alias [details [alias-name]]
Parameters
details (OPTIONAL) Enter the keyword details to display the detailed alias
configuration.
alias-name (OPTIONAL) Enter the alias-name to display the details of a specific alias definition.
Command Modes EXEC Privilege
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
EMC Networking OS Command-Line Reference Guide.
Version Description
9.12(1.0) Introduced on the S5048FON.
9.12(0.0) Introduced on all the Dell EMC Networking OS platforms.
Usage
Information
Alias definitions display up to 40 characters, and detailed output can be seen using the details
option.
Example The following example shows the list of alias names configured and its corresponding definition:
DellEMC# show alias
-----------------------------------------------------------------
Alias Name Definition
-----------------------------------------------------------------
showipbr10 show ip interface brief | .
showipbr40 show ip interface brief | .
shboot show bootvar
cr-vlan interface vlan $1 ..
-----------------------------------------------------------------
Total Alias Configured : 4
-----------------------------------------------------------------
The following example shows the detailed list of alias names configured on the system:
DellEMC# show alias details
------------------------------------------------------------------
Name: showipbr10
Definition:
show ip interface brief | grep tengig ignore-case
------------------------------------------------------------------
------------------------------------------------------------------
Name: showipbr40
Definition:
show ip interface brief | grep fortygig ignore-case
------------------------------------------------------------------
DellEMC#
The following example shows the details of a specific alias name configured on the system:
DellEMC# show alias details showipbr10
------------------------------------------------------------------
Name: showipbr10
Definition:
show ip interface brief | grep tengig ignore-case
------------------------------------------------------------------
DellEMC#
Related
Commands
aliasconfigure shorter alias names for single-line command input.
Control and Monitoring 119