web-dev-qa-db-ja.com

Ciscoポートが接続されていないのに、反対側が起動する理由

Cisco Catalyst 3850には、別のデバイスに接続されているSFPモジュールがあり、他のデバイス(ベンダー機器)のポートは起動しますが、インターフェイスはまだダウンしています。 DOM情報は、pegelの受信と送信を示しており、そのインターフェイスでshutコマンドを実行すると、反対側がダウンします。

これはそのポートの構成です:

interface GigabitEthernet1/0/8
 description port1
 no switchport
 ip address 10.1.1.80 255.255.255.254
end

しかし、ポートはまだダウンしています。

sh int gi1/0/8 status

Port      Name               Status       Vlan       Duplex  Speed Type 
Gi1/0/8   port1   notconnect   routed       full   1000 1000BaseLX SFP

そしてトランシーバーの詳細ページにはすべて問題ありません:

#sh int gi1/0/8 transceiver 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/0/8     39.7                95.0        90.0       -40.0      -45.0

                              High Alarm  High Warn  Low Warn   Low Alarm
           Voltage            Threshold   Threshold  Threshold  Threshold
Port       (Volts)            (Volts)     (Volts)    (Volts)    (Volts)
---------  ---------------    ----------  ---------  ---------  ---------
Gi1/0/8    3.32                  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/0/8     -5.2                -1.0        -1.9       -10.0      -11.0

           Optical            High Alarm  High Warn  Low Warn   Low Alarm
           Receive Power      Threshold   Threshold  Threshold  Threshold
Port       (dBm)              (dBm)       (dBm)      (dBm)      (dBm)
-------    -----------------  ----------  ---------  ---------  ---------
Gi1/0/8     -6.8                -1.9        -2.9       -24.9      -26.0

SFPモジュールを変更しましたが、それでも同じです。ポートも変更すると、同じ結果になります。この問題のトラブルシューティングを行うにはどうすればよいですか。

他のデバイスのポートが起動しても、デバイスがまだダウンしているのは少し奇妙です。

1
kockiren

ベンダーは、偶然に残されたすべてのものを無効にすることを好みます。使用する speed nonegotiateリンクを表示します。

1
cpt_fink