CHAPTER:
LOGIN AND MANAGEMENT,
SECTION:
SYSTEM ALIAS
UM-G-iSG18GFP-4.5.06.1-EN.docx
© 2020 IS5 COMMUNICATIONS Inc. ALL RIGHTS RESERVED
no shutdown
end
4. Create static route
Config terminal
ip route 0.0.0.0 0.0.0.0 192.168.0.1 1
end
write startup-cfg
7.11 System Alias
This command replaces the given token by the given string. The no form of the command removes the alias
created for the given string.
This is to allow easier names to be used for perhaps long cli command.
+
Root
+
Config terminal
-
alias <replacement string> <token to be replaced>
-
show alias
Table 20 – Commands for Creating Alias
Command
Description
Config terminal
Alias
<replacement string>
Represents the string for which a replacement is
needed.
<token to be replaced>
Specifies an abbreviated/ short form of the
replacement string
show alias
Displays the aliases
7.12 CLI Pagination
Some show commands may produce a long output. By default, the output will be interrupted after every screen length
pending with the note “—more—“ to continue.
The options are:
•
Press the ENTER key to advance the output by a single line.
•
Press the SPACE key to advance the output by a screen length.
•
Press the Q key will interrupt the output entirely.
•
Turn CLI pagination on/off iss available with the following commands:
iSG18GFP(config)# set cli pagination on
iSG18GFP(config)# set cli pagination off