《计算机网络应用》技能大赛模拟题
网络设备配置要求
拓扑编址:
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/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、服务器直接连接在核心交换机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中的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/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 nat 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 any 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 encapsulation 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 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