OSPF NBMA实验(单播、广播)

在帧中继下ospf网络类型默认为NBMA,不支持广播(其实指的是组播,因为ospf是通过组播来发送数据的),只支持单播。

以下实验是在帧中继下既能使ospf网络类型支持默认单播,又通过修改网络类型手段支持广播(其实指的组播,因为ospf是通过组播来发送报文的)。

以下我们第一种方式使用默认单播方式做的实验,第二种实验采用广播方式(既然你不支持广播,那么我让你支持广播【其实指的组播,因为ospf是通过组播来发送报文的】不就行了?)

(两个实验帧中继map表相同)

第一种,采用默认单播方式,需要手动指定peer

R1

[Huawei]dis cur conf ospf

[V200R003C00]

#

ospf 1

 peer 10.1.123.2

 peer 10.1.123.3

area 0.0.0.0

network 10.1.123.0 0.0.0.255

network 11.1.1.1 0.0.0.0

#

return

[Huawei]dis cur inter

[Huawei]dis cur interface s 1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr (s口默认为ppp,也就是p2p网络类型。因此需要修改成fr

 fr map ip 10.1.123.2 102

 fr map ip 10.1.123.3 103

ip address 10.1.123.1 255.255.255.0

[Huawei]dis ospf inter s 1/0/0

OSPF Process 1 with Router ID 11.1.1.1

Interfaces

Interface: 10.1.123.1 (Serial1/0/0)(要选择DR、BDR、DROther)

Cost: 48      State: DROther    Type: NBMA      MTU: 1500

Priority: 1

Designated Router: 10.1.123.3

Backup Designated Router: 10.1.123.2

Timers: Hello 30 , Dead 120 , Poll  120 , Retransmit 5 , Transmit Delay 1

[Huawei]dis ospf peer bri

OSPF Process 1 with Router ID 11.1.1.1

Peer Statistic Information

----------------------------------------------------------------------------

Area Id          Interface                        Neighbor id      State

0.0.0.0          Serial1/0/0                      22.1.1.1         Full

0.0.0.0          Serial1/0/0                      33.1.1.1         Full    

----------------------------------------------------------------------------

R2

[Huawei]dis cu conf ospf

[V200R003C00]

#

ospf 1

peer 10.1.123.1

peer 10.1.123.3

area 0.0.0.0

network 10.1.123.0 0.0.0.255

network 22.1.1.1 0.0.0.0

#

return

[Huawei]dis cu inter s 1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr

fr map ip 10.1.123.1 201

fr map ip 10.1.123.3 203

ip address 10.1.123.2 255.255.255.0

[Huawei]dis ospf inter s 1/0/0

OSPF Process 1 with Router ID 22.1.1.1

Interfaces

Interface: 10.1.123.2 (Serial1/0/0)

Cost: 48      State: BDR       Type: NBMA      MTU: 1500

Priority: 1

Designated Router: 10.1.123.3

Backup Designated Router: 10.1.123.2

Timers: Hello 30 , Dead 120 , Poll  120 , Retransmit 5 , Transmit Delay 1

[Huawei]

[Huawei]

[Huawei]dis ospf peer bri

OSPF Process 1 with Router ID 22.1.1.1

Peer Statistic Information

----------------------------------------------------------------------------

Area Id          Interface                        Neighbor id      State

0.0.0.0          Serial1/0/0                      11.1.1.1         Full

0.0.0.0          Serial1/0/0                      33.1.1.1         Full

----------------------------------------------------------------------------

R3

[Huawei-ospf-1]dis cu conf ospf

[V200R003C00]

#

ospf 1

peer 10.1.123.1

peer 10.1.123.2

area 0.0.0.0

network 10.1.123.0 0.0.0.255

network 33.1.1.1 0.0.0.0

#

return

[Huawei-ospf-1]dis cu int s 1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr

fr map ip 10.1.123.1 301

fr map ip 10.1.123.2 302

ip address 10.1.123.3 255.255.255.0

#

[Huawei]dis ospf inter s 1/0/0

OSPF Process 1 with Router ID 33.1.1.1

Interfaces

Interface: 10.1.123.3 (Serial1/0/0)

Cost: 48      State: DR        Type: NBMA      MTU: 1500

Priority: 1

Designated Router: 10.1.123.3

Backup Designated Router: 10.1.123.2

Timers: Hello 30 , Dead 120 , Poll  120 , Retransmit 5 , Transmit Delay 1

[Huawei]dis ospf peer bri

OSPF Process 1 with Router ID 33.1.1.1

Peer Statistic Information

----------------------------------------------------------------------------

Area Id          Interface                        Neighbor id      State

0.0.0.0          Serial1/0/0                      11.1.1.1         Full

0.0.0.0          Serial1/0/0                      22.1.1.1         Full

----------------------------------------------------------------------------

第二种,NBMA默认不支持广播(其实指的是组播),那么我就要让你支持广播方式(均不需指定peer),具体实验如下:

R1:

[Huawei]dis cur conf ospf

[V200R003C00]

#

ospf 1

area 0.0.0.0

network 10.1.123.0 0.0.0.255

network 11.1.1.1 0.0.0.0

#

return

[Huawei]dis current-configuration interface s1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr

fr map ip 10.1.123.2 102 broadcast (建立帧中继map支持广播表?)

fr map ip 10.1.123.3 103 broadcast

ip address 10.1.123.1 255.255.255.0

ospf network-type broadcast (网络类型修改)

#

return

[Huawei]dis ospf interface Serial 1/0/0

OSPF Process 1 with Router ID 11.1.1.1

Interfaces

Interface: 10.1.123.1 (Serial1/0/0)

Cost: 48      State: BDR       Type: Broadcast    MTU: 1500

Priority: 1

Designated Router: 10.1.123.3

Backup Designated Router: 10.1.123.1

Timers: Hello 10 , Dead 40 , Poll  120 , Retransmit 5 , Transmit Delay 1

[Huawei]dis ospf peer bri

OSPF Process 1 with Router ID 11.1.1.1

Peer Statistic Information

----------------------------------------------------------------------------

Area Id          Interface                        Neighbor id      State

0.0.0.0          Serial1/0/0                      22.1.1.1         Full

0.0.0.0          Serial1/0/0                      33.1.1.1         Full

----------------------------------------------------------------------------

R2:

[Huawei]dis cu conf ospf

[V200R003C00]

#

ospf 1

area 0.0.0.0

network 10.1.123.0 0.0.0.255

network 22.1.1.1 0.0.0.0

#

return

[Huawei]dis cu interface s 1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr

fr map ip 10.1.123.1 201 broadcast

fr map ip 10.1.123.3 203 broadcast

ip address 10.1.123.2 255.255.255.0

ospf network-type broadcast

#

return

[Huawei]dis ospf inter

[Huawei]dis ospf interface s1/0/0

OSPF Process 1 with Router ID 22.1.1.1

Interfaces

Interface: 10.1.123.2 (Serial1/0/0)

Cost: 48      State: DROther    Type: Broadcast    MTU: 1500

Priority: 1

Designated Router: 10.1.123.3

Backup Designated Router: 10.1.123.1

Timers: Hello 10 , Dead 40 , Poll  120 , Retransmit 5 , Transmit Delay 1

[Huawei]dis ospf peer bri

OSPF Process 1 with Router ID 22.1.1.1

Peer Statistic Information

----------------------------------------------------------------------------

Area Id          Interface                        Neighbor id      State

0.0.0.0          Serial1/0/0                      11.1.1.1         Full

0.0.0.0          Serial1/0/0                      33.1.1.1         Full

----------------------------------------------------------------------------

[Huawei]

R3:

[Huawei]dis cu config ospf

[V200R003C00]

#

ospf 1

area 0.0.0.0

network 10.1.123.0 0.0.0.255

network 33.1.1.1 0.0.0.0

#

return

[Huawei]dis cu inter s 1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr

fr map ip 10.1.123.1 301 broadcast

fr map ip 10.1.123.2 302 broadcast

ip address 10.1.123.3 255.255.255.0

ospf network-type broadcast

#

return

[Huawei]dis ospf inter s 1/0/0

OSPF Process 1 with Router ID 33.1.1.1

Interfaces

Interface: 10.1.123.3 (Serial1/0/0)

Cost: 48      State: DR        Type: Broadcast    MTU: 1500

Priority: 1

Designated Router: 10.1.123.3

Backup Designated Router: 10.1.123.1

Timers: Hello 10 , Dead 40 , Poll  120 , Retransmit 5 , Transmit Delay 1

[Huawei]dis ospf peer bri

OSPF Process 1 with Router ID 33.1.1.1

Peer Statistic Information

----------------------------------------------------------------------------

Area Id          Interface                        Neighbor id      State

0.0.0.0          Serial1/0/0                      11.1.1.1         Full

0.0.0.0          Serial1/0/0                      22.1.1.1         Full

----------------------------------------------------------------------------

时间: 2024-10-10 07:36:23

OSPF NBMA实验(单播、广播)的相关文章

CCNP第四天 OSPF综合实验(1)

ospf综合实验(1) 本实验主要考察ospf中的接口上的多种工作方式 实验如图所示: 所用拓扑为CCNP标准版,如图: ------------------------------------------------------------------------------------------------------------------------------------- 1. 全网可达 由于CCNP中帧中继是默认全部开启,而且是全连通的,所以在物理接口和多点子接口上建议关闭逆向a

CCNP实验九:OSPF 帧中继实验系列2:BMA模式

一,帧中继配置 r1(config)#inter lo 0 r1(config-if)#ip add 1.1.1.1 255.255.255.0 r1(config-if)#ip ospf network point-to-p r1(config-if)#inter s1/2 r1(config-if)#en frame-relay r1(config-if)#ip add 178.1.1.1 255.255.255.0 r1(config-if)#no frame-relay inverse-

LAB OSPF 综合实验

OSPF 综合实验 1. 实验目的1) 理解和掌握 OSPF stub 区域的特点和配置2) 理解和掌握 OSPF totally stub 区域的特点和配置3) 理解和掌握 OSPF NSSA 区域的特点和配置4) 理解和掌握 OSPF totally NSSA 区域的特点和配置5) 掌握被动接口的作用6) 掌握 OSPF LSA7 的作用7) 掌握 OSPF 邻居间的验证2. 实验拓扑3. 实验需求1) 参考拓扑,完成各路由器的基本配置,除图示地址标识外,设备间的地址自己规划.2) 完成各路

CCNP实验八:OSPF 帧中继实验系列1:NBMA模式

一,帧中继配置 r1(config)#inter lo 0 r1(config-if)#ip add 1.1.1.1 255.255.255.0 r1(config-if)#ip ospf network point-to-p    改变环回口主机路由属性 r1(config-if)#inter s1/2 r1(config-if)#en frame-relay r1(config-if)#ip add 178.1.1.1 255.255.255.0 r1(config-if)#no frame

OSPF汇总实验

实验名称                OSPF汇总操作 一.实验需求 1.实验拓扑 2.需求 一.area1,area2不得出现4类LSA,5类LSA: 二.R4到R5通过帧中继连接,R4连接R5为point-to-point类型: 三.R4到R6通过帧中继连接,R4连接R6为point-to-multi类型: 四.在R1和R2开启认证,链路封装类型为PPP,认证为PAP: 五.Area1 启用区域认证: 六.Area 1 (R1)创建三个环回口,分别为lo 10 202.1.1.1/24,l

20、OSPF配置实验之特殊区域stub

1.特殊区域stub解析 区域类型 作用 是否下发默认路由 备注 stub 过滤LSA4.LSA5 ABR默认下发3类默认路由,seed cost值为1 本区域所有路由器都必须配置成stub,否则邻居起不来,且不能包含ASBR 2.实验拓扑 3.实验配置 R1配置 interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial0/0 ip address 12.1.1.1 255.255.255.0 router osp

26、OSPF配置实验之不规则区域虚链路

1.实验拓扑 按拓扑所示配置好OSPF后,此时由于area2与area0之间隔着area1,此时area2中的R5并没有路由可达area3.area0.area1.为此我们在R3.R4上建立一条虚链路即可. 2.实验配置 R1配置 interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial0/0 ip address 12.1.1.1 255.255.255.0 router ospf 110 router-id 1

14、OSPF配置实验之LSA3(Summary LSAs)

1.Network LSAs解析 LSA类型 通告者 传播范围 通告内容 Link ID ADV Router 注 释 Router lsa 所有路由器 同一Area 路由.拓扑 RouterID RouterID Network lsa DR 同一Area 掩码.拓扑 DR IP DR RID 仅存MA网络 Summary lsa ABR 整个OSPF Area 路由.掩码.Metric 路由 ABR RID 路由标记为IA 2.实验拓扑 3.实验配置 R1配置 interface Loopb

24、OSPF配置实验之不规则区域多进程双向重分布

1.实验拓扑 按拓扑所示配置好OSPF后,此时由于area2与area0之间隔着area1,此时area2中的R5并没有路由可达area3.area0.area1.为此我们在R4上启两个OSPF路由进程,分别将area1和area2宣告进去,并在OSPF进程中分别将对方重分布进来即可. 2.实验配置 R1配置 interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial0/0 ip address 12.1.1.1 2