CLI Guide

Table Of Contents
Example The following example shows how to configure single-line alias-name:
DellEMC#configure terminal
DellEMC(conf)# alias-definition
DellEMC(conf-alias-definition)# alias showipbr10 show ip interface brief
The following example shows how to configure aliases with arguments in EXEC mode:
DellEMC#configure terminal
DellEMC(conf)# alias-definition
DellEMC(conf-alias-definition)# alias procpu show processes cpu
management-unit | grep $1
DellEMC(conf-alias-definition)# alias intbr show ip interface brief |
grep $1"
DellEMC(conf)# end
DellEMC#
The following example shows how to configure aliases without arguments in EXEC mode:
DellEMC#configure terminal
DellEMC(conf)# alias-definition
DellEMC(conf-alias-definition)# alias ver show version
DellEMC(conf-alias-definition)# alias intst show interface status
DellEMC(conf)# end
DellEMC#
The following example shows how to configure aliases with arguments in CONFIGURATION mode:
DellEMC#configure terminal
DellEMC(conf)# alias-definition
DellEMC(conf-alias-definition)# alias ifvl interface vlan $1
DellEMC(conf)# end
DellEMC#
The following example shows how to configure aliases without arguments in CONFIGURATION mode:
DellEMC#configure terminal
DellEMC(conf)# alias-definition
DellEMC(conf-alias-definition)# alias facl feature aclrange
DellEMC(conf)# end
DellEMC#
Related
Commands
show aliasdisplay list of all the aliases with alias definition.
banner exec
Configure a message that is displayed when your enter EXEC mode.
Syntax
banner exec c line c
To delete a banner, use the no banner exec command.
Parameters
c
Enter the keywords banner exec, then enter a character delineator, represented
here by the letter c. Press ENTER.
line
Enter a text string for your banner message ending the message with your
delineator. In the following example, the delineator is a percent character (%); the
banner message is testing, testing.
Defaults No banner is displayed.
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
EMC Networking OS Command Line Reference Guide.
84 Control and Monitoring