Showing posts with label MA5600T Huawei. Show all posts
Showing posts with label MA5600T Huawei. Show all posts

Thursday, June 22, 2017

OT928G loopback cannot be configured due to U2000 internal problem

Issue Description
It is required to configure loopback on OT928G through U2000 management system but when it is done system
pop ups an alarm informing that operation failed.
MA5680T MA5600V800R008C01
U2000 V100R002C01SPC004
Alarm Information
Set a Local Loopback operation failed
Failure cause: The version does not match
Handling Process
Process to configure loopback through U2000 was verified and tested to confirm it is correct and it was but the failure was gotten
Versions compatibility was verified and it was confirmed U2000 supported Huawei MA5600T base version
Process was recurred to collect some info and logs that were sent to R&D who finally confirmed it was U2000 problem so, they provided a temporal solution replacing file GPON_operdesc.xml  on following path.


U2000/server/nemgr/nemgr_access/dcp/mib/gpon/GPON_operdesc.xml
However, this problem has been already solved on patch SPC501 for U2000
Root Cause         
Procedure to configure loopback is not correct
U2000 and OLT versions are not compatible
Software system problem
Suggestions

Null

Tuesday, June 20, 2017

I Want to Reset Huawei OLT MA5600T Password, Then How Should I Do?

My Huawei OLT MA5600T Password is known by others, so I need to reset the password, then how should I do?

After using the device, the user may change the default user name and password. If you forget the password of user root, please perform the following methods. Method 2 is recommended.

Method 1: Load the empty database matched the device again through DoS. After restarting the device, log in to the system by using the default root password admin (OLT) or mduadmin (MDU). This method will lead to loss of data configurations and the user needs to configure the data again.

Method 2: Modify the configuration file using the U2000.

1. On the U2000, choose Administration > NE Security Management > LCT User Management from the main menu.

2. On the LCT User Management tab page, select NE User and then Device Type. Select the desired device name from the Device Name column and user name from the Name column. In the displayed dialog box, choose Set Password to set the new password.

This method does not require a device restart or services are not interrupted. 
Method 3: If the device is managed by the NMS, modify the configuration file on the NMS as follows: 
1. Back up the configuration file of the device on the NMS. 
2. Open the configuration file and find out the record of changing the root password, as shown in boldface in the following display. 
3.[MA5600V800R0013: 6888] 
4.# 
5.[global-config] 
6.
7.  <global-config> 
8.
9. terminal user name buildrun_new lww231 *[)!AAYS*Y&aU86K;V-a@AUA!!* 1 2015:06:0410.11.:17:07:25 2015:06:04:17:07:25 root 2 6 ----- 
12.
13. terminal user name buildrun_new bmsmpls *[4P]`OUIa%=[G]0U3=OWJY1!!* 0 2015:06: 
14.
15.08:15:01:02 2015:06:08:15:01:02 root 3 65535 ----- 
16.
17.adsl mode switch-to ADSL 
18.19.vdsl mode switch-to normal20.Delete the boldface part and then save the configuration file. 
21.Load the modified configuration file to the system through the NMS and activate the configuration file. 
22.Log in to the device by using the default root password admin (OLT) or mduadmin (MDU)

Wednesday, June 14, 2017

ARP on main control board SCUN, SCUH, MPLA is am important element when engineer choose OLT

ARP on main control board SCUN and SCUH on Huawei MA5600T, MPLA on MA5800 is am important element when engineer choose OLT, then what is ARP?

The Address Resolution Protocol (ARP) is an Internet protocol used to map IP addresses to MAC addresses.

Purpose
To communicate with each other, the sending device must know the network-layer IP address of the receiving device. IP datagrams, however, must be encapsulated with MAC addresses before they can be transmitted over the physical network. Therefore, a resolution from the known IP address to a MAC address is required.
ARP was developed to enable communication between devices.

Dynamic ARP: Devices dynamically learn and update the mapping between IP addresses and MAC addresses by exchanging ARP messages. Real-time communication is a priority, or network resources are insufficient.

Static ARP: The mapping between IP addresses and MAC addresses is manually created and cannot be dynamically modified. Communication security is a priority, and network resources are sufficient.

Gratuitous ARP:A device broadcasts gratuitous ARP packets that carry the local IP address as both the source and destination IP addresses to notify the other devices on the same network segment of its address information. Gratuitous ARP is used to check whether the local IP address conflicts with that of another device, to notify other devices on the same network segment of the new MAC address after the local network interface card is replaced, or to notify master/slave switchovers in a Virtual Router Redundancy Protocol (VRRP) backup group.

Benefits
ARP ensures Ethernet communication by mapping IP addresses at the network layer to MAC addresses at the link layer on Ethernet networks.

Principles
ARP involves the following concepts:
Address Resolution Protocol (ARP) messages
An ARP message can be an ARP request or reply message. Figure below shows the ARP message format.
ARP table
An ARP table, for example SCUN on Huawei MA5603T ARP table is 8192, contains the latest mapping between IP addresses and MAC addresses. If a host always broadcasts an ARP Request message for a MAC address before it sends an IP datagram, network communication traffic will greatly increase. Furthermore, all other hosts on the network have to receive and process the ARP Request messages, which lowers network efficiency. To solve this problem, an ARP table is maintained on each host to ensure efficient ARP operations. The mapping between an IP address and a MAC address is called an ARP entry.
ARP entries can be classified as dynamic or static.
− Dynamic ARP entries are automatically generated and maintained by using ARP messages. Dynamic ARP entries can be aged and overwritten by static ARP entries.
− Static ARP entries are manually configured and maintained by a network administrator. Static ARP entries can neither be aged nor be overwritten by dynamic ARP entries.
Before sending IP datagrams, a host searches the ARP table for the MAC address corresponding to the destination IP address.
− If the ARP table contains the corresponding MAC address, the host directly sends the IP datagrams to the MAC address instead of sending an ARP Request message.
− If the ARP table does not contain the corresponding MAC address, the host broadcasts an ARP Request message to request the MAC address of the destination host.
Reverse Address Resolution Protocol (RARP)
If only the MAC address of a host is available, the host can send and receive RARP messages to obtain its IP address.
To do so, the network administrator must establish the mapping between MAC addresses and IP addresses on a gateway. When a new host must be configured, its RARP client requests the host's IP address from the RARP server on the gateway.