帧中继-点到点.doc
文本预览下载声明
S0/0
192.168.1.0/24
R4
R3
R1
R2
S0/0.3 ip:10.17.0.0.2/24
S0/0.4 ip:10.18.0.0.2/24
S0/0 ip:10.17.0.1/24
192.168.3.0/24
192.168.4.0/24
S0/2
S0/1
S0/0
S0/0 ip:10.18.0.0.1/24
DLCI:102
DLCI:103
第一步:配置R2
frame-relay switching
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
clockrate 64000
frame-relay intf-type dce
frame-relay route 102 interface Serial0/1 201
frame-relay route 103 interface Serial0/2 301
!
interface Serial0/1
no ip address
encapsulation frame-relay
serial restart-delay 0
clockrate 64000
frame-relay intf-type dce
frame-relay route 201 interface Serial0/0 102
interface Serial0/2
no ip address
encapsulation frame-relay
shutdown
serial restart-delay 0
clockrate 64000
frame-relay intf-type dce
frame-relay route 301 interface Serial0/0 103
第二步 配置R1
改名字 hostname r1
配置lookback 接口,模拟外接192.168.1.0网段
interface Loopback1
ip address 192.168.1.1 255.255.255.0
配置串口s0/0
interface Serial0/0
no ip address
encapsulation frame-relay (使用帧中继封装协议)
配置子接口
interface Serial0/0.3 point-to-point (配置通向R3 的子接口)
ip address 10.17.0.2 255.255.255.0
frame-relay interface-dlci 102
interface Serial0/0.4 point-to-point (配置通向R4的子接口)
ip address 10.18.0.2 255.255.255.0
rame-relay interface-dlci 103
运行Eigip 协议
router eigrp 100
network 10.0.0.0
network 192.168.1.0
auto-summary
第三步 配置R3
改名字 hostname r3
配置lookback接口
interface Loopback1
ip address 192.168.3.1 255.255.255.0
配置串口s0/0
interface Serial0/0
ip address 10.17.0.1 255.255.255.0
encapsulation frame-relay
(4)运行Eigip协议
router eigrp 100
network 10.0.0.0
network 192.168.3.0
auto-summary
第四步 配置R4
改名字 hostname r4
配置lookback接口
interface Loopback1
ip address 192.168.4.1 255.255.255.0
配置串口
interface Serial0/0
ip address 10.18.0.1 255.255.255.0
encapsulation frame-relay
运行路由协议
router eigrp 100
network 10.0.0.0
network 192.168.4.0
显示全部