计算机网络模拟器实验报告记录(1)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机网络模拟器实验报告记录(1)
————————————————————————————————作者:————————————————————————————————日期:
计算机网络模拟器实验报告
学院:学号:姓名:
实验名称:计算机网络模拟器试验
实验说明:共5个实验,其中前3个必做,后2个选做。
一、实验目的
1、掌握模拟器软件的使用方法;
2、掌握配置PC、交换机、路由器的方法;
3、掌握为交换机设置VLAN,为端口设置TRUNK的
方法。
二、实验环境(请注意关闭杀毒软件)
WinXP/WIN7、HW-RouteSim 2.2(软件请到BB
课程资源下载,下载后直接解压缩运行;下载前请
关闭杀毒软件)
三、实验步骤及结果
实验一:计算机和交换机基本设置
添加一个交换机,两个计算机,连接A电脑到交换机3号端口,B电脑到6号端口,双击交换机,进入终端配置:
password:
[Quidway]sysname S3026 ;交换机重命名为S3026 [S3026]super password 111 ;设置特权密码为111 [S3026]quit
password:111
[S3026]display currect-config ;查看当前所有配置[S3026]display vlan all ;查看当前VLAN设置观察此时所有交换机端口都在同一个vlan1内。
双击小电脑A:
login:root
password:linux
[root@PCAroot]# ? ;输入?号查看命令提示[root@PCAroot]#ifconfig eth0 10.65.1.1 netmask 255.255.0.0 双击小电脑B:
login:root
password:linux
[root@PCAroot]#ifconfig eth0 10.65.1.2 netmask 255.255.0.0 点击A电脑做测试:
[root@PCA root]#ping 10.65.1.2
实验结果及其分析:(将结果保存为文件net1.txt)
Enter system view, return to user view with Ctrl+Z. [Quidway]sysname S3026
[S3026]super password 111
[S3026]quit
Enter system view, return to user view with Ctrl+Z. password:111
[S3026]display currect-config
#
hostname S3026
super password 111
#
radius scheme system
server-type huawei
primary authentication 127.0.0.1 1645
primary accounting 127.0.0.1 1646
user-name-format without-domain
domain system
radius-scheme system
access-limit disable
state active
idle-cut disable
domain default enable system
#
local-server nas-ip 127.0.0.1 key huawei #
vlan 1
ip address
ip route-static (default gateway)
#
interface Aux0/0
#
interface Ethernet0/1
#
#
interface Ethernet0/2
#
#
interface Ethernet0/3
#
#
interface Ethernet0/4 #
#
interface Ethernet0/5 #
#
interface Ethernet0/6 #
#
interface Ethernet0/7 #
#
interface Ethernet0/8 #
#
interface NULL0
#
#
user-interface aux 0 password
user-interface vty 0 4
password
return
[S3026]display vlan all
Vlan Name Status Ports
-------- -------- ---------- ------------------------
1 default Active F0/1, F0/2, F0/3, F0/4, F0/5, F0/6, F0/7, F0/8
1002 fddi-d Active
1004 fnet-d Active
VLAN Type SAID MTU
-------- ------- -------------- --------
1 enet 100001 1500
1002 fddi 101002 1500
1002 fnet 101003 1500
[S3026]
Red Hat Linux release 7.3 (Valhalla)
Kernel 2.4.18-3 on an i686