C114门户论坛百科APPEN| 举报 切换到宽版

亚星游戏官网

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 12733|回复: 0

[技术讨论] 光纤鸳鸯线故障处理 [复制链接]

军衔等级:

亚星游戏官网-yaxin222  新兵

注册:2014-10-14
发表于 2016-6-8 13:30:07 |显示全部楼层
摘要:光纤鸳鸯线是连接光纤没有按照规范规定的顺序,出现交叉连接的情况。在TL双模分光纤宏站场景下, UBPM光口应接RRU1号光口, BPL1光口应接RRU2号光口,若接反形成光纤鸳鸯线,导致RRU工作不正常,其所服务小区出现退服务现象,影响基站的正常工作。通过后台登陆基站,利用telnet远程诊断RRU,利用相应调试命令确定故障,并协助前台进行故障处理,确保基站正常工作。
关键词:光纤鸳鸯线 RRU 故障 telnet
故障描述
    某基站出现告警,LTE小区退出服务,RRU板异常导致,经初步诊断光口工作正常,与前台工作人员联系,了解到现场光纤标签混乱,个别光缆上没有标签,前台人员自主连接RRU和单板的连线,可能出现光纤鸳鸯线,影响RRU板正常工作。因此,初步确定通过后台网管登陆基站,对RRU进行诊断,确定RRU与单板之间的连线是否正确。若连线正确,再进行下一步的处理,最终排除故障,保证基站正常工作。
解决思路
     首先在EMS网管下启动网元管理,并启动网元,选择配置管理,获得所查基站的IP地址为100.93.2.55,并属于网元代理XA-OMMB1,其服务器地址为10.140.177.133。并在后台设备得到基站的机架图如图1所示,为进行诊断作好参考。
    其次,使用SecureCRTApp后台登录OMMB网管服务器10.140.177.133,输入账号和密码后,即可登录网管服务器,为远程登录基站作好准备。具体如图23所示。
      
            1机架图        2  OMMB连接界面
      
                       3  OMMB登陆界面
故障排除步骤
    排查光纤/挑选是否存在鸳鸯线,可以telnetRRU进行查询,步骤如下:
1登录基站,确定RRU IP地址
通过SecureCRT登陆基站对应的OMMB网管服务器,并从OMMB服务器TELNET到基站。用户名密码均为:zte ;利用route命令查询路由表,得到对应机架的RRU登陆IP地址。一般其IP地址为200.x.0.1BPL1的光口0)、200.x.1.17BPL1的光口1)、200.X.2.33BPL1的光口2),其中xRRU机架号,从51开始。
1)登陆CC板,确定RRU IP地址
Last login: Wed Nov 26 11:53:46 2014 from 10.140.176.205
OMC2:~ # telnet 100.93.2.55
Trying 100.93.2.55...
Connected to 100.93.2.55.
Escape character is '^]'.
(none) login: zte
Password:
Processing /etc/profile... Done
2)查看路由表,确定RRU地址
#route
Kernel IP routing table
Destination      Gateway       Genmask     Flags  Metric  Ref  Use  Iface
200.254.0.53  192.254.9.16  255.255.255.255  UGH    0      0    0   eth0
200.254.0.53  192.254.4.16  255.255.255.255  UGH    0      0    0   eth0
200.254.0.52  192.254.9.16  255.255.255.255  UGH    0      0    0   eth0
200.254.0.52  192.254.4.16  255.255.255.255  UGH    0      0    0   eth0
200.51.0.1    192.254.9.16  255.255.255.255  UGH    0      0    0   eth0
200.52.1.17   192.254.4.16  255.255.255.255  UGH    0      0    0   eth0
200.254.0.51  192.254.9.16  255.255.255.255  UGH    0      0    0   eth0
200.254.0.51  192.254.4.16  255.255.255.255  UGH    0      0    0   eth0
200.53.2.33   192.254.4.16  255.255.255.255  UGH    0      0    0   eth0
100.93.0.0      *           255.255.0.0        U     0       0   0 ipoa_linux
196.0.0.0       *           255.0.0.0          U     0       0    0   eth0
192.0.0.0       *           255.0.0.0          U     0       0    0   eth0
default      100.93.2.55     0.0.0.0           UG    0       0   0 ipoa_linux
    由以上路由表可知,3RRUIP地址为200.51.0.1200.52.1.17200.53.2.33
也可直接根据RRU机架号和连接的BPL单板光口确定RRUIP地址。
2登录RRU
telnet 相应的RRU登陆IP地址,运行ushell,密码为zte,登陆成功后,运行ps查询MGR.EXE进程号721,键入pad 721进入debug模式。在debug模式下输入LI登陆命令模式。
#telnet 200.51.0.1
Entering character mode
Escape character is '^]'.
BusyBox_ZTE V3.06.20_P1 (2012-02-06 17:37:07    ) built-in shell (ash)
Enter 'help' for a list of built-in commands.
# ushell
-> Please input password!
->
***
-> Login success!!
ushell tool menu:                              
------------------------------------------------------------------------------
'ps'       or     'PS'          list process run on the board
'pr xxx'   or     'PR xxx'      take over  xxx process printf info
'npr xxx'  or     'NPR xxx' not take over  xxx process printf info
'db xxx'   or     'DB xxx'      debug xxx process printf info
'ndb xxx'  or     'NDB xxx' not debug xxx process printf info
'pad xxx'  or     'PAD xxx'     debug and take over  xxx process printf info
'npad xxx' or     'NPAD xxx'not debug and take over  xxx process printf info
'pall'     or     'PALL'        display current debug and take over info
'ncheck'   or     'NCHECK'      Do not check another ushell exist
'check'    or     'CHECK'       Do check another ushell exist
'Q'        or     'q'           cancel all process  debug and printf info
'exit'     or     'EXIT'        cancel ushell
                    xxx  is process id you want to debug or take over printf info
------------------------------------------------------------------------------
$$ps
  PID USER       VSZ STAT COMMAND
    1 root       988 S    init  
    2 root         0 SW   [softirq-high/0]
    3 root         0 SW   [softirq-timer/0]
    4 root         0 SW   [softirq-net-tx/]
    5 root         0 SW   [softirq-net-rx/]
    6 root         0 SW   [softirq-block/0]
    7 root         0 SW   [softirq-tasklet]
    8 root         0 SW   [softirq-sched/0]
    9 root         0 SW   [softirq-hrtimer]
   10 root         0 SW   [softirq-rcu/0]
   11 root         0 SW   [watchdog/0]
   12 root         0 DW   [chkeventd/0]
   13 root         0 SW<  [events/0]
   14 root         0 SW<  [khelper]
   15 root         0 SW<  [kthread]
   33 root         0 SW<  [kblockd/0]
   65 root         0 SW   [pdflush]
   66 root         0 SW   [pdflush]
   67 root         0 SW<  [kswapd0]
   68 root         0 SW<  [aio/0]
  661 root         0 SW   [mtdblockd]
  711 root         0 SWN  [jffs2_******_mtd2]
  713 root       984 R    telnetd -l /bin/sh -t 5 -c 4
  719 root       992 S    inetd
  721 root      503m S    /version/MGR.EXE
  730 root       992 S    -/bin/ash
  799 root       992 S    /bin/sh
  800 root      9204 S    ushell
  802 root       984 S    sh -c ps
  803 root       988 R    ps
$$pad 721
[721]
ushell enter print mod
ushell enter debug mod
$$LI
[721]
[   begin to excel fun亚星游戏官网-yaxin222I      ]
Log Status Error.
value = 0(0x0)
[   end to excel fun亚星游戏官网-yaxin222I      ]
$$
3排查光纤鸳鸯线
在调试模式下,输入RDbsShowTable "Fiber"进行查询校验。
$$RDbsShowTable "Fiber"
[721]
[   begin to excel fun:RDbsShowTable      ]
********** ShowTable <Fiber> *********
Serial, FiberNo, BBUFiberPort, TOffset, TimeAhead, TDown, TUp, TBDelayDL, TNext14, TBDelayUL, TOffsetMeasure
1,       0,      144,      197686,  100000,   1157,   1157,   52905,        0,      52905,      52905
2,       1,       64,       6500,      0,        0,     0,       0,           0,          0,          0
value = 1(0x1)
[   end to excel fun:RDbsShowTable      ]
另外,分别登陆200.52.1.17200.53.2.33,得到其端口信息如表1所示。
1 端口信息表
机架号
序号
光口号
BBU光端口
51
1
0
144
2
1
64
52
1
0
145
2
1
65
53
1
0
64
2
1
146
    由于槽位号与端口具有固定的对应关系,如表2所示。因此可根据表2核查光纤连线,判断RRU的光纤是否连接错误。
  2槽位端口对应关系表
槽位号
光端口
槽位号
光端口
1
969798
12
192193194
2
808182
11
176177178
3
646566
10
160161162
4
484950
9
144145146
5
323334
8
128129130
6
161718
7
112113114
其中表2中,从左向右依次为012口,与网管对应的端口刚好相反。
根据表1和表2分析,得到实际的RRU和单板连接的光纤接口如表3所示。
3  RRU和单板连接的光口表
机架号
2定义
网管定义
RRU光口
单板槽位
光口
RRU光口
单板槽位
光口
51
1
BPL1(9)
0
2
BPL1(9)
0
2
UBPM(3)
0
1
UBPM(4)
0
52
1
BPL1(9)
1
2
BPL1(9)
1
2
UBPM(3)
1
1
UBPM(4)
1
53
1
UBPM(3)
2
2
UBPM(3)
2
2
BPL1(9)
2
1
BPL1(9)
2
由表3可知,5152机架的 RRU与单板连接正常,UBPMRRU的第1个接口,BPL1单板接RRU的第2个接口,符合双模分光纤宏站场景下连接要求。而53机架的 RRU与单板连接与规范刚好相反(红色),UBPMRRU的第2个接口,BPL1单板接RRU的第1个接口,形成光纤鸳鸯线。
4 排除故障
后台定位故障后,通知前台将原插在UBPMBPL1单板2光口的光纤互换,此时机架53与单板连接正确。UBPM的光口2RRU的第1个接口,BPL1单板的光口2RRU的第2个接口。
Serial, FiberNo, BBUFiberPort, TOffset, TimeAhead, TDown, TUp, TBDelayDL, TNext14, TBDelayUL, TOffsetMeasure
1,     0,      146,       6500,        0,          0,   0,       0,        0,        0,          0
2,     1,      66,       198268,  100000,        866,  866,   32877,      0,      32877,      52905
完成后基站工作正常,故障排除。
结论
本文针对基站RRU板异常导致小区退服问题和现场光纤出现标签混乱现象,初步判断出现光纤接错,可能导致光纤鸳鸯线。通过后台登陆基站,远程进行RRU诊断,最终确定是机架53 RRU出现连接光纤鸳鸯线,并协助现场进行处理,故障排除,确保了基站的正常工作。此方法也可通过相应的命令进行馈线和校准线接错故障检测,具有很好的应用价值。

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

手机版|C114 ( 沪ICP备12002291号-1 )|联系大家 |网站地图  

GMT+8, 2024-9-22 07:34 , Processed in 0.774112 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部
XML 地图 | Sitemap 地图