无阻飞扬 发表于 2012-8-21 16:41:54

请教ospf 在FR子接口上运行的问题,谢谢!



R3、R4和R5已经配置好FR云了,之前做了OSPF在FR的NBMA、Braodcast、P2MP NBMA和P2MP的网络类型上运行是完全正确的。但把网络类型变成P2P的网络后,OSPF运行不起了,R1、R5和R6没有Neighbor,只有直连路由学习不到环回口的路由;请指点是哪里出问题了?谢谢!
R1的配置如下:
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial0/0.5 point-to-point
ip address 15.1.1.1 255.255.255.0
!
interface Serial0/0.6 point-to-point
ip address 16.1.1.1 255.255.255.0
router ospf 110
router-id 91.1.1.1
log-adjacency-changes
network 1.1.1.0 0.0.0.255 area 0
network 15.1.1.0 0.0.0.255 area 0
network 16.1.1.0 0.0.0.255 area 0

R5的配置:
interface Loopback0
ip address 5.5.5.5 255.255.255.0
!
interface Serial0/0
ip address 15.1.1.5 255.255.255.0
encapsulation frame-relay
ip ospf network point-to-point
serial restart-delay 0
router ospf 110
router-id 95.5.5.5
log-adjacency-changes
network 5.5.5.0 0.0.0.255 area 0
network 15.1.1.0 0.0.0.255 area 0
!

R6的配置:
interface Loopback0
ip address 6.6.6.6 255.255.255.0
!
interface Serial0/0
ip address 16.1.1.6 255.255.255.0
encapsulation frame-relay
ip ospf network point-to-point
serial restart-delay 0
router ospf 110
router-id 96.6.6.6
log-adjacency-changes
network 6.6.6.0 0.0.0.255 area 0
network 16.1.1.0 0.0.0.255 area 0
!

紫川凌 发表于 2012-8-21 19:31:08

你的DLCI映射呢?

Nicolas 发表于 2012-8-21 21:38:59

紫川凌 发表于 2012-8-21 19:31 static/image/common/back.gif
你的DLCI映射呢?

,l老师,,啥是DLCI?

无阻飞扬 发表于 2012-8-21 21:46:22

本帖最后由 无阻飞扬 于 2012-8-21 22:49 编辑

紫川凌 发表于 2012-8-21 19:31 http://bbs.spoto.net/static/image/common/back.gif
你的DLCI映射呢?

谢谢!我实验过了,的确是需要在客户端的路由器上手工添加DLCI映射。

          请问:在其他的网络类型 NBMA、Broadcast、P2MP NBMA和P2MP的网络类型中,只需在FR云中的帧中继交换机中,定义好PVC,即可通过IARP自动得到PVC两端设备的DLCI。而在P2P的网络类型中,必须在客户端设备上手工添加DLCI,而不能自动学到DLCI呢?

         期待解答,谢谢!

薯薯 发表于 2012-8-21 23:44:55

需要支持broadcast,OSPF在NBMA,NB-P2MP 的环境下才能建邻居呀。
点对点时候,开启反向解析,应该是可以的哦。手动添加必然可以啊。

薯薯 发表于 2012-8-21 23:45:10

Nicolas 发表于 2012-8-21 21:38 static/image/common/back.gif
,l老师,,啥是DLCI?

能吃吗?

NSTcisco 发表于 2012-10-11 11:24:58

无阻飞扬 发表于 2012-8-21 21:46 static/image/common/back.gif
谢谢!我实验过了,的确是需要在客户端的路由器上手工添加DLCI映射。

          请问:在其他的网络 ...

R2 R3 R4都配置的帧中继交换机?组成了中继云?
能帖详细配置吗,瞅一瞅。

页: [1]
查看完整版本: 请教ospf 在FR子接口上运行的问题,谢谢!