CISCO SDM 官方配置说明

本文详细介绍了如何通过五个步骤配置路由器以支持SDM(Security Device Manager)运行。首先通过Telnet、SSH或控制台连接到路由器并进入全局配置模式;其次启用HTTP/HTTPS服务器,并设置本地认证;接着创建具有特权级别15的用户;然后配置SSH和Telnet用于本地登录;最后(可选)启用本地日志记录以支持日志监控功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

文章來源於 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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值