OSPF在NBMA下的五种网络类型.doc

  1. 1、本文档共10页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
OSPF在NBMA下的五种网络类型

OSPF在NBMA下的五种网络类型 网络类型就这么几种,有点对点,点对多点,广播多点等等。 最典型的多路访问链路就是常见的以太网,多个访问节点都可以访问同一个网段。在以太网上是可以发广播的。所以叫BMA。 所谓NBMA就是一个多路访问链路,上面又不能发广播。 而帧中继就是典型的(也许是唯一现存的)NBMA了。因为它是多路访问链路,但是又由于有带宽的限制不能发广播包。 ospf 把NBMA分为5类 分别是 RFC的: point-to-multipoint non-broadcast CISCO 的: point-to-multipoint nonbroadcast broadcast point-to-point NBMA阻隔广播和组播,在帧中继中,缺省类型就是nbma所谓的bma是以太网中的 接口下打上en fram该接口默认是非广播模式帧中继中的广播多路访问模式,是指在接口上打上 ip os net b后欺骗ospf将hello包以广播形式发送出去但帧中继中的无法传播广播的ospf则是通过DLCI中的broadcast来为每个具有DLCI的目的IP发送单播hello包. 注意 回复hello包者也是单播形式 1.???首先将R1配置成为帧中继交换机: frame-relay switching ! interface Serial1/0 no ip address encapsulation frame-relay clock rate 64000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 101 interface Serial1/1 102 ! interface Serial1/1 no ip address encapsulation frame-relay clock rate 64000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1/0 101 2.???R2和R3的基本配置: R2: interface Loopback0 ip address 2.2.2.2 255.255.255.0 ! interface Serial1/0 ip address 12.1.1.2 255.255.255.0 encapsulation frame-relay serial restart-delay 0 frame-relay map ip 12.1.1.3 101 broadcast no frame-relay inverse-arp ! router ospf 10 router-id 2.2.2.2 log-adjacency-changes network 2.2.2.0 0.0.0.255 area 0 network 12.1.1.0 0.0.0.255 area 0 R3: interface Loopback0 ip address 3.3.3.3 255.255.255.0 ! interface Serial1/1 ip address 12.1.1.3 255.255.255.0 encapsulation frame-relay serial restart-delay 0 frame-relay map ip 12.1.1.2 102 broadcast no frame-relay inverse-arp ! router ospf 10 router-id 3.3.3.3 log-adjacency-changes network 3.3.3.0 0.0.0.255 area 0 network 12.1.1.0 0.0.0.255 area 0 Type1----Non_Broadcast(默认) 我们在R2上show ip ospf neighbor,发现没有邻居。说明在这种情况下邻居需要手动配置!配置如下: R2: R2(config)#router ospf 10 R2(config-router)#neighbor 12.1.1.3 R3: R3(config)#router ospf 10 R3(config-router)#neighbor 12.1.1.2 此时在R2上查看邻居: R2#sho ip ospf nei Neighbor ID Pri State Dead Time Address Interface 3.

文档评论(0)

youshen + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档