cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
296
Views
0
Helpful
2
Replies

Backing up 4215 Config

jhaggett
Level 1
Level 1

I have a TFTP server, and I can't find any documentation on backing up the config file from the Cisco 4215 IDS sensor. Does anyone know if this is possible? Thanks!

2 Replies 2

lwierenga
Level 1
Level 1

Here you go:

Step 1 Log into the CLI using an account with administrator privileges.

Step 2 Save the current configuration:

sensor# copy current-config backup-config

The current configuration is saved in a backup file.

Step 3 Display the backup configuration file:

sensor# more backup-config

The backup configuration file is displayed.

Step 4 You can either merge the backup configuration with the current configuration, or you can overwrite the current configuration.

To merge the backup configuration into the current configuration:

sensor# copy backup-config current-config

To overwrite the current configuration with the back-up configuration:

sensor# copy/erase backup-config current-config

Copying to a TFTP server

sensor# copy backup-config tftp

If this answers your question, then please close and rate. Thanks

The copy command does not support tftp as a copy destination.

If you want to copy to a remote box you will need to use either ftp or scp.

For example:

copy current-config ftp://user@10.1.1.1/config/mysensorconfig

For more information on the copy command refer to:

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/csids/csids10/cmdref/15599ch2.htm#377910