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

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

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

目 录CONTENT

文章目录

cisco 设备上配置telnet enable 不需要密码,直接进入特权

2022-12-13 星期二 / 0 评论 / 0 点赞 / 65 阅读 / 610 字

Switch(config)#username cxw privilege 15 password 123.comSwitch(config)#line vty 0 4Switch(config-li

.

Switch(config)#username cxw privilege 15 password 123.com   


Switch(config)#line vty 0 4
Switch(config-line)#login local
Switch(config-line)#exit

Switch(config)#int vlan 1
Switch(config-if)#ip add 192.168.1.1 255.255.255.0
Switch(config-if)#no shut



PC>telnet 192.168.1.1
Trying 192.168.1.1 ...Open


User Access Verification

Username: cxw
Password:
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#A


.

广告 广告

评论区