各厂商光电口转换光功率查看命令(思科 锐捷 华三 华为)

汇总一下常用厂家设备的端口光电口转换和光功率查看命令 ,备忘!
各厂商光电口转换命令:
华为:

sy
int g1/x/x
combo-port fiber  //强制成光口
combo-port copper //强制成电口
#

华三:

combo enable fiber  //强制成光口
combo enable copper  //强制成电口

锐捷:

en
conf t
int g0/x
med copper   //强制成电口
med fiber     //强制成光口

思科:

en
conf t
int g1/x/x
medium-type auto     //自动
medium-type copper   //电口
medium-type fiber    //光口

各厂商光功率查看命令:

华三:

<Sysname>  dis transceiver interface GigabitEthernet */*/*  查看

GigabitEthernet1/0/28 transceiver information:
Transceiver Type : 1000_BASE_LX_SFP
Connector Type : LC
Wavelength(nm) : 1310
Transfer Distance(km) : 1(9um)
Digital Diagnostic Monitoring : YES
Vendor Name : H3C
Ordering Name : SFP-GE-LX-SM1310-A


<Sysname>  dis transceiver interface GigabitEthernet */*/*  (无模块)
Error: The port has no transceiver information.

<Sysname> display transceiver diagnosis interface GigabitEthernet 1/0/28
GigabitEthernet1/0/28 transceiver diagnostic information:
Current diagnostic parameters:
Temp.(°C) Voltage(V) Bias(mA) RX power(dBm) TX power(dBm)
45 3.31 8.59 -11.24 -5.68


<Sysname>display transceiver diagnosis interface GigabitEthernet 1/0/29 (无模块)
Error: The port has no transceiver information.

思科(7609):

7609#show interfaces te1/1 transceiver

                                         Optical   Optical
            Temperature  Voltage  Current   Tx Power  Rx Power
Port        (Celsius)    (Volts)  (mA)      (dBm)     (dBm)
----------  -----------  -------  --------  --------  --------
Te1/1         40.3        N/A      83.6 --    1.9     -14.3   
 

华为:

使用命令display interface interface-type interface-number查看某光口插入的光模块的信息;

使用命令display transceiver diagnosis interface查看所有光口的收发光功率信息;

使用命令display transceiver diagnosis interface interface-type interface-number查看某光口的收发光功率信息

锐捷:

Ruijie#show interfaces [interface-id] transceiver //显示指定接口的光模块基本信息

Ruijie# show interfaces [interface-id] transceiver alarm  //显示指定接口的光模块当前故障告警信息,当没有故障时显示“None”。

Ruijie# show interfaces [interface-id] transceiver diagnosis  //显示指定接口的光模块诊断参数的当前测量值


发布了9 篇原创文章 · 获赞 34 · 访问量 7403

猜你喜欢

转载自blog.csdn.net/weixin_43788290/article/details/104647309