求助rip
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
本帖最后由 wantccie 于 2012-2-27 21:21 编辑
中间是帧中继网络,rip没有指定版本的情况下,默认是混杂模式
可能帧中继是正常了,但是rip的database没有传递路由,因此学不到各自的路由
中间帧中继交换机你是怎么设置的?有可能是中间帧中继交换机设置有问题。
你在路由器上查看一下frame-relay map,是否有相关映射表。 感谢,您的帮助
页:
[1]