实验CISCO.docx

上传人:b****3 文档编号:3061233 上传时间:2022-11-17 格式:DOCX 页数:45 大小:55.36KB
下载 相关 举报
实验CISCO.docx_第1页
第1页 / 共45页
实验CISCO.docx_第2页
第2页 / 共45页
实验CISCO.docx_第3页
第3页 / 共45页
实验CISCO.docx_第4页
第4页 / 共45页
实验CISCO.docx_第5页
第5页 / 共45页
点击查看更多>>
下载资源
资源描述

实验CISCO.docx

《实验CISCO.docx》由会员分享,可在线阅读,更多相关《实验CISCO.docx(45页珍藏版)》请在冰豆网上搜索。

实验CISCO.docx

实验CISCO

难度1

10分

1、2、3、4、5

难度3

15分

6、6、8、9、10

难度5

15分

11、12、13、14、15

·

一、请按要求完成静态、默认路由的相关配置(难度等级1)。

根据下图所示(以下的设备均为CISCO设备),完成静态路由的相关配置。

实验要求:

1、配置路由器R1、R2和R3的网络接口地址,地址分配如下表所示:

设备

接口

IP地址

子网掩码

网关

备注

R1

Fa0/0

不适用

R1

S1/0

不适用

R2

Fa0/0

不适用

R2

S1/0

2

不适用

R2

S1/1

不适用

R3

Fa0/0

不适用

R3

S1/1

不适用

PC1

网卡

已完成配置

PC2

网卡

已完成配置

PC3

网卡

已完成配置

2、配置静态路由及默认路由。

3、实现全网互通,并保存配置。

得分点:

操作内容

分数10

关键字

配置各接口地址

3

ipadd

静态路由配置

3

默认路由配置

3

iproute0.0.0

答案:

R1配置:

Router>en

Router>enable

Router#conf

Router#configuret

Router#configureterminal

Router(config)#host

Router(config)#hostnameR1

Router(config)#hostnameR1命名

R1(config)#noipdomain-lookup容错

R1(config)#linecon0进入consol

R1(config-line)#loggingsyn日志同步

R1(config-line)#exec-timeout0延时为0

R1(config)#interfaces1/0进入串口

R1(config-line)#descriptionlinktoR2-s1/0说明路径

R1(config-if)#noshutdown打开端口

!

interfacefa0/0

noshutdown

!

interfaces1/0

clockrate64000

noshutdown

!

iproute0.0.0

!

R2配置:

!

interfacefa0/0

noshutdown

!

interfaces1/0

clockrate64000

noshutdown

!

interfaces1/1

clockrate64000

noshutdown

!

!

R3配置:

!

interfacefa0/0

noshutdown

!

interfaces1/1

noshutdown

!

iproute0.0.0

!

二、EthernetChannel基本配置(难度1)

根据下图所示(以下所有设备均为CISCO设备),完成EthernetChannel基础配置。

要求:

1、将两台交换机的F0/2,F0/3绑定一个EthernetChannel,mode为on状态;

2、验证EthernetChannel配置的正确性。

操作内容

分数10

关键字

接口配置

3

switchportmodetrunk

接口配置

3

channel-group1modeon

Port-channel配置

4

interfaceport-channel1

switchportmodetrunk

答案:

SW1的配置:

!

interfaceport-channel1

switchportmodetrunk

noshut

interfaceFastEthernet0/2

channel-group1modeon

switchportmodetrunk

noshut

intFastEthernet0/3

channel-group1modeon

switchportmodetrunk

noshut

!

SW2的配置:

!

interfaceport-channel1

switchportmodetrunk

noshut

!

interfaceFastEthernet0/2

channel-group1modeon

switchportmodetrunk

noshut

!

intFastEthernet0/3

channel-group1modeon

switchportmodetrunk

noshut

!

三、Trunk基本配置(难度1)

根据下图所示(以下所有设备均为CISCO设备),完成Trunk基础配置。

要求:

1、SW1上分别有VLan10、20,SW2上有VLAN10,PC1/PC3属于VLAN10,PC2属于VLAN20;

2、SW1、SW2之间配置Trunk,实现不同的VlAN相互通信。

操作内容

分数10

关键字

VLAN配置

3

vlan10,vlan20;

intvlan

ipaddress

VLAN划分

3

switchportmodeaccess

switchportaccessvlan10

Trunk启用、并保证不同VLAN将的PC互通

4

interfaceFastethernet0/1

switchporttrunkencapsulationdot1q

switchportmodetrunk

互ping

答案:

SW1的配置:

!

iprouting

!

vlan10

namejiguan

!

vlan20

nameshengchan

!

intvlan10

noshut

!

ntvlan20

noshut

!

interfaceFastethernet0/1

switchporttrunkencapsulationdot1q启用1q模式封装

switchportmodetrunk选择路由为trunk模式

noshut

switchporttrunkallowedvlan10,20连通vlan1020

!

interfaceFastethernet0/2

switchportmodeaccess连接模式

switchportaccessvlan10

noshut

!

interfaceFasetethernet0/3

switchportmodeaccess

switchportmodeaccess

switchportaccessvlan20

noshut

!

SW2配置:

!

iprouting

!

vlan10

vlan20

!

interfacevlan10

noshut

!

interfaceFastethernet0/1

switchporttrunkencapsulationdot1q

swtichportmodetrunk

noshut

!

interfaceFastethernet0/2

switchportmodeaccess

switchportaccessvlan10

noshut

!

四、CHAP认证基本配置(难度1)

要求:

1、使用“username用户名password密码”命令为对方配置用户名和密码,注意:

两方的密码要相同。

2、在路由器R1、R2串口上配置PPP封装,并配置CHAP身份验证。

3、验证否配置成功。

操作内容

分数10

关键字

接口配置

3

ipaddress

使用用户名密码

3

usernameXXpasswordcisco

在两台设备启用PPP封装,并配置CHAP身份验证

4

interfaces0/0

encapsulationppp

pppauthenticationchap

答案:

R1的配置

!

shrun查看配置

interfaces1/0

252

noshut

!

usernameR1passwordcisco

usernameciscopasswordcisco(可不用这句)

noipdomain-lookup

!

interfaces1/0

descriptionlinktoR2-s1/0

252

noshut

encapsulationppp启用PPP协议

pppauthenticationchap验证PPP命令

!

Linecon0

Exec-timeout00

Passwordcisco

Loginlocal本地启用

!

Linevty04配置过程登陆

Passwordcisco

Loginlocal本地启用

R2的配置

!

interfaces0/0

252

noshut

!

usernameR2passwordcisco

!

interfaces0/0

encapsulationppp

pppauthenticationchap

!

End

路由重启后生效

测试命令:

debugpppauthentication

关闭测试命令:

nodebugpppauthentication

五、EIGRP手工汇总(难度1)

要求:

1、完成拓扑图上所标识接口地址的配置工作,注意子网掩码的划分。

2、路由器R1、R2和R3之间运行EIGRP,进程10,关闭自动汇总功能。

3、在路由器R3上将四个回环地址做手工路由汇总,在R1上查看路由学习情况,并实现全网互通。

操作内容

分数10

关键字

接口配置

3

ipaddress

EIGRP协议的运行

3

routereigrp10

network1.1.1

noauto-summary

在R3上的Serial0/1上做手工汇总

4

interfaceSerial0/1

ipsummary-addresseigrp103.3.0

答案:

R1的配置:

!

interfaceLoopback0

ipaddress1.1.1

!

interfaceSerial0/0

noshut

!

routereigrp10

network1.1.1

noauto-summary

!

R2的配置

!

interfaceLoopback0

ipaddress2.2.2

!

interfaceSerial0/0

!

interfaceSerial0/1

noshut

!

routereigrp10

network2.2.2

noauto-summary

!

R3的配置:

!

interfaceLoopback0

ipaddress3

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

当前位置:首页 > PPT模板 > 其它模板

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

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