Navigating in the CLI
Page 24 7210 SAS M, T, X, R6 Basic System Configuration Guide
The list of all system global commands is displayed by entering
help globals
in the CLI. For
example:
A:ALU-7210>config>service# help globals
back - Go back a level in the command tree
echo - Echo the text that is typed in
enable-admin - Enable the user to become a system administrator
exec - Execute a file - use -echo to show the commands and
prompts on the screen
exit - Exit to intermediate mode - use option all to exit to
root prompt
help - Display help
history - Show command history
info - Display configuration for the present node
logout - Log off this system
oam + OAM Test Suite
ping - Verify the reachability of a remote host
pwc - Show the present working context
sleep - Sleep for specified number of seconds
ssh - SSH to a host
telnet - Telnet to a host
traceroute - Determine the route to a destination address
tree - Display command tree structure from the context of
execution
write - Write text to another user
A:ALU-7210>config>service#
sleep
Causes the console session to pause operation (sleep) for one second
or for the specified number of seconds. Primary use is to introduce a
pause within the execution of an
exec
file.
68
ssh
Opens a secure shell connection to a host. 68
telnet
Telnet to a host. 69
traceroute
Determines the route to a destination address. 70
tree
Displays a list of all commands at the current level and all sublevels. 71
write
Sends a console message to a specific user or to all users with active
console sessions.
71
Table 2: Console Control Commands (Continued)
Command Description Page