IPV6路由访问

2025-11-15 465 1  当前有 9 人在读此篇文章

system-view

# 开启 IPv6 全局功能
ipv6

# 配置接口 G0/0/12(连接 A 电脑)
interface GigabitEthernet0/0/12
 undo portswitch
 ipv6 enable
 ip address 192.168.20.1 255.255.255.0
 ipv6 address FD12:3456:789A:1::1/64
 quit

# 配置接口 G0/0/13(连接 B 设备)
interface GigabitEthernet0/0/13
 undo portswitch
 ipv6 enable
 ipv6 address FD12:3456:789A:2::1/64
 

检查配置

display current-configuration interface GigabitEthernet0/0/12
display current-configuration interface GigabitEthernet0/0/13

macos 配置默认路由

sudo route -n add -inet6 default fd12:3456:789a:1::1

 

Jinming

95后典型金牛座,强迫症。

相关推荐

使用手册

1.客户端配置: 将匹配浏览器的驱动覆盖到此目录 win平台 点击 此文件启动客户端 如授权过期 需要编辑sy ...

1 条评论

  1. 微信用户

    11

发表评论

小程序 小程序
小程序