7-9
Cisco SCE8000 GBE Installation and Configuration Guide
OL-19897-02
Chapter 7 Basic Cisco SCE8000 GBE Platform Operations
Managing Cisco SCE8000 GBE Configurations
management-agent property "com.pcube.management.framework.install.activated.version"
"3.5.5 build 262"
management-agent property "com.pcube.management.framework.install.activated.package" "SCA
BB"
management-agent property "com.pcube.management.framework.install.activation.date" "Wed
Jun 03 17:01:09 GMT+00:00 2009"
flow-filter partition name "ignore_filter" first-rule 4 num-rules 32
SCE#copy running-config startup-config
Writing general configuration file to temporary location...
Backing-up general configuration file...
Copy temporary file to final location...
SCE#
Tip To remove a configuration command from the running-config, use the no form of the command.
The following example illustrates how to remove all DNS settings from the running configuration.
SCE(config)#no ip name-server
Restoring a Previous Configuration
When you save a new configuration, the system automatically backs up the old configuration in the
directory
/system/prevconf/. Up to nine versions of the startup configuration file are saved, namely
config.tx1-config.tx9, where config.tx1 is the most recently saved file.
You can view the old startup configuration files using the CLI command more.
Restoring a previous startup configuration means renaming the file so it overwrites the startup
configuration (
config.txt) file.
Step 1 At the SCE# prompt, type more /system/prevconf/config.tx1 to view the configuration file.
The system displays the configuration information stored in the file.
Step 2 Read the configuration information to make sure it is the configuration you want to restore.
Note that you cannot undo the configuration restore command.
Step 3 Type copy /system/config.tx1 /system/config.txt.
The system sets the startup configuration to the configuration from config.tx1.