瑞斯康达olt排查故障的常用命令

下面直奔主题:


中文语言:
DongHuaNan5800#language chinese

强制成千兆口:
YiGuo6800(config-if-ten-gigabitethernet-19:3)#speed 1000
duplex full  //5800才有
[ipoe]TianLiSE1200C(config-port)#no auto-negotiate  //bras上要执行这条强制的才生效


是还的要做还:
create ethernet ring 1    》》》创建还
ethernet ring 1 primary   》》》堵塞端口
ethernet ring 1 secondary  》》》畅通端口
XiCun6800#show ethernet ring port       》》》查看环

Raisecom#commit system2 slot  9    6800升级不了倒换一下版本(版本system2要一致才行)
Raisecom#download system2 ftp 192.168.1.101 admin 123456 ISCOM6800-ZD01_ROAP_2.1.15(SP7)_20140808 slot 9
DongHuaNann6800#download system1 ftp 10.132.136.91 123456 123456 ISCOM6800-GP16_ROAP_2.60.5_20160726 slot 14 card-type gp16     GPON版本的升法
 download system1 ftp 211.162.62.33 YouHua YouHua ISCOM6800_ROAP_2.41.1(SP1)_20160112 slot 14 card-type ep16     EPON版本的升法

切换主控板:
ha force-switch

erase    //恢复出厂
show version    //查看版本
show interface ip  //查看三层接口IP信息
show port-mapping   //查看端口
Raisecom#show interface olt 1/2 mac-address-table l2-address //查看MAC
YaoTai6800#show interface epon-olt 1/2 epon-onu mac-address-table l2-address count  //查看onu下在线用户的mac信息
YaoTai6800#show epon-onu 1/1/1 mac-address-table l2-address dynamic  //查看单个onu在线的用户mac
JinShaZhou6800#show mac-address-table l2-address interface epon-olt 1/16  //查看用户的mac
Raisecom#show interface onu online-information  //查看在线ONU信息
Raisecom(fttx)#show running-config fttx full   //运行系统配置信息
XiCun5800E#show interface olt 1/2 transceiver rx-onu-power    //查看onu发光:
liuRong5800#show interface onu 1/2/1-64 transceiver detail   //查看机箱收光
ShuiYin6800#show epon-onu 1/1/9 transceiver                  //查看机箱收光
DaTangFangCao6800#show interface epon-olt 1/15 onu-laser-always-on history  //查看onu是否长发光
TongDeWei6800#show  device   //查看温度
调风扇
HongQiao5800E(fttx)#fan speed mode manual          //先设为手动
HongQiao5800E(fttx)#fan speed manual 35            //再设为35挡
HongQiao5800E(fttx)#show fan                       //查看温度
---------------------------------------------------------------------
判断onu长发光方法:自己手动关闭onu,关到那个其他onu上来了就是长发光了。
config
epon-onu  1/1/1
tran  tx-power-supply  primary shutdown  360
--------------------------------------------------------------------
查看onu发光:
XiCun5800E#show interface olt 1/2 transceiver rx-onu-power
HAT: High Alarm Threshold,  LAT: Low Alarm Threshold

ONU ID   Monitor Status  Power(dBm)   HAT(dBm)   LAT(dBm)   Alarm Status
--------------------------------------------------------------------------
 1/2/1   disable          -32.2184       8.1647   -40.0000  ok
 1/2/2   disable          -27.9588       8.1647   -40.0000  ok


查看pon口发光:
ZhanAn6800(config-if-epon-olt-1:1)#transceiver ddm enable
ZhanAn6800#show interface epon-olt 1/1 ddm detail
                            Current       HAT        HWT        LWT        LAT
    -------------------------------------------------------------------------------
    Temperature(℃)         21.5740      100.0000    95.0000     0.0000    -5.0000
    Current(mA)              9.8380      100.0000    80.0000     0.0000     0.0000
    Tx Power(dbm)            4.7190        7.4990     7.0000     2.0000     1.4990
    Rx Power(dbm)          -20.5060       -5.0000    -5.9990   -29.9990   -30.9690
    P3V3 SupplyVoltage(V)    3.2250        3.6000     3.5000     3.1000     3.0000






将备主控板拔出
1.加板卡(fttx  6800的不是在fttx模式下)
查看板卡:
Raisecom#show card
Slot ID    Create Type             Actual Type             State
----------------------------------------------------------------
1          null                    iscom5800e-ep4a         non-installed

进入fttx模式:
Raisecom#fttx
Raisecom(fttx)#create card slot 6(第几块板) type 4ge(板卡类型)   //加板

2.开启自动注册。
5800的:
进入fttx模式:
HZ5800(fttx)#interface olt 4/2
HZ5800(fttx-olt4:2)#authorization mode none//开启自动注册


3.创建vlan,并创建管理ip和网关
Raisecom(config)#create vlan 100-600 active      创建vlan号
Raisecom(config)#interface ip 0
Raisecom(config-ip)#ip address 172.16.250.163 255.255.255.248 100(要有这个vlan号)管理ip
Raisecom(config)#ip default-gateway 172.16.250.161(网关)



4.配置上下连板。
 配置OLT下行EPON口 VLAN模式
Raisecom(config)# interface  port  1
Raisecom(config-port)# switchport  mode  trunk
Raisecom(config-port)# switchport  trunk   allowed  vlan 100 confirm
 配置OLT上行EPON口 VLAN模式
interface port 49
description Link-tianli2924
switchport trunk allowed vlan 2-4094 confirm
switchport trunk untagged vlan remove 1          默认是拒绝vlan1
switchport mode trunk




5.创建给pon口下面的onu的以太网口(要看onu的以太网口几个口)
在fttx模式下:
Raisecom#fttx
Raisecom(fttx)#create onu-svr-template 1 name PON1 uni-eth-num 24(24个以太网口)
Raisecom(fttx)#onu-svr-template 1(第几块板)
uni-eth-num sensitive disable
native-vlan config-mode offset
uni ethernet 1 vlan mode tagged
uni ethernet 1 native vlan 11
uni ethernet 2 vlan mode tagged
uni ethernet 2 native vlan 12
uni ethernet 3 vlan mode tagged
uni ethernet 3 native vlan 13
uni ethernet 4 vlan mode tagged
uni ethernet 4 native vlan 14
uni ethernet 5 vlan mode tagged
uni ethernet 5 native vlan 15
uni ethernet 6 vlan mode tagged
uni ethernet 6 native vlan 16
uni ethernet 7 vlan mode tagged
uni ethernet 7 native vlan 17
uni ethernet 8 vlan mode tagged
uni ethernet 8 native vlan 18
uni ethernet 9 vlan mode tagged
uni ethernet 9 native vlan 19
uni ethernet 10 vlan mode tagged
uni ethernet 10 native vlan 20
uni ethernet 11 vlan mode tagged
uni ethernet 11 native vlan 21
uni ethernet 12 vlan mode tagged
uni ethernet 12 native vlan 22
uni ethernet 13 vlan mode tagged
uni ethernet 13 native vlan 23
uni ethernet 14 vlan mode tagged
uni ethernet 14 native vlan 24
uni ethernet 15 vlan mode tagged
uni ethernet 15 native vlan 25
uni ethernet 16 vlan mode tagged
uni ethernet 16 native vlan 26
uni ethernet 17 vlan mode tagged
uni ethernet 17 native vlan 27
uni ethernet 18 vlan mode tagged
uni ethernet 18 native vlan 28
uni ethernet 19 vlan mode tagged
uni ethernet 19 native vlan 29
uni ethernet 20 vlan mode tagged
uni ethernet 20 native vlan 30
uni ethernet 21 vlan mode tagged
uni ethernet 21 native vlan 31
uni ethernet 22 vlan mode tagged
uni ethernet 22 native vlan 32
uni ethernet 23 vlan mode tagged
uni ethernet 23 native vlan 33
uni ethernet 24 vlan mode tagged
uni ethernet 24 native vlan 34
quit



6.SNMP配置。
监控系统添加
snmp-server host 172.16.254.116 version 2c public udpport 162
snmp-server host 211.162.62.41 version 2c public udpport 162
采集系统命令
snmp-server community GzGwbn2008 view internet ro


7.查看版本,低于厂家给的版本需要升级。
Raisecom#show version slot 1
Raisecom#download system-boot ftp 192.168.1.101 admin 123456 文件名 slot 1(第几块板)



8.保存配置,并重启。
Raisecom#write    保存
Raisecom#reboot   重启


删除ONU FFTX模式下
interface olt 1/1
no create onu 1-64




割接:
1.首先查看配置是否有误。
2.将上联口按配置连接那条原上联连的尾纤。
3.接好后用ping看是否能ping通认证设配ip或者网关。
4.脸色尾纤后,查看原有的环或者链路是否起来。
5.找出连接onu的尾纤,从pon下拔出连接到每个pon板下面的一个口,然后拨号都能上网就完成。


查看配置:
Raisecom#show running-config

查看端口对应:
Raisecom#show port-mapping
Service Port ID    Service Port type    Switch Port ID
-----------------------------------------------------
 1/1               PON                   1
 1/2               PON                   2
 1/3               PON                   3
 1/4               PON                   4

查环路 show interface onu loopback-port

修改内层vlan:
JingTai6800(config)#epon-onu uni ethernet 6/10/4/2
JingTai6800(config-epon-onu-ethernet-6/10/4:2)#native vlan 1073

查看fttx的配置(包括自动注册,onu以太网口的每个口,板卡类型){在fttx下创建的都可以}



查看光功率接受发光功率:
5800查看:
Raisecom#fttx
Raisecom#interface transceiver 6/1
Raisecom(fttx-transceiver6:1)#transceiver ddm enable 要开启光功率ddm才能查看
Raisecom#show interface transceiver 6/1 ddm
6800查看:
ShiLing6800(config)#interface ten-gigabitethernet 20/3
ShiLing6800(config-if-ten-gigabitethernet-20:3)#transceiver ddm enable

查看上联口的是1G还是10G口:
show interface ten-gigabitethernet(6800)

show port-mapping  (5800)

FC-HD-FH-2924E#show interface port-list 1-24(raisecom2924)

show port-link (6900查看G口大小)
show slot       (6900查看OLT的槽位)


查看端口的总数:
DongFengXi6800#show interface epon-olt information





在se1200查看客户拨号上来的信息:
[local]ChuangXinSE1200E#show pppoe sub 3/4 vlan-id 100 sunmary

               NUMBER                   
CIRCUIT TYPE   CIRCUIT     UP      DOWN
------------   -------   ------   ------
ATM            0           0          0     
ETHERNET       0           0          0     
DOT1Q          945         945        0     
Total circuits: 945  up: 945  down: 0

在ME60上看来用户拨号上来的用户数:
[ChuangXinME60C]display access-user interface GigabitEthernet 5/0/2.300 pevlan 1470 summary
  Normal users                       : 886
  RUI Local users                    : 0
  RUI Remote users                   : 0
  -----------------------------------------------
  Radius authentication              : 886
  Radius proxy authentication        : 0
  No authentication                  : 0
  Local authentication               : 0
  Tacacs authentication              : 0
  -----------------------------------------------
  Total users                        : 886

========================================================================
在Bas9010上查看用户拨号上来信息:
RP/0/RSP0/CPU0:tlasrBasA#show subscriber session filter access-interface tenGigE 0/2/1/1.400 outer-vlan 400 summary
Session Summary Information for access-interface TenGigE0_2_1_1.400

                Type            PPPoE           IPSub           IPSub
                                                (DHCP)          (PKT)
                ====            =====           ======          =====

Session Counts by State:
        initializing            0               0               0
          connecting            0               0               0
           connected            0               0               0
           activated            1185            0               0
                idle            0               0               0
       disconnecting            0               0               0
                 end            0               0               0
              Total:            1185            0               0
查询每个子接口的用户数
show pppoe summary per-access-interface

查询子接口下具体VLAN的用户数
show subs session filter access-interface tenGigE 0/2/0/1.100 outer-vlan 3126 summary

通过账号查询具体信息
show subs session filter username  123  detail internal  
===========================================================================




下面是5800查看:
Raisecom#show interface onu online-information  //查看在线ONU信息
Raisecom#show running-config olt 1/2   //查看1/2   ONU对映MAC信息
找出ONU所对映的MAC地址(00:0e:5e:0b:7e:c2)

FuGui5800E(fttx)#search interface olt mac-address-table 000e.5e30.d8d9  查看MAC对映的PON口ONU

PanYu5800E#show interface onu mac 000e.5e08.426a creation-information
     //查看MAC对映端口




扩容(如果GE口满了,再添加一条链路就要执行以下命令,此命令可以平分流量):
trunk group 25 26(端口号)



raisecom2924的配置查看port口命令:
ChuangXing2924#show transceiver ddm port-list 25
 
参数名称                 单位                参数值              状态
---------------------------------------------------------------------
Temperature              Celsius                50.4600            *
Tx bias Current          mA                     34.7460            *
Optical Tx Power         dBm                     1.0720            *
Optical Rx Power         dBm                   -40.0000            --
Supply Voltage           Volts                   3.3670            *
raisecom2924的配置查看模块命令(发现):
ChuangXing2924#show transceiver information port-list 25

Port port25 basic information:
--------------------------------------------
Transceiver Type              : SFP
Vendor Name                   : GISSEN          
Vendor Part Number            : GT7710-1570-J   
*Vendor Serial Number         : M7BF0017        
*Vendor Version               : B4  
Digital diagnostic function   : support
Calibration type              : internal
RSSI                          : not support
Media type                    : single_mode(Km)
Transfer Distance(meter)      : 40000
Connector type                : fiber_jack
Wavelength(nm)                : 1570
Min data rate(Gb/s)           : --
Max data rate(Gb/s)           : --
Wavelength tolerance(nm)      : --
*Compatibility type           : 10G_BASE_ER
*Max power dissipation        : --
*CDR                          : not support
TX Ref Clock                  : not required
Laser type                    : 850 nm VCSEL
Wavelength control            : not support
Cooled laser                  : no
Tunable laser                 : no
Detector type                 : PIN
*line loopback                : not support
*XFI loopback                 : not support
VPS                           : not support
Tx_Dis control                : not support
Standby control               : not support
VPS inner low power           : not support
VPS outer low power           : support
FEC                           : support
CMU                           : support

XinHePu5800E#show interface transceiver 6/1 ddm information
OLT 6/1 的光模块:
    光模块型号          : xfp
    连接类型            : lc
    波长(皮米)          : 1531000
    厂商名称            : Raisecom        
    产品型号            : CXFP-192/S/53   
    产品序列号          : 7664274         
    光纤类型            : 9 micron single-mode
    数字诊断功能        : 支持
    传输距离(米)        : 40000
    RSSI                : 未知
    最大数据速率(MB/S)  : 11100
    最小数据速率(MB/S)  : 10000
    最大波长(皮米)      : 1537500
    最小波长(皮米)      : 1524500
    波长容限(皮米)      : 6500
    激光器类型          : 1550 nm DFB
    制冷激光器          : 支持
    可调谐激光器        : 支持
    光探测器类型        : APD

DongFengXi6800#show interface ten-gigabitethernet 16/2 ddm information
OLT 16/2 的光模块:
    光模块型号          : osfp
    连接类型            : lc
    波长(皮米)          : 1310000
    厂商名称            : CISCO-OEM       
    产品型号            : SFP-10GB-LR     
    产品序列号          : OE51005897      
    光纤类型            : 9 micron single-mode
    数字诊断功能        : 支持
    传输距离(米)        : 10000

检查上联丢包信息:
LiAn6800#show interface ten-gigabitethernet 19/1 statistics
端口19/1
------------------------------------------------
接收正常统计:
    接收到的字节数:                   1,232,308,188,594              
    接收到的单播包数:                 3,717,297,310        
    接收到的组播包数:                 103,610              
    接收到的广播包数:                 1,400,503            
接收错误统计:
    丢弃的包数:                       4,901                
    CRC校验错误的包数:                0                    
    较短的数据包:                     0                    
    较长的数据包:                     491,944,987          
    碎片的数据包:                     0                    
    超时的数据包:                     0                    
    冲突的数据包:                     0                    
发送正常统计:
    发送的字节数:                     5,694,251,903,081    
    发送的单播包:                     4,410,300,149        
    发送的组播包:                     292,842              
    发送的广播包:                     4,194,789            
发送错误统计:
    发送的错误包:                     0                    
    发送的丢弃包:                     4,901                
    丢弃包数:                         0                    
    差包:                             0                    
    最新的冲突包:                     0                    
    非载体包:                         0                    
    丢弃的载体包:                     0                    
    介质传输错误包:                   0                    
位统计:
    接收的位数:                       9,858,465,508,752              
    发送的位数:                       45,554,015,224,648



后面做的步骤:
interface olt 9/3
vlan upstream onu all default mode stacking     //设置onu上行vlan模式为stacking
vlan upstream onu all default new-tag vlan-id 945  //设置stacking vlan
authorization mode none
create vlan downstream 945                        //创建下行vlan
vlan downstream tagged 945 mode removed       //设置移除下行svlan
snmp trap errored-frame enable                
snmp trap errored-frame-period enable        //启动snmp下联pon口监控
onu-svr-template 1 binded-onu-list 1-64      
quit


猜你喜欢

转载自blog.csdn.net/weixin_41515615/article/details/80959974