OSPF 特殊区域的配置案例

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

上机报告

姓名学号专业

班级

计科1101

课程

名称

路由交换技术

指导教师

机房

名称

上机

日期

2013 年10月14 日上机项目名称

上机步骤及内容:

一、实验目的

·掌握ospf协议的stub区域配置方法

·掌握ospf协议的nssa区域配置方法

二、实验仪器设备和材料清单

器材:路由器4台,交换机2台,导线若干三、实验内容

·掌握ospf协议的stub区域配置方法

·掌握ospf协议的nssa区域配置方法

四、实验步骤

任务一stub区域配置

图1.1 实验拓扑图

一、配置stub区域

1、R1的配置代码

[R1]dis cu

#

version 5.20, Release 1808, Standard

#

sysname R1

#

domain default enable system

#

#

interface Ethernet0/0

port link-mode route

ip address 192.168.2.1 255.255.255.0

#

interface Ethernet0/0.1

vlan-type dot1q vid 1

ip address 202.168.0.1 255.255.255.0

#

interface Ethernet0/0.2

vlan-type dot1q vid 2

ip address 202.168.1.1 255.255.255.0

#

interface Ethernet0/0.3

vlan-type dot1q vid 3

ip address 202.168.2.1 255.255.255.0

#

interface Ethernet0/0.4

vlan-type dot1q vid 4

ip address 202.168.3.1 255.255.255.0

#

interface Ethernet0/1

port link-mode route

ip address 10.0.0.1 255.255.255.0

#

interface Serial1/0

link-protocol ppp

#

interface Serial2/0

link-protocol ppp

#

interface NULL0

#

interface LoopBack0

ip address 1.1.1.1 255.255.255.255

#

ospf 1 router-id 1.1.1.1

import-route direct

area 0.0.0.1

network 10.0.0.0 0.0.0.255

network 1.1.1.0 0.0.0.255

#

[R1]

2、R2的配置代码

[R2]dis cur

#

version 5.20, Release 1808, Standard

#

dar p2p signature-file cfa0:/p2p_default.mtd #

port-security enable

#

vlan 1

#

domain system

interface Aux0

async mode flow

link-protocol ppp

#

interface Ethernet0/0

port link-mode route

ip address 10.0.0.2 255.255.255.0 #

interface Ethernet0/1

port link-mode route

ip address 20.0.0.1 255.255.255.0 #

interface Serial1/0

link-protocol ppp

#

interface Serial2/0

link-protocol ppp

#

interface NULL0

#

interface LoopBack0

ip address 2.2.2.2 255.255.255.255 #

ospf 1 router-id 2.2.2.2

area 0.0.0.0

network 20.0.0.0 0.0.0.255 network 2.2.2.0 0.0.0.255

area 0.0.0.1

network 10.0.0.0 0.0.0.255

#

[R2]

3、R3的配置代码

[R3]dis cur

#

#

interface Ethernet0/0

port link-mode route

ip address 20.0.0.2 255.255.255.0 #

interface Ethernet0/1

port link-mode route

ip address 30.0.0.1 255.255.255.0

相关文档
最新文档