Chapter 7 Basic SCE 2000 Platform Operations
Managing SCE 2000 Configurations
Cisco SCE 2000 4xGBE Installation and Configuration Guide
7-4 OL-7824-04
Managing SCE 2000 Configurations
The procedures for managing SCE 2000 configurations are explained in the following sections:
Viewing Configuration (on page 7-4)
Saving the Configuration Settings (on page 7-6)
Recovering a Previous Configuration (on page 7-8)

Viewing Configuration

When you enter configuration commands, it immediately effects the SCE 2000 operation and
configuration. This configuration, referred to as the running-config, is saved in the SCE
2000 volatile memory and is effective while the SCE 2000 is up. After reboot, the SCE 2000
loads the startup-config, which includes the non-default configuration as saved by the user,
into the running-config.
The SCE 2000 provides commands for:
Viewing the running configuration
Viewing the startup configuration
After configuring the SCE 2000, you may query for the running configuration using the command
show running-config. This command displays the non-default running configuration. To
view all SCE 2000 running configuration, whether it is the default or not, you may use the option
all-data in the show running-config command.
To view the running configuration, complete the following steps:
At the SCE 2000# prompt, type show running-config.
The system shows the running configuration.
SCE 2000#show running-config
#This is a general configuration file (running-config).
#Created on 15:50:56 CET MON February 11 2002
#cli-type 1
#version 1
clock timezone CET 1
snmp-server community “public” ro
snmp-server host 10.1.1.253 traps version 1 “public”
interface LineCard 0
connection-mode active
no silent
no shutdown
flow-aging default-timeout UDP 60
interface FastEthernet 0/0
ip address 10.1.5.109 255.255.0.0
interface FastEthernet 0/1
interface FastEthernet 0/2
exit
line vty 0 4
no timeout
exit
SCE 2000#