Hello everyone!
During engineer configuration service,if the ONU be bound with incorrect profile, how to resolve?
The solution is simple:
Create proper profile, run command "ont modify" to bind it to the ONU.

Take the configuration and configuration of the gateway ONT as an example:
Configure a traffic profile.
Run the display traffic table ip command to query the existing traffic profiles in the system. If the traffic profiles existing in the system do not meet the requirements, you need to run the traffic table ip command to add a traffic profile.
Set the profile ID to ftth_hsi, the CIR to 4 Mbit/s, and the priority to 0. In addition, configure the scheduling mode so that packets are scheduled according to their priorities.
huawei(config)#traffic table ip name ftth_hsi cir 4096 priority 0 priority-policy local-setting
Configure the mapping relationship between a GEM port and a VLAN.
The service flow of user VLAN 1001 is mapped to GEM port 14 in the ONT line profile.
huawei(config)#ont-lineprofile gpon profile-name ftthhuawei(config-gpon-lineprofile-1)#gem mapping 14 0 vlan 1001huawei(config-gpon-lineprofile-1)#commithuawei(config-gpon-lineprofile-1)#quit
Create a service VLAN and add an upstream port to it.
Add upstream port 0/9/0 to VLAN 100.
huawei(config)#vlan 100 smarthuawei(config)#vlan attrib 100 stackinghuawei(config)#port vlan 100 0/9 0
Create service flows.
Set the service VLAN to 100, GEM port ID to 14, and user VLAN to 1001, and use traffic profile ftth_hsi.
huawei(config)#service-port vlan 100 gpon 0/1/0 ont 1 gemport 14 multi-service user-vlan 1001 tag-transform translate-and-add inner-vlan 1010 inbound traffic-table name ftth_hsi outbound traffic-table name ftth_hsihuawei(config)#service-port vlan 100 gpon 0/1/0 ont 2 gemport 14 multi-service user-vlan 1001 tag-transform translate-and-add inner-vlan 1011 inbound traffic-table name ftth_hsi outbound traffic-table name ftth_hsi
Save the data.
huawei(config)#save
That's all, welcome everyone to leave a message to discuss,thank you!

