To view information about the ONU/ONT, connect to Huawei SmartAX MA5683T via telnet using the putty utility or via the windows command line, for example, by typing the command:
telnet 192.168.0.5After entering the login and password, go to the GPON interface menu:
enableconfiginterface gpon 0/5Then you can perform a number of commands, which I will describe in order.
View information about the ONU (where the first 0 means the GPON port number on the GPON board, and the second ONU number):
display ont info 0 0Viewing current traffic to the ONU (where the first 0 means the GPON port number on the GPON board, the second ONU number, and the third one the ethernet port number on the ONU):
ont traffic 0 0 1View ONU optical information
ont optical-info 0 0View the ONU version
ont version 0 0View brief statistics of the ONU port's Ethernet:
display statistics ont-eth 0 0 ont-port 1ONU capability:
display ont capability 0 0ONU port status:
display ont port state 0 0 eth-port alldisplay ont port state 0 0 eth-port 1OUI Registration Information
Also read:
How to add an ONT with a new VLAN on the Huawei MA5683T
How to add VLANs to active ONT on Huawei MA5683T
ont register-info 0 0View the number of MAC addresses on the ONU:
ont mac-count 0 0You can view MAC addresses on ONUs only through the service-port. In order to find out its number, we will find it in the configuration. For example,
current configuration | include 0/5/0 ont.When the service-port number is known, look at the MAC addresses:
display mac-address service-port 1433To exit the Gpon interface menu, use the quit command. Re-entering the command will exit and disconnect from the device.
The command displays information about the service-port to which the ONUs are connected:
service-port allFor example, on some firmware versions, you can see the MAC address on the ONU using a command (for example, the command does not work on the MA5683T MA5600V800R008C01, but it works on the MA5608T MA5600V800R015C00):
display mac-address port 0/0/0 ont 0