华为USG6555F 防火墙 ---华为6857交换机 光口对接无法UP故障

互联使用模块:千兆单模光模块

2端接口都无法UP

检查

复制代码
[USG6555F] dis int g 0/0/6
2026-01-14 18:48:28.359 +08:00
GE0/0/6 current state : down (ifindex: 12)
Line protocol current state : DOWN 
Last line protocol up time : 2026-01-14 03:20:00+08:00
Description: 
Route Port,The Maximum Transmit Unit is 1500,The Maximum Frame Length is 9216
Internet Address is 10.18.200.252/26
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 2426-d6a4-1cd8
Port Mode:     COMMON COPPER,     Port Split/Aggregate:               -
Speed:                 1000,     Loopback:                        NONE
Duplex:                FULL,     Negotiation:                  ENABLE
Input Flow-control: DISABLE,     Output Flow-control:          DISABLE
Mdi:                      -,     Fec:                                -
Last physical up time   : 2026-01-14 03:20:00+08:00

发现接口类型为 电口

复制代码
Port Mode:     COMMON COPPER,     Port Split/Aggregate:               -

实际用的是光口,

查询发现是光电复用口,长这样

需要命令切换为光口

复制代码
interface GE0/0/6
 combo enable fiber

执行完成后,再show,显示为fiber了,但接口仍无法Up

复制代码
HRP_M[USG6555F]   dis int g 0/0/6
2026-01-14 18:48:28.359 +08:00
GE0/0/6 current state : DOWN (ifindex: 12)
Line protocol current state : DOWN 
Last line protocol up time : 2026-01-14 03:20:00+08:00
Description: 
Route Port,The Maximum Transmit Unit is 1500,The Maximum Frame Length is 9216
Internet Address is 10.18.200.252/26
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 2426-d6a4-1cd8
Port Mode:     COMMON FIBER,     Port Split/Aggregate:               -
Speed:                 1000,     Loopback:                        NONE
Duplex:                FULL,     Negotiation:                  DISABLE

再次查询,发现usg的接口下启用了自动协商 ,而对端交换机是关闭了自动协商,

会不会是这个原因

在USG的接口下关闭了自动协商 ,端口正常Up了。

命令如下:

复制代码
interface GE0/0/6
 negotiation disable

最终接口状态

复制代码
2026-01-14 18:53:54.884 +08:00
GE0/0/6 current state : UP (ifindex: 12)
Line protocol current state : UP 
Last line protocol up time : 2026-01-14 03:20:00+08:00
Description: 
Route Port,The Maximum Transmit Unit is 1500,The Maximum Frame Length is 9216
Internet Address is 10.18.200.252/26
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 2426-d6a4-1cd8
Port Mode:     COMMON FIBER,     Port Split/Aggregate:               -
Speed:                 1000,     Loopback:                        NONE
Duplex:                FULL,     Negotiation:                  DISABLE
Input Flow-control: DISABLE,     Output Flow-control:          DISABLE
相关推荐
anyup7 天前
来简单聊聊鸿蒙开发,万元奖金的事~
前端·华为·harmonyos
zzzzzz31010 天前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
大树8814 天前
金刚石散热越强,管路越先见顶
大数据·运维·服务器·人工智能·ai
程序猿追14 天前
那个右下角的小数字怎么“卡”住我打字——我用 HarmonyOS 自己写了一个字数限制输入框
pytorch·华为·harmonyos
古德new14 天前
鸿蒙PC使用electron迁移:Joplin Electron 桌面适配全记录
华为·electron·harmonyos
世人万千丶14 天前
桌面便签小应用 - HarmonyOS ArkUI 开发实战-TextArea与Flex布局-PC版本
华为·harmonyos·鸿蒙·鸿蒙系统
慧海灵舟14 天前
AGenUI 鸿蒙端实战踩坑录:从 Column 布局消失到异步组件宽度为 0
华为·harmonyos
小宇宙Zz14 天前
Maven依赖冲突
java·服务器·maven
yuegu77714 天前
HarmonyOS应用<节气通>开发第33篇:状态管理实战
华为·harmonyos
YM52e14 天前
买菜计算器小应用 - HarmonyOS ArkUI 开发实战-PC版本
学习·华为·harmonyos·鸿蒙·鸿蒙系统