IPV6 RIP基本配置

作者: admin 分类: 网络 发布时间: 2019-04-29 01:04 浏览:755 次    

%title插图%num

  • R1:
en

conf t

hostname R1V6

ipv6 unicast-routing

int f0/0

ipv6 add 2002::1/64

no sh

int f0/1

ipv6 add 2001::1/64

no sh

int loop 0

ip add 1.1.1.1 255.255.255.255

end

show ipv6 int brief

conf t

Ipv6 router rip r1       (定义rip进程,可写可不写)

int f0/0

ipv6 rip r1 enable

int f0/1

ipv6 rip r1 enable

end

show ipv6 route
  • R2:
en

conf t

hostname R2V6

ipv6 unicast-routing

int f0/0

ipv6 add 2002::2/64

no sh

int f0/1

ipv6 add 2003::1/64

no sh

int loop 0

ip add 2.2.2.2 255.255.255.255

end

show ipv6 int brief

conf t

int f0/0

ipv6 rip r2 enable

int f0/1

ipv6 rip r2 enable

end

show ipv6 route
  • R3:
en

conf t

hostname R3V6

ipv6 unicast-routing

int f0/0

ipv6 add 2004::1/64

no sh

int f0/1

ipv6 add 2003::2/64

no sh

int loop 0

ip add 3.3.3.3 255.255.255.255

end

show ipv6 int brief

conf t

int f0/0

ipv6 rip r3 enable

int f0/1

ipv6 rip r3 enable

end

show ipv6 route
  • 测试:
PC1: 2001::2

PC2: 2004::2

%title插图%num

 


温馨提示:如无特殊说明,本站文章均为作者原创,转载时请注明出处及相应链接!

发表评论