Comment configurer le service VoIP sur GPON OLT P1201 ?

Guide de Configuration
Mis à jour08-09-2023 14:16:18 PM Number of views for this article7901

Remarque : cet article s'applique à : TP-Link GPON OLT P1201 Ver.1 ;

 

Tout le service est basé sur le plan de données, donc avant de commencer la configuration, nous devons d'abord créer un plan de données. Le plan de données est un tableau qui décrit tous les types de prestations de services. Ici, nous prendrons le plan de données suivant comme exemple pour montrer comment configurer l'appareil OLT pour fournir le service VoIP.

Plan de données

Classement des services

Données

Profil DBA

Identifiant de profil:10

Type de profil:Type3

Bande passante assurée : 8 Mbit/s

Bande passante maximale:20Mbit/s

ONT Line Profile

Identifiant de profil:10

ID T-CONT :1

ID de port GEM du service VoIP:12

ONT Service Profile

Profil de service:10

Capacité ONT:adaptative

Données réseau

Port PON:4

ONT ID:1

Les profils GPON ONT incluent le profil DBA, le profil de ligne, le profil de service, le profil de trafic.

  1. Profil DBA : un profil DBA décrit les paramètres du trafic GPON. Un T-CONT est lié à un profil DBA pour l'allocation dynamique de la bande passante, améliorant l'utilisation de la bande passante en amont.
  2. Profil de ligne : un profil de ligne décrit la liaison entre le T-CONT et le profil DBA, le mode QoS du flux de trafic et le mappage entre le port GEM et le service côté ONT.
  3. Profil de service : un profil de service fournit le canal de configuration de service pour l'ONT qui est géré à l'aide de l'interface de gestion et de contrôle de terminal de réseau optique (OMCI).

Nous suivrons le processus ci-dessous pour terminer la configuration :

Étape 1. Créez des vlans mondiaux.

Selon le plan de données, nous aurons besoin d'un vlan pour transmettre les services VoIP.

OLT(config)# vlan 200

Étape 2. Configurez le port de liaison montante OLT.

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 VLAN as the uplink port.

OLT(config)# interface ge 0/0

OLT(interface-ge)# vlan mode 9 hybrid

OLT(interface-ge)# vlan hybrid 9 tagged 200

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 12 to VLAN 200.

OLT(config)# ont-lineprofile profile-id 10

OLT(ont-lineprofile-10)# tcont 1 dba-profile-id 10

OLT(ont-lineprofile-10)# gem add 12 tcont 1

OLT(ont-lineprofile-10)# gem mapping 12 2 vlan-id 200

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 1 1 eth 1 vlan 100

OLT(config-interface-gpon-0/0)# exit

OLT(config)# service-port 3 vlan 100 gpon 0/0 port 1 ont 1 gemport 2 multi-service user-vlan 200 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 200.

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.

Ensuite, accédez à OUN Auth List pour authentifier l'appareil. Choisissez celui que vous souhaitez authentifier, cliquez sur Auth . Liez-le au profil de ligne et au profil de service.

Étape 6. Configurez le port de service.

Veuillez aller à Service Port et cliquez sur Service Port Config. Ajoutez ensuite un élément.

 

Étape 7. Configurez le port eth ONU.

Ouvrez la page ONU Management, accédez à ETH Port Information pour changer le VLAN natif d'ETH1 en VLAN 200.

Jusqu'à présent, nous avons terminé la configuration du service d'accès Internet côté OLT.

Est-ce que ce FAQ a été utile ?

Vos commentaires nous aideront à améliorer ce site.

De United States?

Infos produits, événements, services pour votre pays.