Issue Description:
At the beginning, in a typically network implementation, it could be so common that there is not ping between 2 computers connected to differen****Us and same OLT.
In this case, we going to explain the configuration to get connection between computers in layer 2.
1. Next topology is the scenario:

2. Service VLAN is 3300. So, its necessary create a VLAN-service profile ID and name with next command in OLT:
vlan service-profile profile-id 10 profile-name "layer2ONTs"
3. Enable the Layer 2 intercommunication of the VLAN service profile with next command:
user-bridging enable
4. Use command "commit" to submit the configuration parameters of the current VLAN service profile.
5. Bind the VLAN service profile to the VLAN with next command:
vlan bind service-profile 3300 profile-id 10
6. Check the ping and it must be answer
Solution:
Execute next commands in OLT:
vlan service-profile profile-id 10 profile-name "layer2ONTs"
user-bridging enable
commit
vlan bind service-profile 3300 profile-id 10

