Cisco ASR1000 show interface transceiver查看接口收发光
Cisco ASR1000查看收发光的命令与其他平台不一样
其他网络设备命令如下: (包括Catalyst 和Nexus)
show interface G1/1/1 transceiver detail
示例:
Cisco-3750#show interface g 1/1/1 tran detail
ITU Channel not available (Wavelength not available),
Transceiver is internally calibrated.
mA: milliamperes, dBm: decibels (milliwatts), NA or N/A: not applicable.
++ : high alarm, + : high warning, - : low warning, -- : low alarm.
A2D readouts (if they differ), are reported in parentheses.
The threshold values are calibrated.
High Alarm High Warn Low Warn Low Alarm
Temperature Threshold Threshold Threshold Threshold
Port (Celsius) (Celsius) (Celsius) (Celsius) (Celsius)
--------- ------------------ ---------- --------- --------- ---------
Gi1/1/1 33.1 90.0 85.0 -5.0 -10.0
High Alarm High Warn Low Warn Low Alarm
Voltage Threshold Threshold Threshold Threshold
Port (Volts) (Volts) (Volts) (Volts) (Volts)
--------- --------------- ---------- --------- --------- ---------
Gi1/1/1 3.28 3.60 3.50 3.10 3.00
Optical High Alarm High Warn Low Warn Low Alarm
Transmit Power Threshold Threshold Threshold Threshold
Port (dBm) (dBm) (dBm) (dBm) (dBm)
--------- ----------------- ---------- --------- --------- ---------
Gi1/1/1 -5.0 0.0 -3.0 -9.5 -13.5
Optical High Alarm High Warn Low Warn Low Alarm
Receive Power Threshold Threshold Threshold Threshold
Port (dBm) (dBm) (dBm) (dBm) (dBm)
------- ----------------- ---------- --------- --------- ---------
Gi1/1/1 -5.0 3.0 0.0 -17.0 -21.0
ASR需要使用下面这条命令
show hw-module subslot 0/0 transceiver 2 status
ASR为啥要这样设计?同样都是IOS系统,
妥妥的给思科差评
这里对命令说明一下
show hw-module subslot 0/0 transceiver 2 status
0/0 表示板卡所在的槽位, 2表示端口号
所以上面show的就是G0/0/2这个端口的收发光
示例:
ASR1002# show hw-module subslot 0/0 transceiver 2 status
The Transceiver in slot 0 subslot 0 port 2 is enabled.
Module temperature = +21.578 C
Transceiver Tx supply voltage = 3277.7 mVolts
Transceiver Tx bias current = 5648 uAmps
Transceiver Tx power = -4.9 dBm
Transceiver Rx optical power = -6.6 dBm
还有1条相关的命令,查看光模块的详细硬件和状态
ASR1002# show hw-module subslot 0/0 transceiver 2 idprom brief
IDPROM for transceiver GigabitEthernet0/0/2:
Description = SFP or SFP+ optics (type 3)
Transceiver Type: = GE SX (19)
Product Identifier (PID) = GLC-SX-MMD
Vendor Revision = A
Serial Number (SN) = FNS18251JQH
Vendor Name = CISCO
Vendor OUI (IEEE company ID) = 00.90.65 (36965)
CLEI code = WOTRB9VBAA
Cisco part number = 10-2626-01
Device State = Enabled.
Date code (yy/mm/dd) = 14/06/20
Connector type = LC.
Encoding = 8B10B
NRZ
Nominal bitrate = GE (1300 Mbits/s)
Minimum bit rate as % of nominal bit rate = not specified
Maximum bit rate as % of nominal bit rate = not specified
ASR1002#
ASR1002# show hw-module subslot 0/0 transceiver 2 idprom detail
IDPROM for transceiver GigabitEthernet0/0/2:
Description = SFP or SFP+ optics (type 3)
Transceiver Type: = GE SX (19)
Product Identifier (PID) = GLC-SX-MMD
Vendor Revision = A
Serial Number (SN) = FNS18251JQH
Vendor Name = CISCO
Vendor OUI (IEEE company ID) = 00.90.65 (36965)
CLEI code = WOTRB9VBAA
Cisco part number = 10-2626-01
Device State = Enabled.
Date code (yy/mm/dd) = 14/06/20
Connector type = LC.
Encoding = 8B10B
NRZ
Nominal bitrate = GE (1300 Mbits/s)
Minimum bit rate as % of nominal bit rate = not specified
Maximum bit rate as % of nominal bit rate = not specified
The transceiver type is 19
Link reach for 9u fiber (km) = SX(550/270m) (0)
1xFC-MM(500/300m) (0)
2xFC-MM(300/150m) (0)
ESCON-MM(2km) (0)
Link reach for 9u fiber (m) = SX(550/270m) (0)
1xFC-MM(500/300m) (0)
2xFC-MM(300/150m) (0)
ESCON-MM(2km) (0)
Link reach for 50u fiber (m) = SX(550/270m) (55)
LX(5km/550m) (55)
LX(10km/550m) (55)
Nominal laser wavelength = 850 nm.
DWDM wavelength fraction = 850.0 nm.
Supported options = Tx disable
Loss of signal (standard implementation)
Diagnostic monitoring = Digital diagnostics supported
Diagnostics are internally calibrated
Rx power measured is "Average power"
Transceiver temperature operating range = -5 C to 85 C (extended)
Minimum operating temperature = -5 C
Maximum operating temperature = 85 C
High temperature alarm threshold = +90.000 C
High temperature warning threshold = +85.000 C
Low temperature warning threshold = -5.000 C
Low temperature alarm threshold = -10.000 C
High voltage alarm threshold = 3600.0 mVolts
High voltage warning threshold = 3500.0 mVolts
Low voltage warning threshold = 3100.0 mVolts
Low voltage alarm threshold = 3000.0 mVolts
High laser bias current alarm threshold = 15.000 mAmps
High laser bias current warning threshold = 12.000 mAmps
Low laser bias current warning threshold = 2.000 mAmps
Low laser bias current alarm threshold = 1.000 mAmps
High transmit power alarm threshold = 0.0 dBm
High transmit power warning threshold = -3.0 dBm
Low transmit power warning threshold = -9.5 dBm
Low transmit power alarm threshold = -13.5 dBm
High receive power alarm threshold = 3.0 dBm
High receive power warning threshold = 0.0 dBm
Low receive power warning threshold = -17.0 dBm
Low receive power alarm threshold = -21.0 dBm
External Calibration: bias current slope = 1.000
External Calibration: bias current offset = 0
ASR1002#