Huawei OLT Troubleshooting Commands

Are you looking for Huawei olt troubleshooting commands?

Huawei OLT is the most popular OLT for the FTTX network. If you are planning to create an FTTx network or if you have an existing network using Huawei olt, you must know basic troubleshooting commands for Huawei olt.

There are many models of Huawei olt like 5608T, 5800X7. All of the model commands are similar. As network professionals every day we have different types of networking issues. To solve this type of issue you need to know the basic command of Huawei olt.

In this article, i will try to cover some basic Huawei olt troubleshooting commands that will help you to fix your network issue

So let’s start

How to check MAC address in Huawei OLT

MAC address and IP address play the most important role in Data Communication. Without mac addresses and IP addresses, we can’t communicate with other devices.

For fixing networking issues, checking the mac-address-table is a very common task. Now we will go to check onu mac address, PON ports mac address as well as VLAN mac address, etc. 

Have a look at below command

MA5608T#display mac-address all  

  Command:

          display mac-address all  

  It will take some time, please wait…

  ———————————————————————–

   SRV-P BUNDLE TYPE MAC            MAC TYPE F /S /P   VPI  VCI   VLAN ID

   INDEX INDEX

  ———————————————————————–

       –     –  eth  0025-90c3-9768 dynamic  0 /2 /3   –    –           1

       –     –  eth  0025-90c9-e770 dynamic  0 /2 /3   –    –        1500

       –     –  eth  0025-90c9-e770 dynamic  0 /2 /3   –    –        1003

       –     –  eth  0025-90c9-e770 dynamic  0 /2 /3   –    –           1

       –     –  eth  0025-90c9-e770 dynamic  0 /2 /3   –    –        1000

       –     –  eth  0025-90c9-e770 dynamic  0 /2 /3   –    –        1001

Using this above command display mac-address all we can check all mac addresses of olt which are connected to the Huawei olt.

MA5608T#display mac-address port 0/0/0 ont 50

  ———————————————————————–

   SRV-P BUNDLE TYPE MAC            MAC TYPE F /S /P   VPI  VCI   VLAN ID

   INDEX INDEX

  ———————————————————————–

     248     –  gpon 909a-4a06-1aa7 dynamic  0 /0 /0   50   0        1000

  ———————————————————————–

  Total: 1

If you want to check individual onu mac address then use the above command which is display mac-address port 0/0/0 ont 50

Here gpon board is 0 and PON port is 0 and onu id is 50.

MA5608T#display mac-address service-port 100

  ———————————————————————–

   SRV-P BUNDLE TYPE MAC            MAC TYPE F /S /P   VPI  VCI   VLAN ID

   INDEX INDEX

  ———————————————————————–

     100     –  gpon d80d-1764-6133 dynamic  0 /0 /9   2    0        1000

If you want to learn the mac address using service port using this command display mac-address service-port 100 that will show the associate mac address of this service port. Here we checked the mac address of service port 100.

MA5608T#display mac-address port 0/0/0

  Command:

          display mac-address port 0/0/0 

  ———————————————————————–

   SRV-P BUNDLE TYPE MAC            MAC TYPE F /S /P   VPI  VCI   VLAN ID

   INDEX INDEX

  ———————————————————————–

     117     –  gpon e01f-8820-4dec dynamic  0 /0 /0   35   0        1000

     235     –  gpon e865-d4b8-59f8 dynamic  0 /0 /0   39   0        1000

If you want to get the mac address of an individual PON port  then the command displays mac-address port 0/0/0

Here the board is 0 and Pon port is 0

MA5608T#display mac-address vlan 1100

  It will take some time, please wait…

  ———————————————————————–

   SRV-P BUNDLE TYPE MAC            MAC TYPE F /S /P   VPI  VCI   VLAN ID

   INDEX INDEX

  ———————————————————————–

       –     –  eth  e839-3524-ace4 dynamic  0 /2 /0   –    –        1100

     319     –  gpon 58d9-d56d-a920 dynamic  0 /0 /10  9    0        1100

     319     –  gpon 58d5-6eb0-3195 dynamic  0 /0 /10  9    0        1100

Finding the mac address using vlan then the command is display mac-address vlan 1100 

Here 1100 is vlan ID

Leave a Comment