Want to keep your local network secured? Then build your network with BDCOM OLT. How to create a secured network with multivlans With BDCOM OLT. BDCOM is the best and most popular network product manufacturer in China.
In this article today we will know the BDCOM EPON OLT configuration command (CLI MODE) in detail. So let's get started.
BDCOM EPON OLT default ip:
IP Address: 192.168.0.1
Username: admin
Password: admin
OLT Login Access:
OLT Access can be done in 2 ways. One is through a console cable and the other is through an ethernet cable.
OLT Access via Console Cable:
Every networking device must have a console port.BDCOM Epon 4,8,16 port OLT has console port together. First console connectivity from PC to OLT should be done. A converter will be required for connectivity. The name of that is Serial to USB converter.CLI mode is the most comfortable system to configure OLT.
if you want o configure your olt with CLI mode then you need to use software like Putty, and one thing is to make sure to select speed 9600.
OLT Access via Ethernet Cable:
If you want you can access OLT through an Ethernet cable. One side of the Ethernet cable should be connected to the PC, and the other side can be connected to any Ge port of the OLT, like Ge1, or Ge2. After establishing Ethernet connectivity, OLT can be accessed by opening CLI mode with OLT's default IP.
BDCOM Epon olt default IP address is 192.168.0.1 and the subnet is 255.255.255.0. so now we need to change our PC's IP to 192.168.0.10 and the subnet is 2555.255.255.0. Finally, we can access our olt via telnet (192.168.0.1) or web management 192.168.0.1.
VLAN Creation:
Username: admin
Password: admin
Switch>enable
Switch#config
Switch_config#
Switch_config# vlan 100 - 104
Switch_config# exit
Our VLANs (100 - 104) were successfully created and now we can use these VLANs for service. So we will be using VLAN 100 for Olt MGT (remote management) and VLAN 101 to 104 for Pon port.
Uplink Configure:
Now we are configuring our uplink as G3
Switch_config# interface gigabitethernet 0/3
Switch_config_g0/3# switchport mode trunk
Switch_config_g0/3# switchport trunk VLAN 100 - 104
Switch_config_g0/3# exit
Our uplink port G3 is successfully trunk configured with VLANs. Now we can check the Mac address in the VLAN interface.
Mac Address Checking:
You need to follow the command below to view the Mac address.
Switch_config# show mac address-table interface gigabitethernet 0/3
IP address assigns For MGT:
We can access OLT from our LAN side. It needs to assign an IP address. through which the OLT will be accessed. So let's assign an IP to VLAN 100 for olt MGT (remote management) access using the below command.
Switch_config# interface VLAN 100
Switch_config_v100# ip address 10.204.253.10 255.255.255.252
Switch_config_v100# exit
Switch_config# ip route 10.204.253.9
Switch_config#
EPON Port Configure:
Now we need to configure the PON port. We have created 4 VLANs for 4 PON ports.
so let's start,
PON- 1:
Switch_config# interface epon 0/1
Switch_config_epon0/1# switchport mode access
Switch_config_epon0/1# switchport pvid 101
Switch_config_epon0/1# exit
PON- 2:
Switch_config# interface epon 0/2
Switch_config_epon0/2# switchport mode access
Switch_config_epon0/2# switchport pvid 102
Switch_config_epon0/2# exit
PON- 3:
Switch_config# interface epon 0/3
Switch_config_epon0/3# switchport mode access
Switch_config_epon0/3# switchport pvid 103
Switch_config_epon0/3# exit
PON- 4:
Switch_config# interface epon 0/4
Switch_config_epon0/4# switchport mode access
Switch_config_epon0/4# switchport pvid 104
Switch_config_epon0/4# exit
Configuration Save:
When the configuration is finished, the running configuration must be saved. If not saved, the configuration will be lost when the OLT reboots. So don't forget to save the configuration at the end. The command to save is given below.
saving Command:
Switch_config# Write all
Conclusion:
So friends, finally we successfully configured the BDCOM epon OLT configuration step by step. Then if anyone has a problem understanding then comment in the comment box. I will try to support you. If you like the post, don't forget to share it with your friends. Thanks.