IPV6、IPV4双栈配置

该配置案例详细展示了如何在同一台路由器中配置IPv4和IPv6,并通过OSPF协议实现IPv4网络的互通,以及使用RIPNG协议实现IPv6网络的互通。配置涉及多台路由器之间的接口IP地址设定,以及路由协议的启用和网络区域的划分,确保了所有设备间的互访能力。
摘要由CSDN通过智能技术生成

一、配置要求

1、IPV6、IPV4都存在一台路由器内

2、配置各个接口的IP地址,要求各设备可以互访。

3、IPV4使用OSPF协议。IPV6使用RIPNG协议。

二、配置拓扑图

 三、配置命令

R1:

ipv6

interface GigabitEthernet0/0/0
 ipv6 enable 
 ip address 12.0.0.1 255.255.255.0 
 ipv6 address 2002::1/64 
 ripng 100 enable
interface GigabitEthernet0/0/1
 ipv6 enable 
 ip address 13.0.0.1 255.255.255.0 
 ipv6 address 2001::1/64 
 ripng 100 enable
ospf 10 router-id 1.1.1.1 
 area 0.0.0.0 
  network 12.0.0.1 0.0.0.0 
  network 13.0.0.1 0.0.0.0 
ripng 100
R2:

ipv6 
interface GigabitEthernet0/0/0
 ipv6 enable 
 ip address 12.0.0.2 255.255.255.0 
 ipv6 address 2002::2/64 
 ripng 100 enable
interface GigabitEthernet0/0/1
 ipv6 enable 
 ip address 24.0.0.2 255.255.255.0 
 ipv6 address 2003::2/64 
 ripng 100 enable
ospf 10 router-id 2.2.2.2 
 area 0.0.0.0 
  network 12.0.0.2 0.0.0.0 
  network 24.0.0.2 0.0.0.0 
ripng 100

R3:
ipv6  
interface GigabitEthernet0/0/0
 ipv6 enable 
 ip address 3.3.3.3 255.255.255.0 
 ipv6 address 3000::1/64 
 undo ipv6 nd ra halt
 ripng 100 enable
interface GigabitEthernet0/0/1
 ipv6 enable 
 ip address 13.0.0.3 255.255.255.0 
 ipv6 address 2001::2/64 
 ripng 100 enable
ospf 10 router-id 3.3.3.3 
 area 0.0.0.0 
  network 3.3.3.3 0.0.0.0 
  network 13.0.0.3 0.0.0.0 
ripng 100
R4:

ipv6 
interface GigabitEthernet0/0/0
 ipv6 enable 
 ip address 4.4.4.4 255.255.255.0 
 ipv6 address 4000::1/64 
 ripng 100 enable
interface GigabitEthernet0/0/1
 ipv6 enable 
 ip address 24.0.0.4 255.255.255.0 
 ipv6 address 2003::4/64 
 ripng 100 enable
ospf 10 router-id 4.4.4.4 
 area 0.0.0.0 
  network 4.4.4.4 0.0.0.0 
  network 24.0.0.4 0.0.0.0 
ripng 100
四、测试情况

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

SDRZ0000001

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值