网络设备配置实训报告Word文档下载推荐.docx

上传人:b****4 文档编号:18000359 上传时间:2022-12-12 格式:DOCX 页数:43 大小:992.01KB
下载 相关 举报
网络设备配置实训报告Word文档下载推荐.docx_第1页
第1页 / 共43页
网络设备配置实训报告Word文档下载推荐.docx_第2页
第2页 / 共43页
网络设备配置实训报告Word文档下载推荐.docx_第3页
第3页 / 共43页
网络设备配置实训报告Word文档下载推荐.docx_第4页
第4页 / 共43页
网络设备配置实训报告Word文档下载推荐.docx_第5页
第5页 / 共43页
点击查看更多>>
下载资源
资源描述

网络设备配置实训报告Word文档下载推荐.docx

《网络设备配置实训报告Word文档下载推荐.docx》由会员分享,可在线阅读,更多相关《网络设备配置实训报告Word文档下载推荐.docx(43页珍藏版)》请在冰豆网上搜索。

网络设备配置实训报告Word文档下载推荐.docx

一、实习的任务

按照计算机网络专业教学培养计划要求,学生在学完专业课《网络设备配置》课程后,应进行网络设备配置技术实训,其主要的任务是使学生深入理解并实践在本课程中所学的有关网络设备配置方面的基本概念、基本原理以及一些具体的实操配置应用实践,培养学生实际管理网络的能力,为学生毕业后的实际工作打好基础。

二、实习的主要内容

根据《网络设备配置》课程教学大纲,本实训的主要内容可分为如下三部分。

1.路由器配置实训

2.交换机配置实训

3.广域网配置实训

三、实习时间分配

阶段

日期

实习(设计)内容摘要

指导教师

班级

第一周

星期一

PPP基本配置与认证

李立峰

肖文占

网络331302

星期二

帧中继配置实训

星期三

交换机配置实训

路由器配置实训

星期四

ACL配置实训

NAT配置实训

星期五

整理实训报告考核

四、实习内容

实验一PPP基本配置与认证实验目的

●实验目的

Ø

串行链路上的封装概念。

PPP封装。

掌握PAP认证特点和配置方法。

掌握CHAP认证特点和配置方法。

●实验过程和主要步骤

步骤一:

路由器基本配置

路由器A:

A(config)#interfaceF0/0

A(config-if)#ipaddress192.168.1.1255.255.255.0

A(config-if)#noshutdown

A(config)#interfaceSerial2/0

A(config-if)#ipaddress10.10.10.2255.255.255.252

路由器B:

B(config)#interfaceSerial2/0

B(config-if)#ipaddress10.10.10.1255.255.255.252

B(config-if)#clockrate64000

B(config)#interfaceSerial3/0

B(config-if)#ipaddress20.20.20.21255.255.255.252

B(config-if)#noshutdown

路由器C:

C(config)#interfaceSerial3/0

C(config-if)#ipaddress20.20.20.22255.255.255.252

C(config-if)#noshutdown

C(config)#interfaceFastEthernet0/0

C(config-if)#ipaddress192.168.2.1255.255.255.0

步骤二:

配置登录用户名和密码

A(config)#usernameBpassword123456

B(config)#usernameApassword123456

B(config)#usernameCpassword123456

路由器C:

C(config)#usernameBpassword123456

步骤三:

PPP封装

A(config)#interfaceserial2/0

A(config-if)#encapsulationppp

B(config)#interfaces2/0

B(config-if)#encapsulationppp

B(config)#interfaces3/0

C(config)#interfaces3/0

C(config-if)#encapsulationppp

步骤四:

配置PAP和CHAP认证

路由器A与B之间的PAP配置:

A(config)#ints2/0

A(config-if)#pppauthenticationpap

A(config-if)#ppppapsent-usernameApassword123456

B(config)#ints2/0

B(config-if)#pppauthenticationpap

B(config-if)#ppppapsent-usernameBpassword123456

路由器B与C之间的CHAP配置:

B(config)#ints3/0

B(config-if)#pppauthenticationchap

C(config)#ints3/0

C(config-if)#pppauthenticationchap

步骤五:

配置路由协议

这里以ripversion2为例

以路由器A为例:

A(config)#routerrip

A(config-router)#version2

A(config-router)#network192.168.1.0

A(config-router)#network10.10.10.0

A(config-router)#noauto-summary

步骤六:

查看并验证配置

在A上showinterfaces2/0:

在B上showinterfaces2/0:

在B上showinterfaces3/0:

在C上showinterfaces3/0:

●实验拓扑

●心得体会

我学会了PPP封装,以及CHAP的认证方法依赖于只有认证者和对端共享的密钥,密钥不是通过该链路发送的。

实验二帧中继配置

掌握帧中继基本概念、DLCI含义、LMI作用、静态和动态映射区别

掌握帧中继基本配置:

如接口封装、DLCI配置、LMI配置等

能够对帧中继进行基本故障排除

1.绘制网络拓扑和地址规划情况

网络拓扑,各个路由器接口的IP配置以及DLCI配置信息见上图。

2.单个路由器的基本配置清单

以路由器A为例:

Router>

enable

Router#configureterminal

Router(config)#hostnameA

3.单个路由器帧中继基本配置清单:

如封装、ip、dlci、lmi

其中A->

C的DLCI为103

A->

B的DLCI为102

接口的LMI类型为CISCO

A(config-if)#encapsulationframe-relay

A(config-if)#bandwidth64

A(config-if)#frame-relaymapip192.168.1.2102broadcast

A(config-if)#frame-relaymapip192.168.1.3103broadcast

A(config-if)#frame-relaylmi-typecisco

4.网云交换表配置

以网云Serial0为例:

网云交换表的配置如下:

5.验证三个路由器通信情况

以在路由器A上pingB和C为例

6.在各个路由器上配置ospf

以路由器A为例

A(config)#routerospf1

A(config-router)#network192.168.1.00.0.0.255area0

7.验证配置情况

S2(config-if)#interfacevlan99

S2(config-if)#ipaddr

S2(config-if)#ipaddress172.17.99.32255.255.255.0

S2(config-if)#noshu

S2(config-if)#noshutdown

S2(config)#ipdefault-gateway172.17.99.1

S2(config)#vtpmodeclient

SettingdevicetoVTPCLIENTmode.

S2(config)#vtpd

%CDP-4-NATIVE_VLAN_MISMATCH:

NativeVLANmismatchdiscoveredonFastEthernet0/4

(1),withS1FastEthernet0/4(99).

omainCCNA

DomainnamealreadysettoCCNA.

S2(config)#vtppassw

S2(config)#vtppasswordCISCO

SettingdeviceVLANdatabasepasswordtoCISCO

S2(config)#vtppasswordcisco

S2(config-if)#switchporttrunknativevlan99

S2(config-if)#noshutdown

S2(config-if)#interfacefa0/11

S2(config-if)#switchportmodetrunk

S2(config-if)#interfacefa0/18

S2(config-if)#exit

S2(config)#interfacefa0/11

S2(config-if)#swit

S2(config-if)#switchportmode

S2(config-if)#switchportmodeaccess

S2(config-if)#switch

S2(config-if)#switchportaccessvlan10

S2(config-if)#swi

S2(config-if)#switchportaccess

S2(config-if)#switchportaccessvlan20

S2(config-if)#

Switch>

en

Switch#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Switch(config)#host

Switch(config)#hostnameS3

S3(config)#vlan99

S3(config-if-range)#switchportmode

S3(config-if-range)#switchportmodetrunk

S3(config-if-range)#sw

S3(config-if-range)#switchporttru

S3(config-if-range)#switchporttrunknati

S3(config-if-range)#switchporttrunknativevlan99

S3(config-if)#switchporttrunknativevlan99

S3(config-if)#noshutdown

S3(config-if)#exit

S3(config)#vtpmodeclient

S3(config)#vtpdomainCCNA

S3(config)#vtppassw

S3(config)#vtppassword

%Incompletecommand.

S3(config)#vtppasswordcisco

SettingdeviceVLANdatabasepasswordtocisco

S3(config)#interfacefa0/7

S3(config-if)#switch

S3(config-if)#switchportmodeaccess

S3(config-if)#swi

S3(config-if)#switchportaccess

S3(config-if)#switchportaccessvlan88

S3(config-if)#noshu

S3(config-if)#

R1>

en

Password:

R1#conft

R1(config)#interfa

R1(config)#interfacefa0/0

R1(config-if)#ipaddr

R1(config-if)#interfacefa0/0

R1(config-if)#172.17.50.1255.255.255.0

^

%Invalidinputdetectedat'

^'

marker.

R1(config-if)#ipaddr172.17.50.1255.255.255.0

R1(config-if)#ipaddress172.17.50.1255.255.255.0

R1(config-if)#noshu

R1(config-if)#noshutdown

R1(config-if)#enc

R1(config-if)#en

R1(config-if)#e

R1(config-if)#exit

R1(config-if)#ex

R1(config)#encapsul

R1(config)#enc

R1(config)#

R1(config)#interf

R1(config)#interfacefa0/1

R1(config-if)#encap

R1(config-if)#interface

R1(config-if)#interfacefa0/1.10

R1(config-subif)#enca

R1(config-subif)#encapsulationdot1q10

R1(config-subif)#ipaddr

R1(config-subif)#ipaddr

R1(config-subif)#ipaddress172.17.10.1255.255.255.0

R1(config-subif)#interfacefa0/1.20

R1(config-subif)#ipaddress172.17.20.1255.255.255.0

%ConfiguringIProutingonaLANsubinterfaceisonlyallowedifthat

subinterfaceisalreadyconfiguredaspartofanIEEE802.10,IEEE802.1Q,

orISLvLAN.

R1(config-subif)#interfacefa0/1.88

R1(config-subif)#encaps

R1(config-subif)#encapsulationdot1q88

R1(config-subif)#ipaddress172.17.88.1255.255.255.0

R1(config-subif)#interfacefa0/1.99

R1(config-subif)#encapsulationdot1q99

R1(config-subif)#ipaddress172.17.99.1255.255.255.0

R1(config-subif)#encapsulationdot1q20

R1(config-subif)#exit

我学会了,帧中继传输数据,Cisco路由器需要知道哪个本地DLCL映射到远程目的地的第3层地址,这种地址到DLCL的映射可通过静态映射或动态映射指定。

实验三交换机配置实训

●实验目标

配置并检验基本设备配置。

配置VTP

配置中继

配置VLAN

为端口分配VLAN

配置STP

配置VLAN间单臂路由

配置无线连接

检验端到端连通性

S1(config)#vtpmodeserver

SettingdevicetoVTPSERVERmode.

S1(config)#vtpdomainLab4

ChangingVTPdomainnamefromNULLtoLab4

S1(config)#vtppasswordcisco

S1(config)#end

S1#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

S2(config)#vtpmodeclient

SettingdevicetoVTPCLIENTmode.

S2(config)#vtpdomainLab4

S2(config)#vtppasswordcisco

S2(config)#end

S2#

S3(config)#vtpmodeclient

S3(config)#vtpdomainLab4

DomainnamealreadysettoLab4.

S3(config)#vtppasswordcisco

Passwordalreadysettocisco

S3(config)#end

S3#

S1(config)#interfacerangefa0/1-5

S1(config-if-range)#switchportmodetrunk

S1(config-if-range)#switchporttrunknativevlan99

S1(config-if-range)#nosh

S1(config-if-range)#noshutdown

S1(config-if-range)#end

S2(config)#interfacerangefa0/1-5

S2(config-if-range)#switchportmodetrunk

S2(config-if-range)#switchporttrunknativevlan99

S2(config-if-range)#noshutdown

S2(config-if-range)#end

S3(config)#interfacerangefa0/1-5

S3(config-if-range)#switchportm

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 工程科技 > 纺织轻工业

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1