您的位置:首页 > 其它

61、IPv6配置实验之OSPF

2015-12-21 11:22 369 查看
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、配置OSPFR1配置
ipv6 unicast-routingipv6 router ospf 110
router-id 1.1.1.1
interface Serial0/0 ipv6 ospf 110 area 1
R2配置ipv6 unicast-routingipv6 router ospf 110
router-id 2.2.2.2
interface Serial0/0 ipv6 ospf 110 area 1interface Serial0/1 ipv6 ospf 110 area 0
R3配置ipv6 unicast-routingipv6 router ospf 110
router-id 3.3.3.3
interface Serial0/0 ipv6 ospf 110 area 2interface Serial0/1 ipv6 ospf 110 area 0
R4配置ipv6 unicast-routingipv6 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: