文章來源於 sina 煙鬼博客 寫於 2009-05-05 21:04
Configuring router to run SDM
Follow the instructions below to configure a router to run SDM.
Step 1:
Connect to your router using Telnet, SSH or via console.
Enter the global configuration mode using the command:
Router>enable
Router#conf terminal
Router(config)#
Step 2 :
Enable the router's HTTP/HTTPS server, using the following Cisco IOS commands:
Router(config)# ip http server
Router(config)# ip http secure-server
Router(config)# ip http authentication local
Note:- HTTPS is enabled only for crypto enabled IOS images.
Step 3:
Create a user with privilege level 15.
Router(config)# username <username> privilege 15 password 0<password>(尽量不要用0)
Router(config)# username admin privilege 15 secret chenpeng
Note:- Replace <username> and <password> with the username and password that you want to configure.
Step 4:
Configure SSH and Telnet for local login and privilege level 15:
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
Step 5: (Optional) Enable local logging to support the log monitoring function:
Router(config)# logging buffered 51200 warning
分享到:
相关推荐
Cisco SDM 是 Cisco 公司提供的全新图形化路由器管理工具,该工具允许用户通过图形化界面来管理和配置路由器。该教程将指导用户如何安装和配置 Cisco SDM,並进行基本的路由器配置。 知识点一: Cisco SDM 的安装 ...
Cisco SDM(Secure Device Manager)是Cisco公司推出的一款图形化管理工具,主要用于简化中小型企业网络设备,特别是Cisco路由器的配置和安全管理。SDM通过提供直观的界面,使得非专业网络管理员也能较为容易地进行...
包含:jre-6u3-windows-i586-p-s.exe,工具SDM-V241-zh.rar,配置说明文档
为了在PC上通过Web界面管理思科设备,需要安装思科SDM(Security Device Manager)。SDM是一款图形化的配置和管理工具,提供了直观的向导式界面。在安装SDM之前,确保已经安装了Java Runtime Environment (JRE),...
2. **Cisco SDM (Secure Device Manager)**:直观的图形用户界面,简化了基本配置和安全设置。 3. **Cisco Network Assistant**:提供自动化网络诊断和故障排除工具,适合非专业人员使用。 4. **SNMP**:支持标准的...
SDM2.4.1中文版 包含配置说明文件 思科考证用
Cisco Router and Security Device Manager (SDM) 是一款由Cisco公司开发的图形化管理工具,主要用于简化Cisco路由器和其他安全设备的配置与管理过程。SDM通过提供直观的Web界面、Java技术以及交互式的配置向导,...
Cisco Router and Security Device Manager (Cisco SDM) 是易于使用的设备管理工具,它可通过基于Web的直观图形用户界面配置Cisco IOS 安全功能和网络连接
2. 路由器基本配置命令:实验中提到了一系列Cisco路由器的配置命令,这些命令涉及了路由器的启动配置、接口配置、安全设置等,例如: - 删除启动配置并将路由器恢复为默认状态 - 服务命令(service timestamps, ...
1. 路由器启动及配置方式:包括通过Console端口进行配置、通过CLI(Command Line Interface)命令行界面操作,以及使用Cisco的SDM(Smart Device Manager)或CLI进行初始设置。 2. 设备基础操作:涉及路由器的基本...
更重要的是,Dynamips能够运行Cisco官方发布的IOS软件(.bin格式),这意味着用户可以在模拟环境中体验接近真实的Cisco路由器环境。 与Boson这类仅模拟Cisco命令行界面的工具不同,Dynamips通过模拟Cisco的IOS操作...
- 在路由器上配置和管理 DHCP 和 DNS 服务,包括命令行和图形界面(SDM)方法。 - 实施静态和动态 IP 地址服务,并使用 VLSM 进行地址规划。 - 掌握 IPv6 的基本概念,包括地址结构和与 IPv4 共存的过渡技术,如...
SDM是Cisco提供的图形化网络配置和管理工具。 5. **管理Cisco互联网络**:讲述了如何管理和维护Cisco设备,包括基本配置、备份和升级IOS。 6. **IP路由**:介绍路由器的功能和IP路由选择过程,包括静态路由和动态...