ISCW实验10:安装SDM到路由器的FLASH中

实验过程:
第一步  R1的配置

R1(config)# int f4/0
R1(config-if)# ip add 192.168.1.200 255.255.255.0
R1(config-if)# no sh
R1(config-if)# exit
R1(config)#
R1(config)# ip http server
//  开启HTTP服务
R1(config)# ip http authentication local
//  配置HTTP服务登陆使用本地用户数据库进行验证
R1(config)# username cisco privilege 15 password cisco
//  创建一个特权级别为15的用户名
R1(config)#
R1(config)# lin vty 0 4
R1(config-line)# transport input ssh telnet
//  配置使用ssh和telnet登陆
R1(config-line)# login local
//  配置使用本地验证
R1(config-line)# privilege level 15
//  配置VTY特权级别为15
R1(config-line)# ^Z
第二步  开始SDM软件的安装,选中“Cisco Router”,即安装到思科路由器/交换机设备上的Flash中
第三步  在Router Authentication中,输入路由器的IP地址、用户名和密码
第四步  选择Typical,让SDM自行检测SDM能运行的组件
第五步  确认SDM组件
第六步  确认点击“Install”

你可能感兴趣的:(职场,Flash,休闲,SDM)