SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa new-model
4.
aaa authentication login {default | list-name} method1 [ method2... ]
5.
aaa authorization {network | exec | commands level | reverse-access | configuration} {default |
list-name} [method1 [ method2... ]]
6.
username name [privilege level] password encryption-type encrypted-password
7.
ip scp server enable
8.
exit
9.
show running-config
10.
debug ip scp
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Sets AAA authentication at login.aaa new-model
Example:
Device(config)# aaa new-model
Step 3
Enables the AAA access control system.
aaa authentication login {default | list-name} method1
[ method2... ]
Step 4
Example:
Device(config)# aaa authentication login default
group tacacs+
Sets parameters that restrict user access to a network.
aaa authorization {network | exec | commands level |
reverse-access | configuration} {default | list-name}
[method1 [ method2... ]]
Step 5
The exec keyword runs authorization to
determine if the user is allowed to run an EXEC
shell; therefore, you must use the exec keyword
when you configure SCP.
Note
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1084
How to Configure Secure Shell