cisco考试

  • 格式:doc
  • 大小:110.50 KB
  • 文档页数:9

cisco考试

(1)

依照下图所示,以下为 CISCO 路由器,请进行默认路由的配置

一、点击【开始答题】按钮,打开思科模拟器Packet tracer5.0,并在模拟器上完成仿真题操作。

二、操作完成后,请将完成结果另存为.pkt文件,并点击【答案上传】按钮,将文件上传至服务器。

注意:

在开始答题之前,请确认答题环境是否差不多安装完成,假如没有,请按照下列步骤完成。

1、点击屏幕左下方【仿真模拟器:Cisco Packet Tracer5.3.rar】,下载仿真模拟器到本机(文件较大,下载大约需要5分钟,请耐心等候)。

下载完成后,解压到本机任意位置。

2、点击屏幕左下方【仿真试题:pkt.rar】,储存到本机,并解压到C盘根名目下。

3、请将解压后的.pkt文件的打开方式指定为操作步骤1所下载的仿真模拟器(解压名目\Cisco

Packet Tracer 5.3\bin\PacketTracer5.exe)。

4、请选择 IE扫瞄器=>Internet选项=>【安全】选项卡=>【自定义级别】,请将ActiveX相关的选项选择为【启用】,如图所示:

1. 差不多配置

Router(config)#hostname R1

R1(config)#no ip domain-lookup

R1(config)#line con 0

R1(config-line)#logging syn

R1(config-line)#exec-timeout 0

R1(config)#interface s1/1

R1(config-if)#no shutdown

R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#exit r1(config)#interface loopback 0 r1(config-if)#ip address 1.1.1.1 255.0.0.0

路由器 2、3 和 4 如 R1 配置(R4 需要配置 lookback 口)。

Router(config)#hostname R2

R2(config)#no ip domain-lookup

R2(config)#line con 0

R2(config-line)#logging syn

R2(config-line)#exec-timeout 0

R2(config)#interface s1/0

R2(config-if)#no shutdown

R2(config-if)#ip address 192.168.1.2 255.255.255.0

R2(config-if)#exit

Router(config)#interface s1/1

R2(config-if)#no shutdown

R2(config-if)#ip address 172.16.1.1 255.255.0.0

Router(config)#hostname R3

R3(config)#no ip domain-lookup

R3(config)#line con 0

R3(config-line)#logging syn

R3(config-line)#exec-timeout 0

R3(config)#interface s1/0

R3(config-if)#no shutdown

40 R3(config-if)#ip address 172.16.1.2 255.255.0.0

R2(config-if)#exit

Router(config)#interface s1/1

R2(config-if)#no shutdown

R2(config-if)#ip address 10.1.1.1 255.0.0.0

Router(config)#hostname R4

R4(config)#no ip domain-lookup

R4(config)#line con 0

R4(config-line)#logging syn

R4(config-line)#exec-timeout 0

R4(config)#interface s1/0

R4(config-if)#no shutdown

R4(config-if)#ip address 10.1.1.2 255.0.0.0

R4(config-if)#exit

R4(config)#interface loopback 0

R4(config-if)#ip address 3.3.3.3 255.0.0.0

2. 在 R1 上的配置

r1(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.2

3. 在 R2 上的配置

r2(config)#ip route 0.0.0.0 0.0.0.0 172.16.1.2

r2(config)#ip route 1.0.0.0 255.0.0.0 192.168.1.1 4. 在 R3 上的配置

r3(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.2

r3(config)#ip route 192.168.1.0 255.255.255.0 172.16.1.1

r3(config)#ip route 1.0.0.0 255.0.0.0 172.168.1.1

5. 在 R4 上的配置

r4(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1

(2)

网络拓扑如图所示。

(1)S1、S2、S3 为总部交换机(H3C 品牌)。R1 为位于总部的核心路由器(H3C 品牌)。

(2)R2 为位于分支机构的路由器(H3C 品牌);Loopback 0:10.3.3.3/32,用于模拟分支机构的用户。

(3)图中设备均已复原至出厂配置,设备间链路已连接完毕,请勿变动。连接均为以太网。设备互联的接口及 IP 地址如图所示。

(4)本试题的目的是实现分支机构用户与总部之间的互访。

(5)不得更换 PC 机 IP 地址设置。

请按以下要求完成相关配置:

(1)请按照拓扑图完成全部设备接口的 VLAN 划分、IP 地址配置。

(2)请完成 S1、S2 的 VRRP 配置,指定 S1 为 Master;对 S1、S2、S3 分别配置 STP

协议,确保网络中没有环路,指定 S1 为生成树的根,S2 为备份根。

(3)R1、S1、S2 之间配置 OSPF 协议,R1、R2 之间配置静态路由,实现 10.2.2.0/24 访问 10.3.3.3/32,请完成相关配置,要求 OSPF Area 为 0。

R1配置:

[r1]interface Ethernet0/0

[r1-ethernet0/0]ip address 10.1.2.1 255.255.255.0

[r1]interface Ethernet0/1

[r1-ethernet0/1]ip address 10.1.3.1 255.255.255.0

[r1]interface Ethernet1/0

[r1-ethernet1/0]ip address 10.1.1.2 255.255.255.0

[r1]ospf 1

[r1-ospf]area 0.0.0.0

答案 1:

[r1-ospf-area0.0.0.0] network 10.0.0.0 0.255.255.255

答案 2:

[r1-ospf-area0.0.0.0] network 10.1.2.0 0.0.0.255

[r1-ospf-area0.0.0.0] network 10.1.3.0 0.0.0.255

答案 3:

[r1-ospf-area0.0.0.0] network 10.1.0.0 0.0.255.255

答案 4:

[r1-ospf-area0.0.0.0]network 0.0.0.0 255.255.255.255 [r1-ospf-area0.0.0.0]import-route static

答案 1:

[R1] ip route-static 10.3.0.0 255.255.0.0 10.1.1.1

答案 2:

[R1] ip route-static 10.3.3.0 255.255.255.0 10.1.1.1

答案 3:

[R1] ip route-static 10.3.3.3 255.255.255.255 10.1.1.1

答案 4 :

[R1] ip route-static 0.0.0.0 0.0.0.0 10.1.1.1 ,同时,在要 ospf 1 视图下,配置default-route-advertise

答案 5:

[R1] ip route-static 10.0.0.0 255.0.0.0 10.1.1.1

R2配置:

[R2]interface Ethernet0/0

[R2-ethernet0/0]ip address 10.1.1.1 255.255.255.0

[R2]interfaceLoopBack0

[R2-loopback0]ip address 10.3.3.3 255.255.255.255

答案 1:

[R2]ip route-static 0.0.0.0 0.0.0.0 10.1.1.2

答案 2:

[R2]ip route-static 10.0.0.0 255.0.0.0 10.1.1.2

答案 3:

[R2]ip route-static 10.2.0.0 255.255.0.0 10.1.1.2

答案 4:

[R2]ip route-static 10.2.2.0 255.255.255.0 10.1.1.2

S1配置:

答案 1:

[s1]stp instance 0 root primary

答案 2:

[s1]stp instance 0 priority 0 stp enable

[s1]vlan 1

[s1]vlan 20

[s1]vlan 50

[s1]interface Ethernet1/0/1

[s1-ethernet1/0/1]port access vlan 50

[s1]interface Ethernet1/0/2

[s1-ethernet1/0/2]port access vlan 20

[s1]interface Ethernet1/0/3

[s1-ethernet1/0/3]port access vlan 20

[s1]interface Vlan-interface20

[s1-interface-vlan20]ip address 10.2.2.2 255.255.255.0 vrrp vrid 20 virtual-ip 10.2.2.254

[s1-interface-vlan20]vrrp vrid 20 priority A (A>B)