Chinaunix首页 | 论坛 | 博客
  • 博客访问: 241595
  • 博文数量: 62
  • 博客积分: 2540
  • 博客等级: 少校
  • 技术积分: 607
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-05 10:47
文章分类

全部博文(62)

文章存档

2015年(3)

2013年(9)

2010年(10)

2009年(7)

2008年(7)

2007年(22)

2006年(3)

2005年(1)

我的朋友

分类:

2008-05-11 09:43:16

Configuring router to run SDM


Follow the instructions below to configure a router to run SDM.

Step 1:

  1. Connect to your router using Telnet, SSH or via console.
  2. 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 privilege 15 password 0(尽量不要用0)

Note:- Replace and 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

阅读(1578) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~