计算机网络实践实验报告基本交换机使用及VLAN配置
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机网络实践实验报告基本交换机使用及VLAN配置
计算机网络技术实践
实验报告
实验名称:基本交换机使用及VLAN配置
姓名:实验日期:2014年5月4日
学号:实验报告日期: 2014年5月4日
一.环境(详细说明运行的操作系统,网络平台,网络拓扑图)
操作系统:Windows7
网络平台:软件Dynamips环境下的虚拟网络网络拓扑:
二.实验目的
✧掌握以太网交换机的使用方法,能够在模拟
环境中使用以太网交换机组建局域网。
✧掌握以太网交换机的VLAN划分和配置方法,
能够在模拟环境中使用以太网交换机组建虚拟局域网。
三.实验内容及步骤(包括主要配置流程,重要部分需要截图)
1、设计网络物理拓扑和逻辑网段,如上图
2、修改拓扑文件
autostart = False
[localhost]
port = 7200
udp = 10000
workingdir = ..\tmp\
[[router SW1]]
image
= ..\ios\unzip-c3640-js-mz.124-10.bin model = 3640
console = 3003
ram = 128
confreg = 0x2142
exec_area = 64
mmap = False
slot1 = NM-16ESW
f1/1 = SW2 f1/3
f1/2 = R1 f1/0
f1/11 = PC1 f0/0
f1/12 = PC2 f0/0
[[router SW2]]
image
= ..\ios\unzip-c3640-js-mz.124-10.bin model = 3640
console = 3004
ram = 128
confreg = 0x2142
exec_area = 64
mmap = False
slot1 = NM-16ESW
f1/1 = SW4 f1/2
f1/2 = SW4 f1/1
f1/4 = R1 f1/1
f1/5 = SW3 f1/1
f1/6 = R2 f1/0
f1/11= PC3 f0/0
[[router SW3]]
image
= ..\ios\unzip-c3640-js-mz.124-10.bin model = 3640
console = 3005
ram = 128
exec_area = 64
mmap = false
slot0 = PA-C7200-IO-FE
slot1 = PA-2FE-TX
[[router PC1]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3007
[[router PC2]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3008
[[router PC3]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3009
[[router PC4]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3010
[[router PC5]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3011
[[router PC6]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3012
[[router PC7]]
model = 2621
ram = 20
image
= ..\ios\unzip-c2600-i-mz.121-3.T.bin mmap = False
confreg = 0x2142
console = 3013
3.实验第一部分
启动SW1,PC1,PC2,telnet到SW1,PC1,PC2上进行配置,PC1的F0/0接口配成1.1.1.1,PC2的F0/0接口配成1.1.1.2,在PC1上Ping1.1.1.2,或在PC2上Ping1.1.1.1
Pc1 ping pc2