2-11
Cisco SCE8000 Software Configuration Guide, Rel 3.1.6S
OL-16479-01
Chapter 2 Command Line Interface
CLI Authorization Levels
The syntax of redirection commands is as follows:
•
<command>| redirect <file-name>
•
<command>| append <file-name>
Following is an example of how to do the following:
•
Filter the more command to display from a csv subscriber file only the gold package subscribers.
•
Redirect that output to a file named current_gold_subscribers. The output should not overwrite
existing entries in the file, but should be appended to the end of the file.
sce#
more subscribers_10.10.2004 include gold | append current_gold_subscribers
CLI Authorization Levels
The SCE platform has four authorization levels, which represent the user access permissions. When you
initially connect to the SCE platform, you automatically have the most basic authorization level, that is
User, which allows minimum functionality.
To monitor the system, you must have Viewer authorization, while to perform administrative functions
on the SCE platform, you must have Admin or Root authorization. A higher level of authorization is
accessed by logging in with appropriate password, as described in the procedures below.
In each authorization level, all the commands of the lower authorization layers are available in addition
to commands that are authorized only to the current level.
The following CLI commands are related to authorization levels:
•
enable
•
disable
Each authorization level has a value (number) corresponding to it. When using the CLI commands, use
the values, not the name of the level, as shown in the following table.
Table 2-5
Authorization Levels
Level
Description
Value
Prompt
User
Password required. This level enables basic operational
functionality.
0
>
Viewer
Password required. This level enables monitoring
functionality. All show commands are available to the
Viewer authorization level, with the exception of those that
display password information.
5
>
Admin
Password required. For use by general administrators, the
Admin authorization level enables configuration and
management of the SCE platform.
10
#
Root
Password required. For use by technical field engineers,
the Root authorization level enables configuration of all
advanced settings, such as debug and disaster recovery.
The Root level is used by technical engineers only.
15
#>