华为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

相关推荐
你好潘先生1 天前
别再记命令了,用 yeero do 说句人话就能跑脚本,而且不烧 token
服务器·python·命令行
orion572 天前
Missing Semester Class1:course overview and introduction of shell
linux
用户120487221612 天前
Linux驱动编译与加载
linux·嵌入式
程序员老赵2 天前
服务器文件不想 SFTP 上传?Docker 跑个 File Browser,浏览器就能管理
服务器·docker·开源
vivo互联网技术2 天前
从 10 分钟到 1 秒:ES 深度分页任意跳页的三轮优化实战
服务器·数据库·redis·elasticsearch·深度分页
用户805533698032 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698032 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房3 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia4 天前
linux curl命令详解_curl详解
linux