SDM(Security Device Manager)Cisco公 司提供的全新图形化路由器管理工具

  • 步骤 1:
  • 要启用路由器的 HTTP/HTTPS 服务器,请使用下列 Cisco IOS 命令:
  • Router(config)# ip http server
  • Router(config)# ip http secure-server
  • Router(config)# ip http authentication local
  • 注意:- 只有启用加密的 IOS 映像才能启用 HTTPS。
  • 步骤 2:
  • 使用权限级别 15 来创建用户。
  • Router(config)# username <username> privilege 15 password 0 <password>
  • 注意:- 请使用您想配置的用户名和密码来替换 <用户名> 和 <密码>。
  • 步骤 3:
  • 为本地登录和权限级别 15 配置 SSH 和远程登录:
  • Router(config)# line vty 0 4
  • Router(config-line)# privilege level 15
  • Router(config-line)# login local
  • Router(config-line)# transport input telnet
  • Router(config-line)# transport input telnet ssh
  • Router(config-line)# exit