Chinaunix首页 | 论坛 | 博客
  • 博客访问: 199743
  • 博文数量: 47
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1259
  • 用 户 组: 普通用户
  • 注册时间: 2013-07-24 10:20
文章分类
文章存档

2014年(21)

2013年(26)

分类: 网络与安全

2014-03-04 15:31:06

实验要求:

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
阅读(1193) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~