Hello guys many people want their OLT to VLAN tag each ONU. But people can't do it because they don't understand. So today we will know how to configure Multivlans in BDCOM Epon OLT and how to tag VLAN in each ONU.
VLANs Configure In BDCOM OLT:
Username: admin
If anyone has a problem understanding the above command, then look at the image below, I hope you will understand.
Password:
Welcome to BDCOM P3310D EPON OLT
switch>
switch>ena
switch#config
switch_config#vlan 400-464
Creating VLAN(s),please wait...
OK!
switch_config#
How to VLAN Tag ONU
switch#config
We first trunk the port. Because the ONU of the port will be VLAN tagged, that port must be configured in Trunk mode. Because Multi-VLANs will be passed.
switch_config#interface epon 0/1
switch_config_epon0/1#switchport mode trunk
switch switch_config_epon0/1#exit
switch_config#interface epON 0/1:1
switch_config_epon0/1:1#epon onu port 1 ctc vlan mode tag 400 priority 0
switch_config_epon0/1:1#exit
I hope you understand by looking at the command above. I have tagged EPON 0/1 port number 1 ONU to VLAN 400 in OLT. How I tagged the ONU. Likewise, each ONU can be tagged with different VLANs.
One more thing is that in order to ONU tag any EPON port, the port must be configured in Trunk mode. Trunk means Multi-VLANs.