雏鹰部落

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1470|回复: 3

[讨论/求助] 求助rip

[复制链接]
发表于 2012-2-27 15:01:47 | 显示全部楼层 |阅读模式

R1配置:
interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
ip address 192.168.1.1 255.255.255.0
frame-relay interface-dlci 101
!
interface Serial0/0/0.2 point-to-point
ip address 192.168.3.1 255.255.255.0
frame-relay interface-dlci 102
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.1.0
network 192.168.3.0
network 192.168.10.0

R2配置:
interface FastEthernet0/0
ip address 192.168.20.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
ip address 192.168.1.2 255.255.255.0
frame-relay interface-dlci 201
!
interface Serial0/0/0.2 point-to-point
ip address 192.168.2.2 255.255.255.0
frame-relay interface-dlci 202
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.1.0
network 192.168.2.0
network 192.168.20.0

R3配置:
interface FastEthernet0/0
ip address 192.168.30.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
ip address 192.168.3.2 255.255.255.0
frame-relay interface-dlci 301
!
interface Serial0/0/0.2 point-to-point
ip address 192.168.2.1 255.255.255.0
frame-relay interface-dlci 302
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.2.0
network 192.168.3.0
network 192.168.30.0


                                              R1路由表:C    192.168.10.0/24 is directly connected, FastEthernet0/0
                                              R2路由表:C    192.168.20.0/24 is directly connected, FastEthernet0/0
                                              R3路由表:C    192.168.2.0/24 is directly connected, Serial0/0/0.2
                                                                C    192.168.3.0/24 is directly connected, Serial0/0/0.1
                                                                C    192.168.30.0/24 is directly connected, FastEthernet0/0

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
发表于 2012-2-27 20:32:53 | 显示全部楼层
本帖最后由 wantccie 于 2012-2-27 21:21 编辑

中间是帧中继网络,rip没有指定版本的情况下,默认是混杂模式
可能帧中继是正常了,但是rip的database没有传递路由,因此学不到各自的路由
发表于 2012-2-29 15:35:16 | 显示全部楼层
中间帧中继交换机你是怎么设置的?有可能是中间帧中继交换机设置有问题。
你在路由器上查看一下frame-relay map,是否有相关映射表。
 楼主| 发表于 2012-3-1 10:38:54 | 显示全部楼层
感谢,您的帮助
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|熊猫同学技术论坛|小黑屋| 网络工程师论坛 ( 沪ICP备09076391 )

GMT+8, 2024-7-1 04:40 , Processed in 0.084005 second(s), 19 queries , Gzip On.

快速回复 返回顶部 返回列表