SDM管理路由器要进行的相应配置
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
j2re-1_4_2_12-windows-i586-p.exe (SDM 安装前需要安装JAVA运行环境)