cisco security device manager(sdm)

集成化web的管理工具

提供了智能的向导能简单快速的配置路由器,对于不懂得命令行的可以配.

包括的组件

acl 编辑器

vpn crypto map编辑器

ios命令行预览

sdm安装

安装到路由器上就不用安装到电脑,直接在ie就可以打开.如果安装到pc上,路由器就不用安装.

sdm路由器配置

router(config)#ip http server

router(config)#ip http secure-server

router(config)#ip http authentication local

router(config)#username smoke privilege 15 password smoke

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(coinfig)#logging buffered 51200 warning

实验:

r1:

int f0/0

clock timezone GMT +8

clock set 19:31:00 3 mar 2007

ip http secure-server

username sdm privilege 15 password sdm

ip http authentication local

line vty 0 4

login local

transport input ssh telnet

ip ips notify SDEE(开启SDEE事件查看器)

ip ips sdf builtin(使用内建signature)

no ip ips signature 1000 disable(关掉1000 signature)