2024年4月26日发(作者:)

神州数码路由、交换Telnet登陆和特权口令配置

神州数码二层交换机Telnet和特权口令配置

“DCS-3926S”Telnet配置:

Switch(config)#telnet-server enable (开启Telnet功能)

Switch(config)#telnet-user XX(用户名)password 0 /7 123456(密码)

代表明文,7代表密文

(设置Telnet登陆名和口令) 用户名、密码用户随意设置

“DCS-3926S”特权口令配置:

Switch(config)#enable password level admin (开启管理级别)

Current password:原始密码

New password:新密码

Confirm new password:再次输入新密码

二层交换Telnet和特权口令配置

Telnet配置:

0

Switch(config)#telnet-server enable (开启Telnet功能)

Switch(config)#username XX(用户名)password 0 123456(密码) (设

置Telnet登陆名和口令)

Switch(config)#authentication line console local

Switch(config)#authentication line vty login local

特权口令配置:

Switch(config)#enable password 123456(密码)

神州数码三层交换机Telnet和特权口令配置

Telnet配置:

Switch(config)#telnet-server enable (开启Telnet功能)

Switch(config)# telnet-user XX(用户名)password 0 /7 123456(密码)

代表明文,7代表密文

(设置Telnet登陆名和口令) 用户名、密码用户随意设置

特权口令配置:

0

Switch(config)#enable password 123456(密码)

神州数码路由器Telnet和特权口令配置

Telnet配置:

Router_config#aaa authentication default (开启3a认证)

Router_config#line vty 0 4

Router_config_#login authentication default

Router_config#username XX(用户名)password 0 /7 123456(密码) 0代表

明文,7代表密文

(设置Telnet登陆名和口令) 用户名、密码用户随意设置

特权口令配置:

Router_config#aaa authentication enable default enable (开启3a认证)

Router_config#enable password 0 123456(密码)

注:请仔细看各个配置在什么模式下进行的配置