OSPF和OSPFv3实验
1、拓扑图如下(部分地址已标出)
2、IPV6和IPV4的地址规划
设备名称 | 接口 | 地址 |
R1 | Loopback 0 | 2011:041::1/128 |
Loopback 1 | 2111:041::1/128 | |
FastEthernet 1/0 | 2123:041::1/64 | |
192.41.123.1/24(ipv4) | ||
FastEthernet 2/0 | 2019:041::1/64 | |
192.41.17.1/24(ipv4) | ||
R2 | Loopback 0 | 2022:041::1/128 |
FastEthernet 1/0 | 2123:041::2/64 | |
192.41.123.2/24(ipv4) | ||
Serial 0/0 | 2048:041::2/64 | |
192.41.27.2/24(ipv4) | ||
R3 | Loopback 0 | 2033:041::1/128 |
Serial 0/0.1 | 2356:041::3/64 | |
192.41.4.3/24(ipv4) | ||
FastEthernet 1/0 | 2123:041::3/64 | |
2188:041::3/64 | ||
192.41.123.3/24(ipv4) | ||
R5 | Loopback 0 | 2055:041::1/128 |
Serial 0/0.1 | 2356:041::5/64 | |
192.41.4.5/24(ipv4) | ||
R6 | Loopback 0 | 2066:041::1/128 |
Serial 0/1.1 | 2356:041::6/64 | |
192.41.4.6/24(ipv4) | ||
R7 | Loopback 0 | 2077:041::1/128 |
Serial 0/0 | 2048:041::7/64 | |
192.41.27.7/24(ipv4) | ||
FastEthernet 1/0 | 2027:041::7/64 | |
192.41.78.7/24(ipv4) | ||
FastEthernet 2/0 | 2019:041::7/64 | |
192.41.17.7/24(ipv4) | ||
R8 | Loopback 0 | 2088:041::1/128 |
FastEthernet 1/0 | 2027:041::8/64 | |
192.41.78.8/24(ipv4) |
3、连通性测试 使用R5 ping所有路由器
IPV6:
R5 ping R1
R5 ping R2
R5 ping R3
R5 ping R6
R5 ping R7
R5 ping R8
IPV4:
R6 ping R3(帧中继)
R8 ping R1
R8 ping R2
R8 ping R3
R8 ping R7
4、帧中继的配置
将R4当成帧中继交换机
R4的配置如下:
R4(config)#frame-relay switching
R4(config)#int s0/0
R4(config-if)#no shutdown
R4(config-if)#clock rate 128000
R4(config-if)#encapsulation frame-relay
R4(config-if)#frame-relay lmi-type cisco
R4(config-if)#frame-relay intf-type dce
R4(config-if)#frame-relay route 305 interface s0/1 503
R4(config-if)#frame-relay route 306 interface s0/2 603
R4(config)#int s0/1
R4(config-if)#no shu
R4(config-if)#clock rate 128000
R4(config-if)#encapsulation frame-relay
R4(config-if)#frame-relay lmi-type cisco
R4(config-if)#frame-relay intf-type dce
R4(config-if)#frame-relay route 503 interface s0/0 305
R4(config)#int s0/2
R4(config-if)#encapsulation frame-relay
R4(config-if)#no shu
R4(config-if)#clock rate 128000
R4(config-if)#encapsulation frame-relay
R4(config-if)#frame-relay lmi-type cisco
R4(config-if)#frame-relay intf-type dce
R4(config-if)#frame-relay route 603 interface s0/0 306
R5的配置如下:
R5(config)#ipv6 unicast-routing
R5(config)#int s0/0
R5(config-if)#encapsulation frame-relay
R5(config-if)#no shu
R5(config)#int s0/0.1 multipoint
R5(config-subif)#no shu
R5(config-subif)#frame-relay map ipv6 2356:041::3 503 broadcast
R5(config-subif)#frame-relay map ipv6 2356:041::6 503 broadcast
R5(config-subif)#frame-relay map ipv6 FE80::CE03:19FF:FEE0:10 503 broadcast
R5(config-subif)#frame-relay map ipv6 FE80::CE06:6FF:FE98:10 503 broadcast
R6的配置如下:
R6(config)#int s0/1
R6(config-if)#encap frame-relay
R6(config-if)#no shutdown
R6(config)#int s0/1.1 multipoint
R6(config-subif)#no shu
R6(config-subif)#frame-relay map ipv6 2356:041::3 603 broadcast
R6(config-subif)#frame-relay map ipv6 2356:041::5 603 broadcast
R6(config-subif)#frame-relay map ipv6 2356:041::6 603 broadcast
R6(config-subif)#frame-relay map ipv6 FE80::CE05:6FF:FE4C:10 603 broadcast
R6(config-subif)#frame-relay map ipv6 FE80::CE03:19FF:FEE0:10 603 broadcast
R6(config-subif)#exit
ipv6帧中继配置完成
ipv4帧中继配置如下
R5的ipv4配置
R5(config)#int s0/0.1 multipoint
R5(config-subif)#frame-relay map ip 192.41.4.3 503 broadcast
R5(config-subif)#frame-relay map ip 192.41.4.6 503 broadcast
R5(config-subif)#frame-relay map ip 192.41.4.5 503 broadcast
R6的ipv4配置
R6(config)#int s0/1.1 multipoint
R6(config-subif)#frame-relay map ip 192.41.4.3 603 broadcast
R6(config-subif)#frame-relay map ip 192.41.4.5 603 broadcast
R6(config-subif)#frame-relay map ip 192.41.4.6 603 broadcast
R3的ipv4配置
R3(config)#int s0/0.1 multipoint
R3(config-subif)#frame-relay map ip 192.41.4.6 306 broadcast
R3(config-subif)#frame-relay map ip 192.41.4.5 305 broadcast
R3(config-subif)#frame-relay map ip 192.41.4.3 305 broadcast
R4的ipv4配置已经在ipv6的配置中配完
5、OSPF和NSSA的配置
R1的配置如下:
R1(config)#ipv6 router ospf 1
R1(config-rtr)#router-id
R1(config-rtr)#router-id 1.1.1.1
R1(config-rtr)#area 1 nssa 将R1的OSPF 1中的area 1划为NSSA
R1(config)#int f1/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config)#int f2/0
R1(config-if)#ipv6 ospf 1 area 1
R2、R3、R5、R6、R7同理
ipv4用的OSPF2中的area 1划为NSSA
R1(config)router ospf 2
R1(config-rtr)#router-id
R1(config-rtr)#router-id 1.1.1.11
R1(config-rtr)#area 1 nssa
R2、R7同理
6、路由汇总
R1的配置如下:
R1(config)#int f1/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config)#int f2/0
R1(config-if)#ipv6 ospf 1 area 1
R2、R3、R5、R6、R7同理
外部路由汇总
R1(config)#ipv6 router ospf 1
R1(config-rtr)#summary-prefix 2111:041::0/64
R2、R3、R5、R6、R7同理
区域间路由汇总
R3(config)#ipv6 router ospf 1
R3(config-rtr)#area 0range 2011:041::0/64
R1、R2、R5、R6、R7同理
7、RIPng和RIP的配置
R8的配置如下:
R8(config)#ipv6 router rip yeslab
R8(config)#int f1/0
R8(config-if)#ipv6 rip yeslab enable
R8(config)#int loopback 0
R8(config-if)#ipv6 rip yeslab enable
R7的配置如下:
R7(config)#ipv6 router ospf 1
R7(config)#int f1/0
R7(config-if)#ipv6 rip yeslab enable
R7(config-rtr)#redistribute rip yeslab metric 1
R7(config)#ipv6 router rip yeslab
R7(config-rtr)#redistribute ospf 1 metric 8
R7(config-rtr)#redistribute connected
查看R8 rip路由表
ipv4的RIP的配置
R8的配置如下:
R8(config)#router rip
R8(config-router)#network 192.41.78.0
R8(config-router)#no auto-summary
R7的配置如下:
R7(config)#router rip
R7(config-router)#network 192.41.78.0
R7(config-router)#no auto-summary
R7(config-router)#redistribute ospf 2 metric 3
R7(config-router)#redistribute connected
查看R8 rip路由表
8、路由注入
R7(config-router)#area 1 nssa default-information-originate
通过路由汇总、RIPng的配置和路由注入后,查看R3的OSPF邻居和R5路由表、R3的OSPF 邻居
R5的ipv6路由表
实现了全网互通
查看R1的ipv4路由表
9、总结
通过这次的OSPFv3的作业,使我学会了ipv6帧中继该如何配置,ipv6 ospfv3与ipv4 ospf 的配置区别、RIPng在OSPFv3中的重发布。在RIPng与OSPF的重发布学习路由表中,遇到了一些问题,导致R7重发布后R8也无法学习到别的路由器的路由表、后面通过查阅资料进入OSPF 1中redistribute ospf 1 metric学习到了其他路由表。在这次作业中也加深了对ospf以及ospfv3的理解,也大致明白了每条指令代表的意义,总的来说这次的学习对往后的网络配置帮助很大。