2-5
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 2 Command-Line Interface
Authorization and Command Mode Levels (Hierarchy)
The following commands are used to enter the various specific configuration modes from the global
configuration mode:
•
E1—
interface Linecard 0
•
E2 (management ports)—
interface Mng
0/1, 0/2
OR interface GigabitEthernet
1/1, 1/2
•
E3 (traffic ports)—
interface TenGigabitEthernet
3/0/0
,
3/1/0
,
3/2/0
, or
3/3/0
•
E4—
interface range TenGigabitEthernet
3/<bay-range (any range between 0 and 3)>/0
•
E5—
line vty 0
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
).
Example:
This example illustrates moving into and out of configuration modes as follows:
•
Enter global configuration mode
•
Configure the Cisco SCE platform time zone
•
Enter MNG (management) Interface configuration mode
•
Configure the speed of the management interface
•
Exit the MNG configuration mode to the global configuration mode
•
Enter the Linecard Interface configuration
•
Define the link mode
•
Exit Linecard Interface configuration mode to user exec 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 forwarding
SCE(config if)#end
sce>