Basic CLI Command Reference
76 Basic System Configuration Guide
configure
router "Base"
ospf
area "0.0.0.0"
---------------------------------------------------------
*A:ALA-1config>router>ospf>area>if#
Parameters previous — Specifies to display the previous present working context.
sleep
Syntax sleep [seconds]
Context <global>
Description This command causes the console session to pause operation (sleep) for 1 second (default) or for the
specified number of seconds.
Parameters seconds — The number of seconds for the console session to sleep, expressed as a decimal integer.
Default 1
Values 1 to 100
ssh
Syntax ssh [ip-addr | dns-name |username@ip-addr] [-l username] [-v SSH-version] [router router-
instance| service-name service-name]
Context <global>
Description This command initiates a client SSH session with the remote host and is independent from the
administrative or operational state of the SSH server. However, to be the target of an SSH session, the
SSH server must be operational.
Quitting SSH while in the process of authentication is accomplished by either executing a ctrl-c or "~."
(tilde and dot) assuming the “~” is the default escape character for SSH session.
Parameters ip-address | host-name — The remote host to which to open an SSH session. The IP address or the
DNS name (providing DNS name resolution is configured) can be specified.
-l user — The user name to use when opening the SSH session.