华为ospf和ospfv3双栈简单配置

发布时间:2024年01月20日

在这里插入图片描述

R1

ipv6

ospfv3 1
router-id 1.1.1.1

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.12.1 255.255.255.0
ipv6 address auto link-local
ospfv3 1 area 0.0.0.0

interface GigabitEthernet0/0/1
ipv6 enable
ip address 192.168.1.254 255.255.255.0
ipv6 address 2001:DB8:2::1/64
ospfv3 1 area 0.0.0.0

ospf 1
area 0.0.0.0
network 10.0.12.1 0.0.0.0
network 192.168.1.254 0.0.0.0

R2

ipv6

ospfv3 1
router-id 2.2.2.2

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.12.2 255.255.255.0
ipv6 address auto link-local
ospfv3 1 area 0.0.0.0

interface GigabitEthernet0/0/1
ipv6 enable
ip address 192.168.3.254 255.255.255.0
ipv6 address 2001:DB8:3::1/64
ospfv3 1 area 0.0.0.0

ospf 1
area 0.0.0.0
network 10.0.12.2 0.0.0.0
network 192.168.3.254 0.0.0.0

在这里插入图片描述

在这里插入图片描述

文章来源:https://blog.csdn.net/ydaxia110/article/details/135718767
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。