在帧中继二层网络中,如果要使用p2mp采用网络类型为broadcast,需要注意:一、HUB点必须为DR,二、需要在R2与R3之间再建立一条PVC,以此来使R2,R3彼此之间来学习到正确的下一跳,否则如R2学习到33.1.1.1的下一跳是10.1.123.3,造成ping不通。(由于DLCI只有2个号,因此借用之前的两个DLCI号)

yeslab实验,我怎么觉得这个实验没多大意义,但是留作学习使用

R1:

<Huawei>dis current-configuration 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 cu int s 1/0/0

[V200R003C00]

#

interface Serial1/0/0

link-protocol fr

fr map ip 10.1.123.2 102 broadcast

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 int s1/0/0

OSPF Process 1 with Router ID 11.1.1.1

Interfaces

Interface: 10.1.123.1 (Serial1/0/0)

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

Priority: 1

Designated Router: 10.1.123.1

Backup Designated Router: 10.1.123.3

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

<Huawei>dis ospf pe

<Huawei>dis ospf peer

OSPF Process 1 with Router ID 11.1.1.1

Neighbors

Area 0.0.0.0 interface 10.1.123.1(Serial1/0/0)'s neighbors

Router ID: 22.1.1.1         Address: 10.1.123.2

State: Full  Mode:Nbr is  Master  Priority: 1

DR: 10.1.123.1  BDR: 10.1.123.2  MTU: 0

Dead timer due in 40  sec

Retrans timer interval: 5

Neighbor is up for 00:18:17

Authentication Sequence: [ 0 ]

Router ID: 33.1.1.1         Address: 10.1.123.3

State: Full  Mode:Nbr is  Master  Priority: 1

DR: 10.1.123.1  BDR: 10.1.123.3  MTU: 0

Dead timer due in 33  sec

Retrans timer interval: 5

Neighbor is up for 00:19:08

Authentication Sequence: [ 0 ]

<Huawei>dis ospf bri

OSPF Process 1 with Router ID 11.1.1.1

OSPF Protocol Information

RouterID: 11.1.1.1         Border Router:

Multi-×××-Instance is not enabled

Global DS-TE Mode: Non-Standard IETF Mode

Graceful-restart capability: disabled

Helper support capability  : not configured

Applications Supported: MPLS Traffic-Engineering

Spf-schedule-interval: max 10000ms, start 500ms, hold 1000ms

Default ASE parameters: Metric: 1 Tag: 1 Type: 2

Route Preference: 10

ASE Route Preference: 150

SPF Computation Count: 89

RFC 1583 Compatible

Retransmission limitation is disabled

Area Count: 1   Nssa Area Count: 0

ExChange/Loading Neighbors: 0

Process total up interface count: 2

Process valid up interface count: 1

Area: 0.0.0.0          (MPLS TE not enabled)

Authtype: None   Area flag: Normal

SPF scheduled Count: 89

ExChange/Loading Neighbors: 0

Router ID conflict state: Normal

Area interface up count: 2

Interface: 11.1.1.1 (LoopBack0)

Cost: 0       State: P-2-P     Type: P2P       MTU: 1500

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

Interface: 10.1.123.1 (Serial1/0/0)

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

Priority: 1

Designated Router: 10.1.123.1

Backup Designated Router: 10.1.123.3

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

<Huawei>dis ip rou

<Huawei>dis ip routing-table pr

<Huawei>dis ip routing-table protocol ospf

Route Flags: R - relay, D - download to fib

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

Public routing table : OSPF

Destinations : 2        Routes : 2

OSPF routing table status : <Active>

Destinations : 2        Routes : 2

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

22.1.1.1/32  OSPF    10   48          D   10.1.123.2      Serial1/0/0

33.1.1.1/32  OSPF    10   48          D   10.1.123.3      Serial1/0/0

OSPF routing table status : <Inactive>

Destinations : 0        Routes : 0

<Huawei>dis ip routing-table

Route Flags: R - relay, D - download to fib

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

Routing Tables: Public

Destinations : 12       Routes : 12

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

10.1.123.0/24  Direct  0    0           D   10.1.123.1      Serial1/0/0

10.1.123.1/32  Direct  0    0           D   127.0.0.1       Serial1/0/0

10.1.123.2/32  Direct  0    0           D   10.1.123.2      Serial1/0/0

10.1.123.3/32  Direct  0    0           D   10.1.123.3      Serial1/0/0

10.1.123.255/32  Direct  0    0           D   127.0.0.1       Serial1/0/0

11.1.1.1/32  Direct  0    0           D   127.0.0.1       LoopBack0

22.1.1.1/32  OSPF    10   48          D   10.1.123.2      Serial1/0/0

33.1.1.1/32  OSPF    10   48          D   10.1.123.3      Serial1/0/0

127.0.0.0/8   Direct  0    0           D   127.0.0.1       InLoopBack0

127.0.0.1/32  Direct  0    0           D   127.0.0.1       InLoopBack0

127.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0

255.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0

<Huawei>dis os

<Huawei>dis ospf pe

<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

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

<Huawei>

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

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 inter 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 201 (R2到R3需要建立一条pvc,借用到R1的dlci号,如果不做这条R2与R3学习到彼此的路由下一跳均是对端地址,而非R1地址,造成路由不可达)

ip address 10.1.123.2 255.255.255.0

 ospf network-type broadcast

#

return

<Huawei>dis ospf inter 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: BDR       Type: Broadcast    MTU: 1500

Priority: 1

Designated Router: 10.1.123.1

Backup Designated Router: 10.1.123.2

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

<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

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

<Huawei>dis ospf br

<Huawei>dis ospf brief

OSPF Process 1 with Router ID 22.1.1.1

OSPF Protocol Information

RouterID: 22.1.1.1         Border Router:

Multi-×××-Instance is not enabled

Global DS-TE Mode: Non-Standard IETF Mode

Graceful-restart capability: disabled

Helper support capability  : not configured

Applications Supported: MPLS Traffic-Engineering

Spf-schedule-interval: max 10000ms, start 500ms, hold 1000ms

Default ASE parameters: Metric: 1 Tag: 1 Type: 2

Route Preference: 10

ASE Route Preference: 150

SPF Computation Count: 96

RFC 1583 Compatible

Retransmission limitation is disabled

Area Count: 1   Nssa Area Count: 0

ExChange/Loading Neighbors: 0

Process total up interface count: 2

Process valid up interface count: 1

Area: 0.0.0.0          (MPLS TE not enabled)

Authtype: None   Area flag: Normal

SPF scheduled Count: 96

ExChange/Loading Neighbors: 0

Router ID conflict state: Normal

Area interface up count: 2

Interface: 22.1.1.1 (LoopBack0)

Cost: 0       State: P-2-P     Type: P2P       MTU: 1500

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

Interface: 10.1.123.2 (Serial1/0/0)

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

Priority: 1

Designated Router: 10.1.123.1

Backup Designated Router: 10.1.123.2

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

<Huawei>

<Huawei>dis ip rou

<Huawei>dis ip routing-table

Route Flags: R - relay, D - download to fib

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

Routing Tables: Public

Destinations : 12       Routes : 12

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

10.1.123.0/24  Direct  0    0           D   10.1.123.2      Serial1/0/0

10.1.123.1/32  Direct  0    0           D   10.1.123.1      Serial1/0/0

10.1.123.2/32  Direct  0    0           D   127.0.0.1       Serial1/0/0

10.1.123.3/32  Direct  0    0           D   10.1.123.3      Serial1/0/0

10.1.123.255/32  Direct  0    0           D   127.0.0.1       Serial1/0/0

11.1.1.1/32  OSPF    10   48          D   10.1.123.1      Serial1/0/0

22.1.1.1/32  Direct  0    0           D   127.0.0.1       LoopBack0

33.1.1.1/32  OSPF    10   48          D   10.1.123.3      Serial1/0/0

127.0.0.0/8   Direct  0    0           D   127.0.0.1       InLoopBack0

127.0.0.1/32  Direct  0    0           D   127.0.0.1       InLoopBack0

127.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0

255.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0

<Huawei>dis ip rou

<Huawei>dis ip routing-table pr ospf

Route Flags: R - relay, D - download to fib

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

Public routing table : OSPF

Destinations : 2        Routes : 2

OSPF routing table status : <Active>

Destinations : 2        Routes : 2

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

11.1.1.1/32  OSPF    10   48          D   10.1.123.1      Serial1/0/0

33.1.1.1/32  OSPF    10   48          D   10.1.123.3      Serial1/0/0

OSPF routing table status : <Inactive>

Destinations : 0        Routes : 0

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

R3:

[Huawei]dis cu conf 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 301

ip address 10.1.123.3 255.255.255.0

ospf network-type broadcast

#

return

[Huawei]>dis ospf inter s1/0/0

^

Error: Unrecognized command found at '^' position.

[Huawei]dis ospf inter s1/0/0

OSPF Process 1 with Router ID 33.1.1.1

Interfaces

Interface: 10.1.123.3 (Serial1/0/0)

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

Priority: 1

Designated Router: 10.1.123.1

Backup Designated Router: 10.1.123.3

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

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

[Huawei] dis ospf brief

OSPF Process 1 with Router ID 33.1.1.1

OSPF Protocol Information

RouterID: 33.1.1.1         Border Router:

Multi-×××-Instance is not enabled

Global DS-TE Mode: Non-Standard IETF Mode

Graceful-restart capability: disabled

Helper support capability  : not configured

Applications Supported: MPLS Traffic-Engineering

Spf-schedule-interval: max 10000ms, start 500ms, hold 1000ms

Default ASE parameters: Metric: 1 Tag: 1 Type: 2

Route Preference: 10

ASE Route Preference: 150

SPF Computation Count: 89

RFC 1583 Compatible

Retransmission limitation is disabled

Area Count: 1   Nssa Area Count: 0

ExChange/Loading Neighbors: 0

Process total up interface count: 2

Process valid up interface count: 1

Area: 0.0.0.0          (MPLS TE not enabled)

Authtype: None   Area flag: Normal

SPF scheduled Count: 89

ExChange/Loading Neighbors: 0

Router ID conflict state: Normal

Area interface up count: 2

Interface: 33.1.1.1 (LoopBack0)

Cost: 0       State: P-2-P     Type: P2P       MTU: 1500

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

Interface: 10.1.123.3 (Serial1/0/0)

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

Priority: 1

Designated Router: 10.1.123.1

Backup Designated Router: 10.1.123.3

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

[Huawei]dis ip routing-table

Route Flags: R - relay, D - download to fib

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

Routing Tables: Public

Destinations : 12       Routes : 12

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

10.1.123.0/24  Direct  0    0           D   10.1.123.3      Serial1/0/0

10.1.123.1/32  Direct  0    0           D   10.1.123.1      Serial1/0/0

10.1.123.2/32  Direct  0    0           D   10.1.123.2      Serial1/0/0

10.1.123.3/32  Direct  0    0           D   127.0.0.1       Serial1/0/0

10.1.123.255/32  Direct  0    0           D   127.0.0.1       Serial1/0/0

11.1.1.1/32  OSPF    10   48          D   10.1.123.1      Serial1/0/0

22.1.1.1/32  OSPF    10   48          D   10.1.123.2      Serial1/0/0

33.1.1.1/32  Direct  0    0           D   127.0.0.1       LoopBack0

127.0.0.0/8   Direct  0    0           D   127.0.0.1       InLoopBack0

127.0.0.1/32  Direct  0    0           D   127.0.0.1       InLoopBack0

127.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0

255.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0

[Huawei]dis ip routing-table pr ospf

Route Flags: R - relay, D - download to fib

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

Public routing table : OSPF

Destinations : 2        Routes : 2

OSPF routing table status : <Active>

Destinations : 2        Routes : 2

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

11.1.1.1/32  OSPF    10   48          D   10.1.123.1      Serial1/0/0

22.1.1.1/32  OSPF    10   48          D   10.1.123.2      Serial1/0/0

OSPF routing table status : <Inactive>

Destinations : 0        Routes : 0

转载于:https://blog.51cto.com/hi289/1795408

OSPF P2MP 扩展知识相关推荐

  1. MyBatis-学习笔记10【10.JNDI扩展知识】

    Java后端 学习路线 笔记汇总表[黑马程序员] MyBatis-学习笔记01[01.Mybatis课程介绍及环境搭建][day01] MyBatis-学习笔记02[02.Mybatis入门案例] M ...

  2. 大数据技术之_11_HBase学习_03_HBase 实战之谷粒微博(练习API) + 扩展知识(布隆过滤器+HBase2.0 新特性)

    大数据技术之_11_HBase学习_03 第8章 HBase 实战之谷粒微博 8.1 需求分析 8.2 代码实现 第9章 扩展知识 9.1 HBase 在商业项目中的能力 9.2 布隆过滤器 9.3 ...

  3. MLX90640开发笔记(八)扩展知识-红外成像中的辐射率、灵敏度、精度、探测距离

    辐射率 是描述面辐射源特性的物理量.它表示某物体的单位面积辐射的热量和黑体在相同温度.相同条件下的辐射热量之比. 即:辐射率通俗的说就是某物体会将自身温度转换为辐射扩散出去的能力,1表示可以将自身温度 ...

  4. JVM之关于GC的扩展知识

    关于GC的扩展知识 1.GC Roots遍历提升效率 以往做法 可优化地方以及优化原理 2.提升了GC Roots遍历效率却不知道怎么安插? 2.1为什么需要STW? 一,三色标记法 二,没有STW出 ...

  5. 摆脱无聊的人生,学点扩展知识

    文章目录 写在前面 思维/沟通/其它 历史 经济学 金融与投资 商业与营销 心理学 杂志与公众号 工具 写在前面 无论是我们学习专业知识,还是扩展知识: 你会发现 如果只是听某个碎片化的视频,音频,没 ...

  6. easyuefi只能在基于uefi启动的_云计算学习体系-1.1-计算机硬件基础扩展知识BIOS/UEFI/MBR/GPT...

    我们每天都在用电脑,很多人可能每天都要面对多次Windows的启动过程,可是您知道在Windows的启动过程背后,你真真了解过吗?上文中我们认识了计算机的基本硬件,其中讲到BIOS和UEFI,下次内容 ...

  7. 华为交换机OSPF和BGP知识

    OSPF与BGP的区别 OSPF:"身如路由器,心似转发表,报文何其多,日夜勤查找." BGP:"路由本非器,转发何需表?报文虽然多,自有他人找." 一个是自治 ...

  8. 前端头像上传功能实现之普通图片/头像上传 详细解析1【扩展知识FormData对象】

    上传的图片/头像有两种方案上传 第一种我们不对图片做处理直接上传到服务器端,把图片上传到服务器的img文件夹当中,然后我们把图片的地址信息存储在数据库当中,用图片的时候我们直接调用地址 第二种方案是我 ...

  9. PHP 阿里直播(阿里直播SDK 直播介绍 直播扩展知识)

    直播原理图示: 关于直播,首先要明白直播里面的流是什么定西 推流: 推流是指采集阶段的打包内容传输到服务器的过程. 实际上就是将现场视频信号传输到网络的过程,推流对网络要求比较高,如果网络不稳定,直播 ...

  10. css有趣的扩展知识,CSS知识扩展

    CSS3.CSS2知识扩展 1:Column的几个属性值:columns是column-width与column-count的缩写前者指的宽度,后者指列数,column-gap指每列之间的宽度:col ...

最新文章

  1. MXNet中依赖库介绍及简单使用
  2. PHP环境搭建:Windows 7下安装配置PHP+Apache+Mysql环境教程(转)
  3. php 弹窗代码大全,PHP_asp.net弹出窗口代码大全,//关闭,父窗口弹出对话框,子窗 - phpStudy...
  4. HttpServletRequest类用途
  5. 漫步微积分七——连续函数
  6. 【Flex Viewer】源码介绍(2)Flex Viewer源码包结构
  7. Hosting WCF in SharePoint 2007 (Part 1) 基本部署(转)
  8. 分治法实现最大子数组
  9. php爬虫入门之phpspider框架
  10. 分析CHE矢量变频器在数控雕刻机床上应用
  11. yolov5系列-yolov5模型部署到web端
  12. unity warning CS0108: test4.name' hides inherited memberUnityEngine.Object.name’.
  13. 年会特辑丨池龙:上海“一网通办”政务服务模式分享
  14. user-scalable=no 控制手机版浏览器网页分辨率
  15. python 之 for 循环
  16. STM32单片机接直流减速电机编码器注意点
  17. samba服务器的安装
  18. 用Jquey实现双击图片放大和触摸放大的功能。
  19. 你并不理解的 电快速瞬变脉冲群 实验
  20. 干了九年开发,我干黄了90%的项目

热门文章

  1. k8s当中calico节点日志报错 confd/health.go 180: Number of node(s) with BGP peering established = 0
  2. Windows Azure Virtual Network (12) 虚拟网络之间点对点连接VNet Peering
  3. Unity 游戏实例开发集合 之 JumpJump (简单跳一跳) 休闲小游戏快速实现
  4. vmware虚拟机使用多显示器
  5. android实现跳转支付宝微信支付,Android接入支付宝和微信支付的方法
  6. 转载:无刷直流电机的基本工作原理是什么
  7. 视觉三维重建:colmap从理论到实战
  8. 【移动网络】5GC:5G核心网络的移动性管理(Mobility Management)
  9. 12.3 让知识改变命运——《逆袭大学》连载
  10. Web前端开发—html基础(3)