实验要求:
1、公司总部与分公司采用帧中继专线进行互联,路由协议采用RIP
2、实验图
wKioL1MUSl7RjmkBAAFIzqz8INs077.jpg
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
阅读(1249) | 评论(0) | 转发(0) |