首页 > 其他 > 详细

61、IPv6配置实验之OSPF

时间:2015-12-21 12:42:00      阅读:202      评论:0      收藏:0      [点我收藏+]

1、实验拓扑

技术分享

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、实验测试

技术分享

技术分享


本文出自 “开源殿堂” 博客,请务必保留此出处http://kaiyuandiantang.blog.51cto.com/10699754/1726738

61、IPv6配置实验之OSPF

原文:http://kaiyuandiantang.blog.51cto.com/10699754/1726738

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!