cisco交换机用户和密码

如题所述

思科交换机默认用户名密码是:password:cisco

配置密码代码如下:

switch (config)#line console 0

switch (config-line)#password 111

switch (config-line)#login

switch (config-line)#exit

扩展资料:

cisoc交换机 常用配置命令

router>enable/进入特权模式

router#conf t/进入全局配置模式

router(config)#hostname xxx/设置设备名称就好像给我们的计算机起个名字

router(config)#enable password/设置特权口令

router(config)#no ip domain-lookup/不允许路由器缺省使用DNS解析命令

router(config)#line console 0/进入控制口的服务模式

router(config-line)#password xxx  /要设置console的密码

router(config-line)#login /使能可以登录

router(config-line)#logging synchronous  /日志同步

router(config-line)#exec-timeout 0 0/设置时间溢出为0

router(config-line)#line vty 0 4/进入设置telnet服务模式

router(config-line)#password xxx/设置telnet的密码

温馨提示:答案为网友推荐,仅供参考
相似回答