软件学院2012级《路由器与交换机的配置》期末考试题 联系客服

发布时间 : 星期日 文章软件学院2012级《路由器与交换机的配置》期末考试题更新完毕开始阅读

《路由与交换技术下》 期末考试题

1、 考试要求:采用Packet Tracer5.3.3版本进行配置。及时保存,以防止软件崩溃。

2、 测试题中,凡是要求学号的地址(以192.168.学号.0/24进行填写)均采用如下方法。如

1班23号,则地址采用192.168.123.0/24;2班23号,则地址采用192.168.223.0/24。以此类推,否则,以无成绩或作弊论处。 3、 考试答案要求

a) 给出IP地址规划情况 b) 给出具体的配置步骤

c) 给出验证结果(如没有验证结果,则没有成绩)。 4、 答案提交要求

a) 给出word文档,其文档内容为IP地址规划情况、配置具体步骤和验证结果。 b) 给出Packet Tracer配置文件。

c) 将上述文件保存在目录中,目录名为“班级+学号+姓名”,如“网络121+18+张三”。 5、 考试内容

拓扑如下:

注意点:“第一子网”、“第二子网”、“第三子网”、“第四子网”是指你采用学号生成的网络号(如192.168.3.0/24划分8个子网后)划分的子网。 答题

1、各设备的配置。(70分) 答案处: 设备 配置清单(即show run中的配置清单,请把核心配置通过红色标出) RA(25分) RA#show run Building configuration... Current configuration : 1305 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname RA ! ! ! ! ! ip dhcp pool vlan10 network 192.168.11.0 255.255.255.192 default-router 192.168.11.1 ip dhcp pool vlan20 network 192.168.11.64 255.255.255.192 default-router 192.168.11.64 ip dhcp pool vlan30 network 192.168.11.128 255.255.255.192 default-router 192.168.11.129 ip dhcp pool vlan40 network 192.168.11.192 255.255.255.192 default-router 192.168.11.193 ! ip cef no ipv6 cef ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/0.10 encapsulation dot1Q 10 ip address 192.168.11.1 255.255.255.192 ip access-group 100 in ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 192.168.11.65 255.255.255.192 ! interface FastEthernet0/1 ip address 10.10.10.1 255.255.255.0 duplex auto speed auto ! interface Vlan1 no ip address shutdown ! router rip version 2 network 10.0.0.0 network 192.168.11.0 no auto-summary ! ip classless ! ip flow-export version 9 ! ! access-list 100 deny tcp host 192.168.11.2 host 192.168.11.130 eq www access-list 100 permit ip any any ! ! RB(15分) RB#show running-config Building configuration... Current configuration : 1430 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname RB ! ! ! ! ! ! ip cef no ipv6 cef ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address ip helper-address 10.10.10.1 duplex auto speed auto ! interface FastEthernet0/0.30 encapsulation dot1Q 30 ip address 192.168.11.129 255.255.255.192 ip helper-address 10.10.10.1 ip nat inside ! interface FastEthernet0/0.40 encapsulation dot1Q 40 ip address 192.168.11.193 255.255.255.192 ip helper-address 10.10.10.1 ip nat inside