Use the AAA authentication and authorization defaults on R1.
Set the AAA authentication and authorization defaults on R1 to use the local database for logins.
Note: SCP requires the user to have privilege level 15 access.
Enable AAA on the router.
R1(config)# aaa new-model Use the aaa authentication command to use the local database as the default login authentication method.
R1(config)# aaa authentication login default local Use the aaa authorization command to use the local database as the default command authorization.
R1(config)# aaa authorization exec default local Enable SCP server on R1.
SCP server allows files to be copied to and from a router’s flash. In this step, you will create a copy of the running-config on R1 to flash. You will then use SCP to copy that file to R3.
Save the running configuration on R1 to a file on flash called R1-Config.
R1# copy running-config R1-Config Verify that the new R1-Config file is on flash.
R1# show flash -#- --length-- -----date/time------ path
1 75551300 Feb 16 2015 15:19:22 +00:00 c1900-universalk9-mz.SPA.154-3.M2.bin
2 1643 Feb 17 2015 23:30:58 +00:00 R1-Config