6-3
Cisco Service Control Engine 1000 2xGBE Quick Start Guide
OL-7822-06
Chapter 6 Completing the Installation
Saving the Configuration Settings
After configuring the SCE platform, 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
platform 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, use the following command:
Step 1
At the SCE 1000# prompt, type show running-config.
The system shows the running configuration.
SCE 1000number
show running-config
#This is a general configuration file (running-config).
#Created on 15:50:56 CET MON December 11 2005
#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 1000number
Saving the Configuration Settings
When you make changes to the current running configuration and you want those changes to continue
to be valid when the system restarts, you must save the changes before leaving the management session,
that is, you must save the running configuration to the startup configuration file.
The SCE platform provides multiple interfaces for the purpose of configuration and management. All
interfaces supply an API to the same database of the SCE platform and any configuration made through
one interface is reflected through all interfaces. Furthermore, when saving the running configuration to
the startup configuration from any management interface, all configuration settings are saved regardless
of the management interface used to set the configuration.
To save configuration changes, complete the following steps:
Step 1
At the SCE 1000# prompt, type
show running-config
to view the running configuration.
The running configuration is displayed.
Step 2
Check the displayed configuration to make sure that it is set the way you want. If not, make the changes
you want before saving.
Step 3
Type
copy running-config startup-config
.
The system saves all running configuration information to the configuration file, which is used when the
system reboots.