首页 > 其他 > 详细

59、IPv6配置实验之静态路由

时间:2015-12-21 12:45:11      阅读:296      评论: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、配置静态路由

R1配置

ipv6 unicast-routing

ipv6 route ::/0 2000:12::2


R2配置

ipv6 unicast-routing

ipv6 route 2000:34::/64 2000:23::3


R3配置

ipv6 unicast-routing

ipv6 route 2000:12::/64 2000:23::2


R4配置

ipv6 unicast-routing

ipv6 route ::/0 2000:34::3


4、实验测试

技术分享

技术分享


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

59、IPv6配置实验之静态路由

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

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