日志文章

2007年10月08日 14:39:21

CISCO SDM+dynamips-help

SDM Installation on 7200 Series Routers with Dynagen/Dynamips
have found difficulty to install Cisco SDM (Secure Device Manager) on 72xx series routers with the dynagen (a very nice router emulator). Here i will describe how to install it on 3600 and 72xx series routers.
1- first download SDM from cisco website.
http://www.cisco.com/pcgi-bin/tablebuild.pl/sdm
该软件需要CISCO CCO才可以下载
这里兜兜给大家提供一个下载地址
ftp://ftp.cisco.com
匿名就可以登陆
目录在/pub/web/sdm下
2 - create a simple .net file with two routers (after successful installation of SDM on this topology you can install it to as many routers as you like, this is just to make it simple).
3 – On router 1 (Router) issue the following commands,
Router>enable
Router#conf terminal
Router(config)#
outer(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.
Create a user with privilege level 15.
Router(config)# username <username> privilege 15 password 0 <password>
I have created username cisco with password cisco, we will use this username and password through out this lab.
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 Note: this line is optional. So you can skip it.
Router(config-line)# exit
You should assign an ip address to the interface of the router which is connected with the desktop computer. E.g for router 72xx
Router(config)# in f0/0
Router(config-if)# ip address 10.10.10.100 255.255.255.0
Router(config-if)# no shut
Router(config-if)# duplex full
Router(config-if)# speed 100
You should modify above steps according to your own environment.
Installation of SDM on 7200 series of router is not as state forward.
                                         -->

Tags: cisco   sdm   dynamips  

类别: 思科技术 |  评论(0) |  浏览(2190) |  收藏
发表评论
看不清楚,换一张