Carlito Firmware for Huawei MA5671A
GPON ONU status
Querying a particular OMCI ME
omci_pipe.sh meg MIB_IDX ME_IN
Where MIB_IDX
is the MIB ID and ME_IN
is the ME instance number
Getting/Setting Speed LAN Mode
To enable the interface to sync at 2.5 Gbps / using HSGMII with auto-neg on:
fw_setenv sgmii_mode 5
To revert the afore-mentioned command:
fw_setenv sgmii_mode
To check the set value fo the LAN Mode:
onu lanpsg 0
The link_status
variable tells the current speed:
Value (for sgmii_mode and link_status ) | Speed |
---|---|
3 | 1 Gbps / SGMII with auto-neg on |
4 | 1 Gbps / SGMII with auto-neg off |
5 | 2.5 Gbps / HSGMII with auto-neg on |
GPON/OMCI settings
Getting/Setting OMCI software version (ME 7)
fw_setenv image0_version V1.7.6-170626
fw_setenv image1_version V1.7.6-170626
Setting ONU GPON PLOAM password
fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
or
uci set gpon.ploam.nPassword="0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
uci commit
Setting ONU GPON LOID and LOID password
fw_setenv omci_loid 1234567890
fw_setenv omci_lpwd password01
If LOID is disabled in the firmware try alternative software.
Setting ONU GPON Serial Number
fw_setenv ont_serial ABCD12345678
or
uci set gpon.ploam.nSerial="0x48 0x57 0x54 0x43 0x9D 0xAC 0xC7 0xA3"
uci commit
Setting and checking oem-generic
fw_setenv target oem-generic
fw_printenv target=oem-generic