计算机网络实验报告5-8
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
甘肃政法学院
本科生实验报告
姓名:
学院:
专业:
班级:
实验课程名称:实验日期:2014年9月26日指导教师及职称:
实验成绩:
开课时间: 2014-2015 学年第一学期
实验题目实验五:利用三层交换机
实现Vlan间的基本配置
实验六:快速生成树配置
实验七:路由器的基本配
置
实验八:路由器的单臂路
由配置
小组合
作
否
姓名班级学号一、实验目的
对路由器命令行各种操作模式有了新的体验,在计算机上路路由器各种操作模式进行配置,掌握路由器的各种操作模式间的切换及区别,加深我们对实验原理的认识和理解,学会运用用原理,学会了对IP地址的基本配置。
路
二.实验环境
在Cisco Packet Tracer的环境下
三. 实验内容与步骤
实验五:利用三层交换机实现Vlan间路由的基本配置
Switch>en
Switch>enable
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 2
Switch(config-vlan)#exit
Switch(config)#vlan 3
Switch(config-vlan)#exit
Switch(config)#interface fa 0/2
Switch(config-if)#sw
Switch(config-if)#switchport access vlan 2
Switch(config-if)#interface fa 0/1
Switch(config-if)#sw
Switch(config-if)#switchport mode e
Switch(config-if)#switchport mode eexit
^
% Invalid input detected at '^' marker.
Switch(config-if)#sw
Switch(config-if)#switchport trunk e
Switch(config-if)#switchport trunk encapsulation d
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switch mode trunk
Switch(config-if)#exit
Switch(config)#interface vlan 2
%LINK-5-CHANGED: Interface Vlan2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up
Switch(config-if)#ip address 192.168.1.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#exit
Switch(config)#interface vlan 3
%LINK-5-CHANGED: Interface Vlan3, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to up
Switch(config-if)#ip address 192.168.2.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#show ip
Switch(config-if)#show ip route
^
% Invalid input detected at '^' marker.
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set