华为ospf和ospfv3双栈简单配置

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

相关推荐
哈基咪怎么可能是AI5 小时前
为什么我就想要「线性历史 + Signed Commits」GitHub 却把我当猴耍 🤬🎙️
linux·github
十日十行1 天前
Linux和window共享文件夹
linux
Sinclair1 天前
简单几步,安卓手机秒变服务器,安装 CMS 程序
android·服务器
木心月转码ing1 天前
WSL+Cpp开发环境配置
linux
Rockbean2 天前
用40行代码搭建自己的无服务器OCR
服务器·python·deepseek
茶杯梦轩2 天前
CompletableFuture 在 项目实战 中 创建异步任务 的核心优势及使用场景
服务器·后端·面试
崔小汤呀2 天前
最全的docker安装笔记,包含CentOS和Ubuntu
linux·后端
何中应2 天前
vi编辑器使用
linux·后端·操作系统
何中应2 天前
Linux进程无法被kill
linux·后端·操作系统
何中应2 天前
rm-rf /命令操作介绍
linux·后端·操作系统