Specifications

Table Of Contents
1-6
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 1 Command-Line Interface
Authorization and Command Levels (Hierarchy)
Note Although the system supports up to five concurrent Telnet connections, you cannot configure them
separately. This means that any number you enter in the line vty command (0, 1, 2, 3 or 4 ) will act as a
0 and configure all five connections together.
Note In order for the auto-completion feature to work, when you move from one interface configuration mode
to another, you must first exit the current interface configuration mode (as illustrated in the above
figure).
Example:
This example illustrates moving into and out of configuration modes as follows:
Enter global configuration mode
Configure the SCE platform time zone
Enter Mng Interface configuration mode for Mng port 1
Configure the speed of the management interface
Exit the Mng Interface configuration mode to the global configuration mode
Enter the Linecard Interface configuration
Define the link mode
Exit Linecard Interface configuration mode to the global configuration mode
Exit global configuration mode
SCE#configure
SCE(config)#clock timezone PST -10
SCE(config)#interface Mng 0/1
SCE(config if)#speed 100
SCE(config if)#exit
SCE(config)#interface Linecard 0
SCE(config if)#link mode all-links forwarding
SCE(config if)#exit
SCE(config)#exit
sce#
Prompt Indications
The on-screen prompt indicates your authorization level, your command hierarchy level, and the
assigned host name. The structure of the prompt is:
<hostname (mode-indication) level-indication>
Authorization levels are indicated as listed in Table 1-3.
Table 1-3 Prompt Indications: Authorization levels
This prompt... Indicates this...
>
indicates User and Viewer levels
#
indicates Admin level
#>
indicates Root level