且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

61、IPv6配置实验之OSPF

更新时间:2022-10-04 22:23:15

1、实验拓扑

61、IPv6配置实验之OSPF

2、基础配置

R1配置

interface Serial0/0

 ipv6 address 2000:12::1/64


R2配置

interface Serial0/0

 ipv6 address 2000:12::2/64       

interface Serial0/1

 ipv6 address 2000:23::2/64


R3配置

interface Serial0/0

 ipv6 address 2000:34::3/64         

interface Serial0/1

 ipv6 address 2000:23::3/64


R4配置

interface Serial0/0

 ipv6 address 2000:34::4/64


3、配置OSPF

R1配置

ipv6 unicast-routing

ipv6 router ospf 110

 router-id 1.1.1.1

interface Serial0/0

 ipv6 ospf 110 area 1


R2配置

ipv6 unicast-routing

ipv6 router ospf 110

 router-id 2.2.2.2

interface Serial0/0

 ipv6 ospf 110 area 1

interface Serial0/1

 ipv6 ospf 110 area 0


R3配置

ipv6 unicast-routing

ipv6 router ospf 110

 router-id 3.3.3.3

interface Serial0/0

 ipv6 ospf 110 area 2

interface Serial0/1

 ipv6 ospf 110 area 0


R4配置

ipv6 unicast-routing

ipv6 router ospf 110

 router-id 4.4.4.4

interface Serial0/0

 ipv6 ospf 110 area 2


4、实验测试

61、IPv6配置实验之OSPF

61、IPv6配置实验之OSPF






      本文转自开源殿堂 51CTO博客,原文链接:http://blog.51cto.com/kaiyuandiantang/1726738,如需转载请自行联系原作者