How to configure the internet access service on GPON OLT P1201?
Note: This Article Applies to TP-Link GPON OLT P1201 Ver.1;
All the service is based on the Data Plan, so before we start the configuration, we need to make a Data Plan first. The Data Plan is a table that describes all kinds of service provided. Here we will take the following Data Plan as an example to show how to configure the OLT device to provide the Internet access service.
Data Plan |
|
Service Classification |
Data |
DBA Profile |
Profile ID:10 Profile Type:Type3 Assured Bandwidth:8Mbit/s Maximum Bandwidth:20Mbit/s |
ONT Line Profile |
Profile ID:10 T-CONT ID:1 Internet access service GEM Port ID:11 |
ONT Service Profile |
Service Profile:10 ONT Capacity:adaptive |
Network Data |
PON Port:4 ONT ID:1 |
GPON ONT profiles include the DBA profile, line profile, service profile, traffic profile.
- DBA profie: A DBA profile describes GPON traffic parameters. A T-CONT is bound to a DBA profile for dynamic bandwidth allocation, improving upstream bandwidth utilization.
- Line profie: A line profile describes the binding between the T-CONT and the DBA profile, the QoS mode of the traffic stream, and the mapping between the GEM port and the ONT side service.
- Service profie: A service profile provides the service configuration channel for the ONT that is managed by using optical network terminal management and control interface (OMCI).
We will follow the below process to finish the configuration:
Step1. Create global vlans.
According to the data plan, we will need a vlan to transmit the Internet access services.
OLT(config)# vlan 100
Step2. Configure the OLT uplink port.
The uplink port of the OLT is the one connected to the service provider. You need to add the uplink port to the VLAN we just created, and set the port type according to the requirement. Here we add GE9 port to the VLANs as the uplink port.
OLT(config)# interface ge 0/0
OLT(interface-ge)# vlan mode 9 hybrid
OLT(interface-ge)# vlan hybrid 9 tagged 100
OLT(interface-ge)#exit
Step3. Create the DBA profile.
Run the show dba-profile command to query existing DBA profiles in the system. If the existing DBA profiles in the system do not meet the requirements, run the dba-profile command to add a DBA profile.
Create the same DBA profile for different types of services. Set the profile ID to 10, profile type to type3, assured bandwidth to 8 Mbit/s, and maximum bandwidth to 20 Mbit/s.
OLT(config)# dba-profile profile-id 10
OLT(dba-profile-0)# type3 assure 8192 max 20480
OLT(dba-profile-0)# commit
Note: The DBA implementation is based on an ONT. Therefore, select a DBA profile of the proper bandwidth type and configure proper bandwidth according to the service types and total user count of the ONT. There are 5 kinds of dba-profile types, please refer to the User Guide to check the details.
Step4. Create ONT Line Profile.
The ont-lineprofile describes the binding relationship between the T-CONT and the DBA template, the QoS mode of the service flow, and the mapping between the GEM Port and the ONT side. It is mainly used to configure DBA, T-CONT, and GEM Port related information.
Create a GPON ONT line profile, ID is 10, and bind T-CONT 1 to the DBA profile 10 in this line profile. We map the gem port 11 to VLAN 100.
OLT(config)# ont-lineprofile profile-id 10
OLT(ont-lineprofile-10)# tcont 1 dba-profile-id 10
OLT(ont-lineprofile-10)# gem add 11 tcont 1
OLT(ont-lineprofile-10)# gem mapping 11 1 vlan-id 100
OLT(ont-lineprofile-10)# commit
OLT(ont-lineprofile-10)# exit
Step5. Create ONT Srvprofile.
Use the ont-srvprofile command to create and enter the GPON ONT service profile mode or enter the created GPON ONT service profile mode. The ONT service-related attributes are configured in the service template.
OLT(config)# ont-srvprofile profile-id 10
OLT(ont-srvprofile-10)# ont-port eth adaptive pots adaptive catv adaptive
OLT(ont-srvprofile-10)# commit
OLT(ont-srvprofile-10)# exit
Step6. Add the ONT to OLT.
Only when the ONT register to the OLT successfully, you can configure the service of the ONT. We connect the ONT to PON4 port, SN is DB1920223344. Bind it to ONT line profile 10 and ONT service profile 10.
OLT(config)# interface gpon 0/0
OLT(interface-gpon)# ont autofind 4 enable
OLT(interface-gpon)# show ont autofind 4 all
//Uses this command to display all the ONT connected on that PON port.
OLT(interface-gpon)# ont add 4 1 sn-auth DB1920223344 ont-lineprofile-id 10 ont-srvprofile-id 10
Add pon 4 onu 1 successfully.
Step7. Configure the service-port.
After registering to the OLT successfully, we need to configure the PON port. For example, if we connect the ONU at PON4, we also need to add the PON4 into the VLAN we just created.
OLT(config)# interface gpon 0/0
OLT(config-interface-gpon-0/0)# ont port native-vlan 4 1 eth 1 vlan 100
OLT(config-interface-gpon-0/0)# exit
OLT(config)# service-port 3 vlan 100 gpon 0/0 port 4 ont 1 gemport 2 multi-service user-vlan 100 tag-action transparent
Step8. Save Configuration.
Remember to save the configuration we just made.
OLT(config)# save
B: EMS
Step1. Create VLAN
Please log in the EMS, and click Switch Control Card to open the switch management page. Then go to Port VLAN ManagementàVLAN list. After creating VLAN, we need to add the corresponding port into it. Here we add the uplink port into VLAN 100.
Then we need to change the port type. Go to Port VLAN Config. Click the Config to change the Port from Access to Hybrid.
Step2. Create the DBA profile.
Click the Pon Module to open Pon Card Management. Then go to DBA Profile Config. On the below page, click the Add to create a new profile. You need to choose one of the type and set the value as the requirement.
Step3. Create the Line profile.
Click the Line Profile Config to open the page below. After you add a new one, you need to go to the Detailed to configure the Tcont and Gem port.
Click Add to add a new Tcont.
Then go to Detailed to add the Gem port.
Then we need to map the Gem port with the VLAN. Go to Detailed. Add the mapping item to bind the VLAN to Gem port to provide service.
Step4. Create ONT Srvprofile.
Here we set all the eth port to adaptive, which means dynamic.
Step5. Add the ONT to OLT.
First, we need to enable the autofind function on PON3 port, then search the ONT device under PON3.
Then, go to OUN Auth List to auth the device. Choose the one you want to auth, click Auth. Bind it to Line Profile and Service Profile.
Step6. Configure the service-port.
Please go to Service Port and click the Service Port Config. Then add an item.
Step7. Configure ONU eth port.
Open the ONU Management page, go to ETH Port Information to change the Native VLAN of ETH1 to VLAN 100.
Till now, we have finished the configuration of internet access service on OLT side.
Был ли этот FAQ полезен?
Ваш отзыв поможет нам улучшить работу сайта.
Сообщество TP-Link
Нужна помощь? Задавайте вопросы, находите ответы и обращайтесь за помощью к специалистам TP-Link и другим пользователям со всего мира.