华为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
相关推荐
芯盾时代12 小时前
金融新规全条款合规落地映射的解决方案
网络·网络安全·金融
姚不倒12 小时前
负载均衡架构设计:F5 ↔ Nginx/HAProxy ↔ Keepalived 全链路映射
运维·网络·nginx
hunterandroid12 小时前
[鸿蒙从零到一] HarmonyOS 冷启动瀑布图分析与关键路径裁剪实战
前端·华为
好评12412 小时前
【Linux】应用层自定义协议与序列化
linux·运维·网络
春风解人意12 小时前
从零开始学习嵌入式P33----网络基础之HTTP
网络·学习·http
fengyehongWorld12 小时前
Linux caddy的安装与配置
linux·运维·服务器
s_w.h12 小时前
【 linux 】线程互斥与同步
java·linux·服务器·开发语言
可爱系程序猿12 小时前
libcrypto-3-x64.dll 加载失败排查:OpenSSL 3 版本、PATH 顺序与 x64 依赖如何对应
linux·运维·服务器·程序人生·电脑
zbyyd13 小时前
Linux 网络编程:IO 多路复用
linux·运维·c语言·网络
fengyehongWorld13 小时前
Linux 域名申请与DNS解析
linux·运维·服务器