《计算机网络应用》技能大赛模拟题及答案

上传人:re****.1 文档编号:486523465 上传时间:2024-01-16 格式:DOCX 页数:6 大小:37.73KB
返回 下载 相关 举报
《计算机网络应用》技能大赛模拟题及答案_第1页
第1页 / 共6页
《计算机网络应用》技能大赛模拟题及答案_第2页
第2页 / 共6页
《计算机网络应用》技能大赛模拟题及答案_第3页
第3页 / 共6页
《计算机网络应用》技能大赛模拟题及答案_第4页
第4页 / 共6页
《计算机网络应用》技能大赛模拟题及答案_第5页
第5页 / 共6页
点击查看更多>>
资源描述

《《计算机网络应用》技能大赛模拟题及答案》由会员分享,可在线阅读,更多相关《《计算机网络应用》技能大赛模拟题及答案(6页珍藏版)》请在金锄头文库上搜索。

1、计算机网络应用技能大赛模拟题及答案计算机网络应用技能大赛模拟题 网络设备配置要求 拓扑编址: PC1 PC2 PC3 PC4 S3760 S3760 S3760 S3760 R1762A R1762A R1762B R1762B 设备名称 IP IP IP IP VLAN10 VLAN20 VLAN30 F0/24 F1/1 S1/2 S1/2 F1/0 接口 地址 192.168.10.100/24 192.168.20.100/24 192.168.30.100/24 10.11.12.100/24 192.168.10.1/24 192.168.20.1/24 192.168.30.1/

2、24 192.168.2.1/24 192.168.2.2/24 200.1.1.1/30 200.1.1.2/30 10.11.12.1/24 SERVER1 SERVER2 SERVER1和2物理主机 SERVER3 IP IP IP IP 192.168.30.252/24 192.168.30.253/24 192.168.30.254/24 10.11.12.100/24 实验题目 1、在S3760与S2126上划分VLAN,将PC机与服务器加入到相应的VLAN中。 S2126A划分VLAN、端口 S2126B划分VLAN、端口 S3760B划分VLAN 2、服务器直接连接在核心交换

3、机SW3760的Fa0/1上,需要在两个端口上限制接入服务器的数量,F0/1限制为4台,超过后将关闭该端口。 3、为S3760上的VLAN接口、R1762A和R1762B上的以太网接口配置IP地址。 S3760上的VLAN配置 R1762A以太网接口配置 R1762B以太网接口配置 4、在S3760A使用具有三层特性的物理端口实现RIP路由与R1762A实现内网的互联。 5、R1762A和R1762B之间运行静态路由协议,提供园区内部网络的连通性。 6、在R1762A和R1762B之间建立PPP链路,并对PPP进行CHAP验证。 7、在一台SERVER2上配置FTP服务器,使VLAN 10中的

4、PC能够进行文件的上传和下载。 8、在R1762A上使用网络地址转换技术,使VLAN 10内使用私有地址的主机能够访问Internet中的资源。 9、在一台SERVER3上配置Web服务器,使VLAN 10中的PC1能够进行Web网页的浏览。 存。 *CISCO* hostname r1762a username r1762b password 0 cisco interface FastEthernet0/1 ip address 192.168.2.2 255.255.255.0 ip access-group 100 in ip nat inside interface Serial0/

5、2/0 ip address 200.1.1.1 255.255.255.252 ip access-group 100 out ip nat outside ip virtual-reassembly encapsulation ppp ppp authentication chap router rip version 2 network 192.168.2.0 no auto-summary ip route 201.102.192.0 255.255.255.0 200.1.1.2 ip route 202.102.192.0 255.255.255.0 200.1.1.2 ip na

6、t inside source list 10 interface Serial0/2/0 overload access-list 10 permit 192.168.10.0 0.0.0.255 access-list 100 permit ip host 192.168.10.101 host 202.102.192.68 access-list 100 permit tcp host 192.168.10.100 host 201.102.192.68 eq www access-list 100 deny tcp any any access-list 100 permit ip a

7、ny any = hostname r1762b username r1762a password 0 cisco interface Loopback0 ip address 202.102.192.68 255.255.255.0 interface Loopback1 ip address 201.102.192.68 255.255.255.0 interface FastEthernet0/1 ip address 10.11.12.1 255.255.255.0 interface Serial0/3/0 ip address 200.1.1.2 255.255.255.252 e

8、ncapsulation ppp clock rate 64000 ppp authentication chap ip route 0.0.0.0 0.0.0.0 Serial0/3/0 = s2126a hostname s2126a interface FastEthernet0/1 switchport access vlan 10 switchport mode access interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport mode trunk interface Vlan10 ip

9、 address 192.168.10.254 255.255.255.0 = s3760a hostname s3760a errdisable recovery cause psecure-violation errdisable recovery interval 30 vlan 10 vlan 20 vlan 30 interface FastEthernet0/1 switchport access vlan 30 switchport mode access switchport port-security maximum 4 switchport port-security sp

10、anning-tree portfast interface FastEthernet0/3 switchport access vlan 10 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast interface FastEthernet0/4 switchport access vlan 20 switchport mode access spanning-tree portfast interface FastEthernet0/24 no switchport ip add

11、ress 192.168.2.1 255.255.255.0 interface Vlan10 ip address 192.168.10.1 255.255.255.0 ! interface Vlan20 ip address 192.168.20.1 255.255.255.0 ! interface Vlan30 ip address 192.168.30.1 255.255.255.0 router rip version 2 network 192.168.2.0 network 192.168.10.0 network 192.168.20.0 network 192.168.30.0 no auto-summary ip route 0.0.0.0 0.0.0.0 FastEthernet0/24 = *H3C* sys-view sysname s2126b vlan 20 int f0/24 port link-type trunk quit int f0/4 port link-type access port access vlan 20 quit int vlan 20 ip address 192.168.20.254 255.255.255.0 undo shutdown quit save

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号