在 ASR 1001-x 上设置 Cisco TenGig 以太网 SFP

网络工程 sfp 10gbase 思科-asr
2022-02-06 07:26:05

我遇到了在 ASR-1000-x 上设置 10GigE SFP 的简单配置的问题。光纤贴片连接到位于设备 TE0 端口中的 SFP。接口报告正在启动,子系统的较低级别探测显示光子正在流动(我认为):

router-asr1001-r0101-a#sh hw-module subslot 0/0 transceiver 0 status 
The Transceiver in slot 0 subslot 0 port 0 is enabled.
  Module temperature                        = +37.039 C
  Transceiver Tx supply voltage            = 3261.4 mVolts
  Transceiver Tx bias current              = 36000 uAmps
  Transceiver Tx power                      = -4.7 dBm
  Transceiver Rx optical power              = -3.9 dBm

这是 SFP:

router-asr1001-r0101-a#sh hw-module subslot 0/0 transceiver 0 idprom 
IDPROM for transceiver TenGigabitEthernet0/0/0:
  Description                              =  optics (type 130)
  Transceiver Type:                        = SFP+ 10GBASE-LR (274)
  Product Identifier (PID)                  = SFP-10G-LR          
  Vendor Revision                          = B 
  Serial Number (SN)                        = FNS17031564    
  Vendor Name                              = CISCO-FINISAR  
  Vendor OUI (IEEE company ID)              = 00.0B.40 (2880)
  CLEI code                                = COUIA75CAA
  Cisco part number                        = 10-2457-03
  Device State                              = Enabled.
  Date code (yy/mm/dd)                      = 15/08/11
  Connector type                            = .
  Nominal bitrate                          =  (0 Mbits/s)
  Minimum bit rate as % of nominal bit rate = not specified
  Maximum bit rate as % of nominal bit rate = not specified

最后上层界面报告:

router-asr1001-r0101-a#show int tengig 0/0/0
TenGigabitEthernet0/0/0 is up, line protocol is up 
  Hardware is BUILT-IN-2T+6X1GE, address is 188b.9d1f.f400 (bia 188b.9d1f.f400)
  Description: Link to XO
  Internet address is 200.1.95.02/30
  MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, 
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive not supported 
  Full Duplex, 10000Mbps, link type is force-up, media type is SFP-LR
  output flow-control is on, input flow-control is on
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:06:11, output hang never
  Last clearing of "show interface" counters 4d01h
  Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles 
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 0 multicast, 0 pause input
     0 packets output, 0 bytes, 0 underruns
     156 output errors, 0 collisions, 3 interface resets
     0 unknown protocol drops
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier, 0 pause output
     0 output buffer failures, 0 output buffers swapped out

运营商已确认切换为 10GigE。当我们断开光纤贴片时,他们确认他们已经启动并看到我们下降。

尝试 ping 远程端 (200.1.95.1) 不起作用。我怀疑这里有两件事 - 输出错误和链接类型被“强制”。我还怀疑这是我在基本设置中忽略的简单事情。

有没有人遇到过这种设置的故障排除?

3个回答

问题已解决:在故障排除路径中的某处,SFP 被移除并重新插入,而无需重新启动路由器。我们今天尝试重新启动,界面成功出现。我不知道这是否是记录在案的行为,但这是有道理的 - 如果一切都失败了,请尝试重新启动。

收发器 Rx 光功率 = -3.9 dBm,看起来在可接受的参数范围内。“显示 int te0/0/0 收发器详细信息”将确认机箱是否支持 DOM。收发器是 SFP+,因此它支持 DOM。

您是长途跋涉回到 XO 的位置​​,还是 XO 在本地引入了 Cisco ONS 15454 来为您提供本地 10g 接口?如果是这样,那么他们可能在他们身边使用了 SR。

需要确认 XO 是否使用 LR 模型。

我看到链接类型被强制启动,还看到输入和输出的流量控制都打开了。

您是在端口配置上对所有内容进行硬编码还是允许使用 XO 端自动否定?需要找出 XO 是否在硬编码他们的目的。如果在您端而不是他们端进行硬编码,我会将双工、速度设置为自动并关闭流量控制并查看链接是否开始通过流量。我怀疑 XO 是否从我在 XO 认识的安装技术人员那里更改了默认流控制、速度、双工设置。永远不知道,一切皆有可能。

正如罗恩所说。收发器和光纤首先都需要匹配和正确。

重新启动不应该是正确的答案,尤其是对于那种网络设备。下次你应该尝试:

conf t
    int tengig0/0/0
        shut
        do show log
        no shut