侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

CCNA实验:配置VTY登录安全

2023-04-03 星期一 / 0 评论 / 0 点赞 / 68 阅读 / 437 字

R3#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one pe

.

R3#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#line vty 0 4
R3(config-line)#password cisco
R3(config-line)#login

R3(config-line)#^Z
本配置比较简单,后续为大家介绍用户名+密码的方式进行登录

然后本机telnet 127.0.0.1即可完成认证

.

广告 广告

评论区