登录 注册
当前位置:主页 > 资源下载 > 17 > Cisco路由器和交换机的命令集

Cisco路由器和交换机的命令集

  • 更新:2024-12-01 16:21:32
  • 大小:28KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux - 操作系统
  • 格式:DOCX

资源介绍

cisco路由器交换机命令集合 交换机口令设置: switch>enable ;进入特权模式 switch#config terminal ;进入全局配置模式 switch(config)#hostname ;设置交换机主机名 switch(config)#enable secret xxx ;设置特权加密口令为xxx switch(config)#enable password xxx ;设置特权非密口令为xxx switch(config)#line console 0 ;进入控制口(Rs232)初始化 switch(config-line)#line vty 0 4 ;进入虚拟终端virtual tty switch(config-line)#login ;允许登录 switch(config-line)password xx ;设置登录口令xx switch#exit ;返回命令