switch(config)# interface vlan id switch(config-if)# ip address ip地址 子网掩码 switch(config-if)# no shutdown switch(config)# exit switch(config)# line vty 0 4 switch(config-line)# password 密码 switch(config-line)# login switch(config-line)# end
远程登录交换机密码配置(ssh)
1 2 3 4 5 6 7 8 9 10 11 12
switch(config)# ip domain-name 域名 sw1(config)# crypto key generate rsa sw1(config)# ip ssh time-out 120 sw1(config)# ip ssh authentication-retries 3 sw1(config)# ip ssh version 2 sw1(config)# line vty 0 4 sw1(config-line)# transport input ssh sw1(config-line)# do show ip ssh sw1(config)# aaa new-model sw1(config)# authentication login default local sw1(config)# username 用户名 password 密码 sw1(config)# service password-encryption