神州数码ssh、telnet、web管理配置

------------------SSH--------------------
switch>
switch>en
switch#conf t
switch(Config)#interface vlan 1
00:01:20: %LINK-5-CHANGED: Interface Vlan1, changed state to UP
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to UP
switch(Config-If-Vlan1)#ip add 192.168.1.1 255.255.255.0 //配置管理地址
switch(Config-If-Vlan1)#no shut
switch(Config-If-Vlan1)#exit
switch(Config)#ssh-server enable //启用SSH
switch(Config)#ssh-user admin password 0 admin //配置SSH用户名和密码
switch(Config)#exit
switch#conf t
switch(Config)#radius-server authentication host 192.168.1.1 //配置计费主机
switch(Config)#aaa enable //启用AAA
switch(Config)#exit
switch#
-----------------Telnet--------------------
switch>en
switch#conf t
switch(Config)#telnet-server enable //启用telnet功能
Telnetd already enabled.
switch(Config)#telnet-user admin password 0 admin //telnet配置用户名和密码
switch(Config)#exit
switch#
--------------WEB-------------------
switch>
switch>en
switch#conf t
switch(Config)#ip http server //启用WEB管理
web server is on
switch(Config)#web-user admin password 0 admin //web配置用户名和密码
switch(Config)#exit
switch#

相关文档
最新文档