实验要求:

1、公司总部与分公司采用帧中继专线进行互联,路由协议采用RIP


2、实验图

帧中继实验系列二(点到多点)_第1张图片

3、配置

配置:


R1:


interface Loopback0

ip address 192.168.2.1 255.255.255.0

!

interface Loopback1

ip address 192.168.3.1 255.255.255.0



interface Serial0/0

ip address 192.168.1.1 255.255.255.0

encapsulation frame-relay

serial restart-delay 0

frame-relay map ip 192.168.1.2 101 broadcast

frame-relay map ip 192.168.1.3 102 broadcast

frame-relay interface-dlci 101

frame-relay interface-dlci 102


router rip

network 192.168.1.0

network 192.168.2.0

network 192.168.3.0



R2:


interface Loopback0

ip address 192.168.4.1 255.255.255.0

!

interface Loopback1

ip address 192.168.5.1 255.255.255.0


interface Serial0/0

ip address 192.168.1.2 255.255.255.0

encapsulation frame-relay

serial restart-delay 0

frame-relay map ip 192.168.1.1 201 broadcast

frame-relay interface-dlci 201


router rip

network 192.168.1.0

network 192.168.4.0

network 192.168.5.0

!


R3:


interface Loopback0

ip address 192.168.6.1 255.255.255.0

!

interface Loopback1

ip address 192.168.7.1 255.255.255.0


interface Serial0/0

ip address 192.168.1.3 255.255.255.0

encapsulation frame-relay

serial restart-delay 0

frame-relay map ip 192.168.1.1 301 broadcast

frame-relay interface-dlci 301


router rip

network 192.168.1.0

network 192.168.6.0

network 192.168.7.0