帧中继环境下点到点模式的配置
1、 实验目的:
通过本次实验,我们可以掌握如下技能
1) 帧中继子接口下的静态映射
2) 点到点模式的特征
3) 点到点模式下OSPF的配置和调试
2、 实验拓扑图:
3、 实验步骤:
(1)路由器R1的配置
R1(config)#interface loolback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.0
R1(config-if)#ip osfp network point-to-point
R1(config-if)#no shutdown
R1(config)#interface s0/1
R1(config-if)#no ip address
R1(config-if)#encapsulation frame-relay
R1(config-if)#no frame-relay inverse-arp
R1(config-if)#ip osfp network broadcast
R1(config-if)#no shutdown
R1(config)#interface s0/1.1 point-to-point
R1(config-subif)#no ip address 13.1.1.1 255.255.255.0
R1(config-subif)#frame-realy interface-dlci 103
R1(config)#interface s0/1.2 point-to-point
R1(config-subif)#no ip address 14.1.1.1 255.255.255.0
R1(config-subif)#frame-realy interface-dlci 104
R1(config)#router osfp 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#network 1.1.1.0 0.0.0.0255 area 0
R1(config-router)#network 13.1.1.0 0.0.0.255 area0
R1(config-router)#network 14.1.1.0 0.0.0.255 area0
(2)路由器R3 的配置
R3(config)#interface s0/1
R3(config-if)#no ip address
R3(config-if)#encapsulation frame-relay
R3(config-if)#no frame-relay inverse-arp
R3(config-if)#no shutdown
R3(config)#interface s0/1.1 point-to-point
R3(config-subif)#no ip address 13.1.1.3 255.255.255.0
R3(config-subif)#frame-realy interface-dlci 301
R3(config)#router osfp 1
R3(config-router)#router-id 3.3.3.3
R3(config-router)#network 3.3.3.0 0.0.0.0255 area 0
R3(config-router)#network 13.1.1.0 0.0.0.255 area0
(3)路由器R4的配置
R4(config)#interface s0/1
R4(config-if)#no ip address
R4(config-if)#encapsulation frame-relay
R4(config-if)#no frame-relay inverse-arp
R4(config-if)#no shutdown
R4(config)#interface s0/1.1 point-to-point
R4(config-subif)#no ip address 14.1.1.3 255.255.255.0
R4(config-subif)#frame-realy interface-dlci 401
R4(config)#router osfp 1
R4(config-router)#router-id 4.4.4.4
R4(config-router)#network 4.4.4.0 0.0.0.0255 area 0
R4(config-router)#network 14.1.1.0 0.0.0.255 area0
OK 配置完毕!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
转载于:https://blog.51cto.com/lorna8023/245480