RIPng
RIPng和IPv4下的RIP是大多数是相似的。
RIPng更新的组播组地址是FF02::9/8
RIPng中的路由条目下一跳的地址是0::0或者链路本地地址
RIPng的路由表相中包含目的IPv6地址、路由标记、前缀长度及度量值。
RIPng基础配置
拓扑如下:
AR1配置:
#
sysname AR1
#
ipv6
#
interface GigabitEthernet0/0/0
ipv6 enable
ipv6 address auto link-local
ripng 1 enable
#
interface LoopBack0
ipv6 enable
ipv6 address 2011::1/128
ripng 1 enable
#
ripng 1
#
AR2配置:
#
sysname AR2
#
ipv6
#
interface GigabitEthernet0/0/0
ipv6 enable
ipv6 address auto link-local
ripng 1 enable
#
interface LoopBack0
ipv6 enable
ipv6 address 2011::2/128
ripng 1 enable
#
ripng 1
#
配置验证:disp ipv6 routing-table protocol ripng 可以看到路由信息