Specifications

11-11
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 11 Maintaining and Managing the SN 5428-2 Storage Router
Restoring from Backups
Restoring AAA Authentication Information
When you restore AAA authentication information, the following configuration settings are updated:
AAA authentication lists
The user names and passwords in the local username database
Radius servers, server groups, and associated server, group and global authentication port,
retransmit, time-out, deadtime and key values
TACACS+ servers, server groups, and associated server and global authentication port, time-out,
and key values.
Use the following procedure to restore the AAA authentication configuration that exists in the saved
configuration file aaa_backup.
Note In a cluster environment, AAA configuration functions are handled by a single node in the cluster. If you
issue an AAA command from a storage router that is not performing AAA configuration functions, the
CLI displays an informational message with the name of the storage router that is currently handling
those functions.
Restoring an Access List
When you restore an access list, existing entries are never deleted. The restore will add missing entries
and overwrite entries of the same name, but will never purge or delete existing entries. If necessary, you
can delete an entire access list and then restore if from a saved configuration file.
Use the following procedure to restore the access list named mylist from the file named
accesslist_backup.
In this example, the access list named mylist in the running configuration contains the following entries:
10.1.1.30/32
172.16.255.220/32
chap-username 12h7b.lab2.webservices
chap-username 12784.lab1.webservices
Command Description
Step 1
enable Enter Administrator mode.
Step 2
show savedconfig aaa_backup Display the contents of the backup file, and verify that this is the
AAA authentication configuration that you want to restore. The
file must exist in the savedconfig directory.
Step 3
restore aaa from aaa_backup Restore the AAA authentication from the saved configuration file.
Step 4
show aaa Display the AAA authentication information and verify that it is
now correct.
Step 5
save aaa bootconfig (Optional) If you make any changes to the restored AAA
authentication configuration, save the changed configuration to
the storage router bootable configuration.