问题:
两台7703配置接口三层IP地址,直连不通。没有学习到ARP。检查发现两台设备接口MAC地址一模一样(此接口MAC与system mac不一致 且无法同步)尝试更换接口也无效 更换接口后原来正常的接口MAC会变成与对端一样的MAC地址
设备型号:S7703

解决方法:
首先查询两台设备的系统mac是否一样。
display system-mac
示例如下:
<HUAWEI> display system-mac
Current MAC-num :16
Default MAC-num :16
Index MAC Addr
----------------------------
default 00e0-fc12-3450
current 00e0-fc12-3450
系统mac相同有可能会导致这个问题。
可以修改其中一台设备的系统mac,注意需要重启后生效,业务高峰期不要操作。示例如下:
set system-mac current xxxx-xxxx-xxxx
# 修改系统的当前MAC地址为xxxx-xxxx-xxxx。
<HUAWEI> set system-mac current xxxx-xxxx-xxxx
Info: This operation may take a few seconds. Please wait for a moment...
Info: Set public MAC address for master successfully.
Info: The mac-num has been changed, and the change will take effect after a reboot.