Cisco交换机管理员配置

conf t
service timestamps debug datetime msec localtime year
service timestamps log datetime msec localtime year

aaa new-model
ip domain-name uxin.com
crypto key generate rsa
1024

username xinghen password xxx
username soho privilege 3 secret xxxx

aaa authentication login default local enable

aaa authorization exec default local

privilege exec level 3 write memory
privilege exec level 3 copy running-config ftp:
privilege exec level 3 copy startup-config ftp:

ip ftp username soho
ip ftp password Sohxing1216o=
line vty 0 4
transport input ssh
line vty 5 15
transport input ssh
end
wr

原文地址:https://www.cnblogs.com/xinghen1216/p/14115579.html