[My 4th Success Story] Sharing Experience on GPON configurations
|
Thanks to this post I receive more than 141 views and 10 replies. It?s good to share our experience to other people because, maybe someone is searching for a solution and this is a good way to find it! The post below.
[Experience]: How to deploy VLAN Trunk Service on HG8245 by using QinQ Dear All, how are you? Maybe some of you have asked if it?s possible to deploy VLAN Trunk in the Ethernet port of an ONT. In my experience I could do it using QinQ VLAN tag in the service profile of the HG8245 and works very fine, even more, I deploy one port of these ONTs with three VLANs and works ok. The only recomendation for this deployment is not to pass more than 5 VLANs in the same ETH port of the ONT. Below the script and E2E Diagram of the solution: Script: ont-srvprofile profile-name ONT_00CL2 port vlan eth 4 q-in-q 2503 user-vlan 86 //Where 2503 is S-VLAN and 86 is C-VLAN port vlan eth 4 q-in-q 2504 user-vlan 246 //Where 2504 is S-VLAN and 246 is C-VLAN port vlan eth 4 q-in-q 2505 user-vlan 1004 //Where 2505 is S-VLAN and 1004 is C-VLAN commit tcont 4 dba-profile-id 32 gem add 3 eth tcont 5 gem add 4 eth tcont 5 gem add 5 eth tcont 5 gem mapping 4 3 vlan 2504 gem mapping 5 2 vlan 2505 commit service-port 6 vlan 2500 gpon 0/0/0 ont 14 gemport 3 multi-service user-vlan 2500 rx-cttr 6 tx-cttr 6 service-port 6 vlan 2500 gpon 0/0/0 ont 14 gemport 4 multi-service user-vlan 2500 rx-cttr 6 tx-cttr 6 service-port 6 vlan 2500 gpon 0/0/0 ont 14 gemport 5 multi-service user-vlan 2500 rx-cttr 6 tx-cttr 6 Observation: S-VLAN does not need to be created with QinQ attribute in the OLT, the QinQ vlan tag is added and stripped on the ONT side. E2E Diagram: Real Time performance of the ETH port 4 of this ONT: Hope this can be useful for someone! Best Regards! Felipe. Hope this can motivate other people to share his experiences! |
|
You have a great success story keep it up ............ |

Favorite (0)