本实验使用思科模拟器packet tracer完成

IPV6 路由协议综合实验
ena
conf t
ipv6 un 开启ipv6
ipv6 router rip test1 启用ripng,名为test1
exit
int g0/0
ipv6 add 1::1/64 配置ipv6地址
no sh
ipv6 rip test1 enable 声明本接口使用ripng
int g0/1
ipv6 add 2001:12::1/64
no sh
ipv6 rip test1 en
exit
==========r2
enable
conf t
host r2
ipv6 un
ipv6 router ospf 1 启用ospfv3
router-id 2.1.1.1 滑ipv4地址一定要设置router-id
red rip test1 重发布ripng,ospf默认度量值 为20
exit
ipv6 router rip test1
red ospf 1 metric 2 重发布ospf 指定度量值为2
exit
int g0/0
ipv6 add 2001:12::2/64
no sh
ipv6 rip test1 en 接口声明使用ripng协议
int g0/1
ipv6 add 2001:23::1/64
no sh
ipv6 ospf 1 area 0 接口声明使用ospf协议
exit
==============r3
enable
conf t
host r3
ipv6 un
ipv6 router ospf 1
router
思科模拟器PacketTracer实战:IPv6路由协议综合实验详解

最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



