×

记H3C交换机IPV6三层接口配置不生效的问题

hqy hqy 发表于2024-12-25 16:36:28 浏览46 评论0

抢沙发发表评论

mportant;">配置一台H3C S5820X交换机的IPV6三层接口,上联端口配置的动态聚合模式,做二层接口,IPV6配置到二层接口没有问题,但是在三层接口配置IPV6地址后,无法和华为交换机互通。

具体如下:

#H3C S5820X配置
interface Bridge-Aggregation1
 description to-up
 port access vlan 3001
 link-aggregation mode dynamic
#
interface Vlan-interface1001
 ipv6 address FC00::1/127
 ip address 10.0.0.1 255.255.255.252
#

interface Ten-GigabitEthernet1/0/1
 port link-mode route
 ipv6 address FC10::1/127
 ip address 10.0.10.1 255.255.255.252
#
interface Ten-GigabitEthernet1/0/23
 port link-mode bridge
 port access vlan 3001
 port link-aggregation group 1
#
interface Ten-GigabitEthernet1/0/24
 port link-mode bridge
 port access vlan 3001
 port link-aggregation group 1

对端华为交换机配置如下

#华为S6881-Eth-Thunk配置
interface Eth-Trunk1
 undo portswitch
 ipv6 enable
 ip address 10.0.0.2 255.255.255.252
 ipv6 address FC00::/127
#
interface 10GE1/0/23
 eth-trunk 1
 device transceiver 10GBASE-FIBER
#
interface 10GE1/0/24
 eth-trunk 1
 device transceiver 10GBASE-FIBER
#华为S6720
interface XGigabitEthernet0/0/24
 undo portswitch
 ipv6 enable
 ip address 10.0.10.2 255.255.255.252
 ipv6 address FC10::/127

按照以上配置完成后,在H3C交换机ping FC00::可以成功,但是ping FC10::失败。

经过调整,将H3C的三层接口划分vlan转成2层接口后,成功ping通FC10::地址。

#H3C S5820X 修改Ten1/0/1口为二层接口
interface Bridge-Aggregation1
 description to-up
 port access vlan 3001
 link-aggregation mode dynamic
#
interface Vlan-interface1001
 ipv6 address FC00::1/127
 ip address 10.0.0.1 255.255.255.252
#
interface Vlan-interface1010
 # 添加新的vlan1010,ipv6地址配到vlan里面
 ipv6 address FC00::1/127
 ip address 10.0.10.1 255.255.255.252
#
interface Ten-GigabitEthernet1/0/1
 # 修改为二层接口
 port link-mode bridge
 port access vlan 1010 
#
interface Ten-GigabitEthernet1/0/23
 port link-mode bridge
 port access vlan 3001
 port link-aggregation group 1
#
interface Ten-GigabitEthernet1/0/24
 port link-mode bridge
 port access vlan 3001
 port link-aggregation group 1

按照以上配置好以后,成功ping通 FC00:: 和 FC10:: 两个ipv6地址。


打赏

本文链接:https://www.kinber.cn/post/4370.html 转载需授权!

分享到:


推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

 您阅读本篇文章共花了: 

群贤毕至

访客