Showing posts with label OLT GPON. Show all posts
Showing posts with label OLT GPON. Show all posts

Tuesday, February 14, 2017

What is the difference of main control boards on Huawei OLT MA5683T and MA5680T?


Brief introduction:

SCUN and SCUH are main control card of Huawei MA5680T, MA5683T; They are the core of the system control and service switching and aggregation.

Then what is the difference between SCUN and SCUH?


SCUN Overview:



  • Supports integrated optical copper access for GPON, P2P, xDSL, and voice services.
  • Supports 480 Gbit/s (active/standby mode), 960 Gbit/s (load sharing mode) switching capacity.
  • Supports active/standby mode and load sharing mode, doubling processing performance.
  • Supports ISSU, saving the upgrade interruption time.
  • Supports 1588v2, and 1588 ACR by working together with the H801CKMD daughter board.
  • Supports interfaces CON (RJ-45), ETH (RJ-45), ESC (RJ-45).
  • Supports Communication Interfaces TX0 RX0 to TX3 RX3 (4 x SFP GE ports).
SCUH Overview:

  • Supports up to 1920 Gbit/s switching capacity
  • Supports active/standby mode and load sharing mode, doubling processing performance
  • Supports ISSU, saving the upgrade interruption time
  • Supports synchronization Ethernet
Below is the comparison of their parameters:






















The most popular Huawei OLT as below:

MA5683T Platinum Line


Friday, January 29, 2016

Huawei MA5683T configuration instructions part 1

1.1 Opening
/ / through the console,login user name root,password admin.If the device is a twin-engine,connect bright green light board ACT.
MA5683T>enable      //open the privilege
MA5683T#config       //Enter the terminal configuration mode
MA5683T(config)#sysnameSJZ-HW-OLT-1       //device-naming (Usually when to start the configuration)
//Creation telnet user
MA5683T(config) #terminal user name   //Add user operation huawei
User Name(length<6,15>):huawei      //Setting the user name
User Password(length<6,15>):huawei123     //Required to enter your password. Enter part of the actual not visible
Confirm Password(length<6,15>):huawei123       // Verification the password again
User profile name(<=15 chars)[root]:root         //nter the user management level
User's Level:                                    
1. Common User  2. Operator  3. Administrator:3        //Select the user permissions
Permitted Reenter Number(0--4):1      //Set the user name can repeat logins, general requirements for 1 times.
User's Appended Info(<=30 chars):HuaweiAdm   //Add a description, not set.
Adding user succeeds  Repeat this operation? (y/n)[n]:
//After if you want to start or insert a new board need the following,autofind is newly inserted PoC board MA5683T(config)#display board 0
//Check the equipment state of board,the most commonly used commands.
-------------------------------------------------------------------------
SlotIDBoardNameStatus         SubType0 SubType1    Online/Offline   -------------------------------------------------------------------------  
0        
1       H802EPBD   Normal                            
2       H802EPBD   Normal                            
3       H802EPBD   Normal                      
4       H802EPBDAuto_find  
5        
6     H801SCUNActive_normal  
7       H801SCUNStandby_normal  
8       H801GICF   Normal                            
9     H801X2CA   Normal            
10      
11      
12      
13    
-------------------------------------------------------------------------
MA5683T(config)#board confirm 0    //To automatically discover board, need to be confirmed after a board can be used.
//For the board is unconfirmed,board of hardware running indicator light is normal,but the PoC port doesn't work.
1.2、manage configuration
1、Create and management VLAN
MA5683T(config)#vlan 5 smart
2、Uplink port bypass and management VLAN
MA5683T(config)#port vlan 5 0/8 0
3、Configure the IP address
MA5683T(config)#interface vlanif 5
MA5683T(config-if-vlanif5)#ip address 10.11.126.2 255.255.0.0
MA5683T(config-if-vlanif5)#quit
4、Configuration management gateway
MA5683T(config)#ip route-static 0.0.0.0 0.0.0.0 10.11.0.1  
//If the 0/8 0 port is connected, you can use the huawei123 telnet this address Huawei landing.  
If you need network management software management, then you need to add the following command
MA5683T(config)#snmp-agent community read public

1.3、Create and uplink transmission PoC VLAN
MA5683T(config)#vlan 5 smart  
MA5683T(config)#vlan 14 smart    
MA5683T(config)#vlan 999 smart   
MA5683T(config)#vlan 183 smart  
MA5683T(config)#vlan 3049 to 3098 smart  
MA5683T(config)#port vlan50/8  0  
MA5683T(config)#port vlan140/8  0
MA5683T(config)#port vlan9990/8  0
MA5683T(config)#port vlan3049 to 30980/8  0  y      
MA5683T(config)#port vlan140/8  1    
MA5683T(config)#snmp-agent community write private

Wednesday, January 27, 2016

How to configure the MA5683T GPON&EPON start instructions part2

EPON:
Huawei OLT
1、Configure Upstream
vlan 100 smart   \\Add network management vlan
vlan 1001 smart   \\Add PoC vlan
Add the corresponding vlan to the uplink:
port vlan 100 0/6 0
port vlan 1001 0/6 0
Configuration management address:
interface vlanif 100
 ip address 192.168.10.100 255.255.255.0
2、Configuration DBA template
dba-profile add profile-id 10 type2 assure 20480
3、Configure line template
ont-lineprofile epon profile-id 10 profile-name HG8240
llid dba-profile-id 10
commit
4、Configure PoC template
ont-srvprofile epon profile-id 11 profile-name HG8240
ont-port eth 4 pots 2
Note: Must be based on the ONT actual number of port configuration,if you don't know it,you can enter the Epon veneer mode using the command "disp ont capability" view.
port vlan eth 1 100
commit
5、Add ONT equipment
intface epon 0/0
port 1 ont-auto-find enable
disp ont autofind 1
ont add 1 0 mac-auth 0000-0000-0001 oam ont-lineprofile-id 10 ont-srvprofile-id 11
Designate ONT port default vlan
ont port native-vlan 1 0 eth 1 vlan 1001
6、Configure PoC virtual port
service-port vlan 1001 epon 0/0/1 ont 0 multi-service user-vlan 1001

If in the fttb networking,Olt side only need to configure the line template, do not need to configure PoC template,add onu use snmp protocol。

Huawei ONU
1、Configure Upstream
vlan 1001 smart
port vlan 1001 0/0 1
2、Configure PoC port
service-port vlan 1001 adsl 0/0/30 vpi 0 vci 35 rx-cttr 6 tx-cttr

Thursday, January 14, 2016

Some Abnormal OLT GPON CLASS B Part2

Method 2
Use the SMARTKIT inspector to query all optical modules. Manually collect information about vendor PN, transmit optical power, and enclosure temperature in the query results, as shown in Figure 2.
Characteristics of the involved optical module: The temperature is higher than 60 degrees, the transmit optical power is not in the range from 1.5 dBm to 5 dBm, the vendor PN is SPS4348HHPCDE, and the vendor is SOURCE PHOTONICS.
Information collection in the query results



Select the two check items as shown in the Figure 3.
Inspection template configuration


[Root Cause]
Some optical modules may rarely become faulty after long-term working at high temperature, resulting in unstable transmit optical power.
[Impact and Risk]
When the problem occurs, corresponding ONUs are offline. According to the vendor, 0.143% of the optical modules may become faulty at high temperature.
[Measures and Solutions]
Recovery measures:
Perform the following steps to cool the enclosure of the involved optical module.
Tune down the temperature in the equipment room.
Manually accelerate the rotating speed of fans. (Long-term high-speed rotation shortens the useful life of a fan, so this solution is just a temporary solution.) Setting examples are as follows:
For V800R005/V800R006/V800R007/V800R008:
MA5600T(config)#interface emu 0 
MA5600T(config-if-fan-0)#fan speed mode manual 
MA5600T(config-if-fan-0)#fan speed adjust 5

For V800R009/V800R010/V800R011/V800R012:
MA5600T(config)#diagnose 
MA5600T(diagnose)%%fan speed mode manual 6

The digit in red in the command indicates the rotating speed level of the fan (the highest levels for V800R008 and V800R011 are 5 and 6 respectively), the higher the digit, the faster the rotating speed. It is recommended to tune up the rotating speed to the maximum, and then gradually tune it down. Long-term high-speed rotation shortens the useful life of a fan. Therefore, exercise caution when adopting this solution.
Preventive measures:
Use the preventive maintenance inspection tool to check the enclosure temperature of optical modules on the live network. For the site where the enclosure temperature of optical modules is higher than 60 degrees, urge customers to improve equipment room environment. The recommended temperature is about 23 (±1) degrees.
Solution:
When the problem occurs, perform the recovery measures to cool involved optical modules, and then perform the following steps based on actual situations:
If the problem is solved, the optical module can be used but not used at high temperature.
If the problem persists (the hardware of the optical module is faulty), use a spare part to replace it. A small number of faulty optical modules can be directly sent to Huawei for repair based on the specified procedure. A large number of faulty optical modules are handled by corresponding regional service contact personnel.
The warning does not take effect when the trigger conditions are not met.
[Attachment]
None