项目1-2:配置交换机配置和IOS

拓扑:

Cisco CCNA 之 Packet Tracer 练习题系列

地址表

设备

接口

IP地址

子网掩码

S1

VLAN1

172.17.1.11

255.255.255.0

PC1

网卡

 

255.255.255.0

服务器

网卡

172.17.1.21

255.255.255.0

项目目标

1、 按照地址表中要求配置PC和服务器地址;

2、 在CLI中命名交换机为S1,并配置vlan1地址;

3、 配置全局模式密码为cisco-sky,要求使用MD5加密方式保证安全;

4、 配置S1 telnet密码为cisco;

5、 设置登陆标语为:Welcome to use cisco 2960 switch!

6、 保存当前配置,并将配置文件备份到tftp服务器上命名为S1-confg;

7、 将tftp中c2960-lanbase-mz.122-25.SEE1.bin导入到flash中,并使得下次重启加载该文件;

8、 保存,重启并查看。

答案:

S1#show run

Building configuration...

Current configuration : 1155 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname S1

!

enable secret 5 $1$mERr$ChHMLYhIphH0ErcUuKSEq/

!

略~~~~~~~!

interface Vlan1

ip address 172.17.1.11 255.255.255.0

!

banner motd ^C

Welcome to use cisco 2960 switch!^C

!

line con 0

password cisco

login

!

line vty 0 4

password cisco

login

line vty 5 15

login

!

!

End

S1#show flash:

Directory of flash:/

1 -rw- 4414921 <no date> c2960-lanbase-mz.122-25.FX.bin

2 -rw- 4670455 <no date> c2960-lanbase-mz.122-25.SEE1.bin

64016384 bytes total (54931008 bytes free)

配置提示:

在服务器中开启TFTP服务

S1(config)#boot system c2960-lanbase-mz.122-25.SEE1.bin