OSPF NBMA网络类型配置(non-broadcast 与 point-to-multipoint)
合集下载
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
!
!
router ospf 10
network 10.1.1.0 0.0.0.255 area 0
R3
interface Serial0/0
ip address 10.1.1.3 255.255.255.0
encapsulation frame-relay IETF
ip ospf network point-to-multipoint
r2(config-if)#encapsulation frame-relay ietf
r2(config-if)#no frame-relay inverse-arp
r2(config-if)#frame-relay lmi-type cisco
r2(config-if)#frame map ip 10.1.1.1 201
实验心得体会
在使用帧中继的时候也可以使用路由协议,但是在使用OSPF协议的时候要注意网络类型,本实验需注意的是网络类型为点到多点。
实验主要步骤与配置内容
frame-relay switching
interface Serial0/1
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 102 interface Serial0/2 201
no frame-relay inverse-arp
!
router ospf 10
network 10.1.1.0 0.0.0.255 area 0(写不完时,可另附稿纸。)
实验主要步骤与配置内容
R2
interface Serial0/0
ip address 10.1.1.2 255.255.255.0
IETF, status defined, active
Serial0/0.1 (up): ip 10.1.1.3 dlci 103(0x67,0x1870), static,
IETF, status defined, active
r2#sho fram map
Serial0/0 (up): ip 10.1.1.1 dlci 201(0xC9,0x3090), static,
R1
Router os 10
Net 10.1.1.0 0.0.0.255 ar 0
Int s0/0.1 mu
Ip ospf net point-to-mu
R2
Router os 10
Net 10.1.1.0 0.0.0.255 ar 0
Int s0/0
Ip os net point-to-mu
R3
Router os 10
r1(config-if)#no sh
r1(config-if)#exit
r1(config)#int s0/0.1 multipoint
r1(config-subif)#ip add 10.1.1.1 255.255.255.0
r1(config-subif)#no frame-relay inverse-arp
Net 10.1.1.0 0.0.0.255 ar 0
Int s0/0
Ip os net point-to-mu
R1
interface Serial0/0
no ip address
encapsulation frame-relay IETF
no frame-relay inverse-arp
frame-relay lmi-type cisco
encapsulation frame-relay IETF
ip ospf network point-to-multipoint
serial restart-delay 0
frame-relay map ip 10.1.1.1 201
no frame-relay inverse-arp
frame-relay lmi-type cisco
Serial0/2 203 Serial0/3 302 active
Serial0/3 301 Serial0/1 103 active
Serial0/3 302 Serial0/2 203 active
r1#sho fram map
Serial0/0.1 (up): ip 10.1.1.2 dlci 102(0x66,0x1860), static,
计算机类课程实验报告
院/系:网络工程课程名称:广域网技术
班级
姓名
学号
实验室号
日期
年月日
组号
计算机号
实验名称
OSPF NBMA网络类型配置(non-broadcast与point-to-multipoint)
得分情况
一
二
三
四
五
六
成绩评定
实验内容要求
实验目的:掌握在点到多点的帧中继网络中如何配置OSPF。
serial restart-delay 0
frame-relay map ip 10.1.1.1 301
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
!
router ospf 10
network 10.1.1.0 0.0.0.255 area 0
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0/1 102 Serial0/2 201 active
Serial0/1 103 Serial0/3 301 active
Serial0/2 201 Serial0/1 102 active
frame-relay lmi-ቤተ መጻሕፍቲ ባይዱype cisco
frame-relay intf-type dce
frame-relay route 301 interface Serial0/1 103
frame-relay route 302 interface Serial0/2 203
fr#sho frame-relay route
frame-relay route 103 interface Serial0/3 301
inerface Serial0/2
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type cisco
frame-relay intf-type dce
IETF, status defined, active
r3#sho fram map
Serial0/0 (up): ip 10.1.1.1 dlci 301(0x12D,0x48D0), static,
IETF, status defined, active
(写不完时,可另附稿纸。)
实验主要步骤与配置内容
r3(config-if)#frame-relay lmi-type cisco
r3(config-if)#frame map ip 10.1.1.1 301
r3(config-if)#no sh
r3(config-if)#end
(写不完时,可另附稿纸。)
备注:本实验报告用于计算机类相关课程的实验,务必按时、按要求完成。不交此报告者,本次实验为“不合格”。
r1(config-subif)#frame-relay map ip 10.1.1.2 102
r1(config-subif)#frame-relay map ip 10.1.1.3 103
r1(config-subif)#end
r2(config)#int s0/0
r2(config-if)#ip add 10.1.1.2 255.255.255.0
frame-relay route 201 interface Serial0/1 102
frame-relay route 203 interface Serial0/3 302
interface Serial0/3
no ip address
encapsulation frame-relay IETF
实现功能:实施帧中继点到多点基础上的OSPF路由协议。
实验拓扑以及IP地址规划
cisco C3640路由器(4台)
R1 s0/0.1 10.1.1.1 dlci 102 103
R2 s0/0 10.1.1.2 dlci 201
R3 s0/0 10.1.1.3 dlci 301
备注:本实验报告用于计算机类相关课程的实验,务必按时、按要求完成。不交此报告者,本次实验为“不合格”。
实验主要步骤与配置内容
r1(config)#int s0/0
r1(config-if)#encapsulation frame-relay ietf
r1(config-if)#no frame-relay inverse-arp
r1(config-if)#frame-relay lmi-type cisco
r2(config-if)#no sh
r2(config-if)#end
r3(config)#int s0/0
r3(config-if)#ip add 10.1.1.3 255.255.255.0
r3(config-if)#encapsulation frame-relay ietf
r3(config-if)#no frame-relay inverse-arp
!
interface Serial0/0.1 multipoint
ip address 10.1.1.1 255.255.255.0
ip ospf network point-to-multipoint
frame-relay map ip 10.1.1.2 102
frame-relay map ip 10.1.1.3 103
!
router ospf 10
network 10.1.1.0 0.0.0.255 area 0
R3
interface Serial0/0
ip address 10.1.1.3 255.255.255.0
encapsulation frame-relay IETF
ip ospf network point-to-multipoint
r2(config-if)#encapsulation frame-relay ietf
r2(config-if)#no frame-relay inverse-arp
r2(config-if)#frame-relay lmi-type cisco
r2(config-if)#frame map ip 10.1.1.1 201
实验心得体会
在使用帧中继的时候也可以使用路由协议,但是在使用OSPF协议的时候要注意网络类型,本实验需注意的是网络类型为点到多点。
实验主要步骤与配置内容
frame-relay switching
interface Serial0/1
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 102 interface Serial0/2 201
no frame-relay inverse-arp
!
router ospf 10
network 10.1.1.0 0.0.0.255 area 0(写不完时,可另附稿纸。)
实验主要步骤与配置内容
R2
interface Serial0/0
ip address 10.1.1.2 255.255.255.0
IETF, status defined, active
Serial0/0.1 (up): ip 10.1.1.3 dlci 103(0x67,0x1870), static,
IETF, status defined, active
r2#sho fram map
Serial0/0 (up): ip 10.1.1.1 dlci 201(0xC9,0x3090), static,
R1
Router os 10
Net 10.1.1.0 0.0.0.255 ar 0
Int s0/0.1 mu
Ip ospf net point-to-mu
R2
Router os 10
Net 10.1.1.0 0.0.0.255 ar 0
Int s0/0
Ip os net point-to-mu
R3
Router os 10
r1(config-if)#no sh
r1(config-if)#exit
r1(config)#int s0/0.1 multipoint
r1(config-subif)#ip add 10.1.1.1 255.255.255.0
r1(config-subif)#no frame-relay inverse-arp
Net 10.1.1.0 0.0.0.255 ar 0
Int s0/0
Ip os net point-to-mu
R1
interface Serial0/0
no ip address
encapsulation frame-relay IETF
no frame-relay inverse-arp
frame-relay lmi-type cisco
encapsulation frame-relay IETF
ip ospf network point-to-multipoint
serial restart-delay 0
frame-relay map ip 10.1.1.1 201
no frame-relay inverse-arp
frame-relay lmi-type cisco
Serial0/2 203 Serial0/3 302 active
Serial0/3 301 Serial0/1 103 active
Serial0/3 302 Serial0/2 203 active
r1#sho fram map
Serial0/0.1 (up): ip 10.1.1.2 dlci 102(0x66,0x1860), static,
计算机类课程实验报告
院/系:网络工程课程名称:广域网技术
班级
姓名
学号
实验室号
日期
年月日
组号
计算机号
实验名称
OSPF NBMA网络类型配置(non-broadcast与point-to-multipoint)
得分情况
一
二
三
四
五
六
成绩评定
实验内容要求
实验目的:掌握在点到多点的帧中继网络中如何配置OSPF。
serial restart-delay 0
frame-relay map ip 10.1.1.1 301
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
!
router ospf 10
network 10.1.1.0 0.0.0.255 area 0
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0/1 102 Serial0/2 201 active
Serial0/1 103 Serial0/3 301 active
Serial0/2 201 Serial0/1 102 active
frame-relay lmi-ቤተ መጻሕፍቲ ባይዱype cisco
frame-relay intf-type dce
frame-relay route 301 interface Serial0/1 103
frame-relay route 302 interface Serial0/2 203
fr#sho frame-relay route
frame-relay route 103 interface Serial0/3 301
inerface Serial0/2
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type cisco
frame-relay intf-type dce
IETF, status defined, active
r3#sho fram map
Serial0/0 (up): ip 10.1.1.1 dlci 301(0x12D,0x48D0), static,
IETF, status defined, active
(写不完时,可另附稿纸。)
实验主要步骤与配置内容
r3(config-if)#frame-relay lmi-type cisco
r3(config-if)#frame map ip 10.1.1.1 301
r3(config-if)#no sh
r3(config-if)#end
(写不完时,可另附稿纸。)
备注:本实验报告用于计算机类相关课程的实验,务必按时、按要求完成。不交此报告者,本次实验为“不合格”。
r1(config-subif)#frame-relay map ip 10.1.1.2 102
r1(config-subif)#frame-relay map ip 10.1.1.3 103
r1(config-subif)#end
r2(config)#int s0/0
r2(config-if)#ip add 10.1.1.2 255.255.255.0
frame-relay route 201 interface Serial0/1 102
frame-relay route 203 interface Serial0/3 302
interface Serial0/3
no ip address
encapsulation frame-relay IETF
实现功能:实施帧中继点到多点基础上的OSPF路由协议。
实验拓扑以及IP地址规划
cisco C3640路由器(4台)
R1 s0/0.1 10.1.1.1 dlci 102 103
R2 s0/0 10.1.1.2 dlci 201
R3 s0/0 10.1.1.3 dlci 301
备注:本实验报告用于计算机类相关课程的实验,务必按时、按要求完成。不交此报告者,本次实验为“不合格”。
实验主要步骤与配置内容
r1(config)#int s0/0
r1(config-if)#encapsulation frame-relay ietf
r1(config-if)#no frame-relay inverse-arp
r1(config-if)#frame-relay lmi-type cisco
r2(config-if)#no sh
r2(config-if)#end
r3(config)#int s0/0
r3(config-if)#ip add 10.1.1.3 255.255.255.0
r3(config-if)#encapsulation frame-relay ietf
r3(config-if)#no frame-relay inverse-arp
!
interface Serial0/0.1 multipoint
ip address 10.1.1.1 255.255.255.0
ip ospf network point-to-multipoint
frame-relay map ip 10.1.1.2 102
frame-relay map ip 10.1.1.3 103