I have booted up a new OLT and done some basic configurations. please see the attached diagram. I am trying to pass traffic form the ONU to a machine connected on the main switch.
I have added and confirmed the H807GPBD board 0/0.
I have enabled auto find on the first PON port 0/0/0.
I have confirmed an ONU
ont confirm 0 ontid 0 sn-auth 4857xxxxxxxxx omci desc test
I have added VLAN 20 and assigned this to the uplink port.
vlan 20 smart
port vlan 20 0/2 0
Surely at this point traffic shoudl be passing from 0/0/0 to 0/2/0 and back to my main swicth. Currentyl I am seeing nothing.
I do not need to configure anything other than what is required to directly pass traffic between the two devices OLT and main switch.
I understand I need to first authhorise the ONU which I have done and the ONU shows a solid PON light.
Can anyone suggest what can be done.
Recommended answer
Hi!
You need to add the ONT line-profile and the ONT service profile. Please refer to the below example. Data plan [tr]Item Data [/tr]
<a name="cfg_cli_fttx_1251__1.5.2"><a name="cfg_cli_fttx_1251__gpon_onuprofile_ftth"><li class="substepexpand"> Configure a DBA profile. Run the display dba-profile command to query the existing DBA profiles in the system. If the existing DBA profiles in the system cannot meet the requirements, run the dba-profile add command to add a DBA profile. huawei(config)#dba-profile add profile-name ftth_dba_mngt type1 fix 1024huawei(config)#dba-profile add profile-name ftth_dba_voip type2 assure 1024huawei(config)#dba-profile add profile-name ftth_dba_iptv type2 assure 1024huawei(config)#dba-profile add profile-name ftth_dba_hsi type4 max 32768 NOTE: Select a DBA profile of the proper bandwidth type and configure the proper bandwidth according to the service types and total user count of the ONT. Note that the sum of the fixed bandwidth and the assured bandwidth must not be greater than the total bandwidth of the PON port. <li class="substepexpand"> Configure an ONT line profile. Create a GPON ONT line profile, named ftth and bind it to the DBA profile. huawei(config)#huawei(config-gpon-lineprofile-1)#tcont 4 dba-profile-name ftth_dba_mngthuawei(config-gpon-lineprofile-1)#tcont 5 dba-profile-name ftth_dba_voiphuawei(config-gpon-lineprofile-1)#tcont 6 dba-profile-name ftth_dba_iptvhuawei(config-gpon-lineprofile-1)#tcont 7 dba-profile-name ftth_dba_hsi Create different GEM ports according to different service types, in which:
NOTE: 1. To change the default QoS mode, run the qos-mode command to set the QoS mode to gem-car or flow-car and run the gem add command to set the index of the traffic profile bound to the GEM port. 2. When the QoS mode is priority-queue (PQ), the default queue priority is 0; when the QoS mode is flow-car or gem-car, traffic profile 6 is bound to the GEM port by default (no rate limitation). huawei(config-gpon-lineprofile-1)#commithuawei(config-gpon-lineprofile-1)#quit<li class="substepexpand"> Configure an ONT service profile. Create a GPON ONT service profile, named ftth. Configure the capability set of the ETH port, POTS port and CATV POTS to adaptive. Then the system automatically adapts to the ONT according to the actual capability of the online ONT. huawei(config)#huawei(config-gpon-srvprofile-1)#ont-port eth adaptive pots adaptive catv adaptive. After the configurations have completed, run the commit command to apply the parameters setting. huawei(config-gpon-srvprofile-1)#commithuawei(config-gpon-srvprofile-1)#quit<li class="substepexpand"> (Optional) Add an alarm profile.
</ol>Add an ONT. Connect two ONTs to GPON port 0/1/0. Set the ONT IDs to 1 and 2, SNs to 3230313126595540 and 6877687714852901, passwords to 0100000001 and 0100000002, discovery mode for password authentication to once-on, and management mode to OMCI. Bind the two ONTs to ONT line profile ftth and ONT service profile ftth. There are two methods of adding an ONT: add an ONT offline and confirm an automatically discovered ONT.
If the password of an ONT is known, run the ont add command to add an ONT offline. huawei(config)#interface gpon 0/1huawei(config-if-gpon-0/1)#ont add 0 1 password-auth 0100000001 once-on no-aging omci ont-lineprofile-name ftth ont-srvprofile-name ftthhuawei(config-if-gpon-0/1)#ont add 0 2 password-auth 0100000002 once-on no-aging omci ont-lineprofile-name ftth ont-srvprofile-name ftth
If the password or SN of an ONT is unknown, run the port portid ont-auto-find command in GPON mode to enable the ONT auto-discovery function of the GPON port. Then, run the ont confirm command to confirm the ONT. huawei(config)#interface gpon 0/1huawei(config-if-gpon-0/1)#port 0 ont-auto-find enablehuawei(config-if-gpon-0/1)#display ont autofind 0 // After this command is executed, the information about all ONTs connected to the GPON port through optical splitters is displayed. huawei(config-if-gpon-0/1)#ont confirm 0 ontid 1 sn-auth 3230313126595540 omci ont-lineprofile-name ftth ont-srvprofile-name ftthhuawei(config-if-gpon-0/1)#ont confirm 0 ontid 2 sn-auth 6877687714852901 omci ont-lineprofile-name ftth ont-srvprofile-name ftth NOTE: If multiple ONTs of the same type bound to the same line profile or service profile are connected to the same port, you can bulk add the ONTs by bulk confirming automatically discovered ONTs to make configuration easier and more efficient. To do so, the preceding command can be modified as follows: huawei(config-if-gpon-0/1)#ont confirm 0 all sn-auth omci ont-lineprofile-name ftth ont-srvprofile-name ftth
The default profile 1 is used in this example. huawei(config-if-gpon-0/1)#ont alarm-profile 0 1 profile-id 1huawei(config-if-gpon-0/1)#ont alarm-profile 0 2 profile-id 1 Check the ONT status. After an ONT is added, run the display ont info command to query the current status of the ONT. Ensure that Config flag of the ONT is active, Run State is online, Config state is normal, and Match state is match. huawei(config-if-gpon-0/1)#display ont info 0 1 --------------------------------------------------------------------- F/S/P : 0/1/0 ONT-ID : 1 Control flag : active // Indicates that the ONT is activated. Run state : online // Indicates that the ONT goes online successfully. Config state : normal // Indicates that the configuration state of the ONT is normal. Match state : match // Indicates that the capability profile bound to the ONT is consistent with the actual capability of the ONT....// The rest of the response information is omitted. <a name="cfg_cli_fttx_1251__abnormal_deal_ont"> When the Config state is failed, the Run state is offline, or the Match state is mismatch:
View more
| ||||||||
|
||||||||
|
Run the display board 0/0 command to check whether the status of the GPON board is normal.
In addition, you need to create a service port to enable the service channel between the ONU and the OLT. For details about how to configurationt, see http://support.huawei.com/hedex/hdx.do?docid=EDOC1000171625&id=cfg_cli_fttx_0311&text=Service%252520Requirements%252520and%252520Application%252520Scenarios&lang=en
View more
|
|
|
Hi!
You need to add the ONT line-profile and the ONT service profile. Please refer to the below example. Data plan [tr]Item Data [/tr]
<a name="cfg_cli_fttx_1251__1.5.2"><a name="cfg_cli_fttx_1251__gpon_onuprofile_ftth"><li class="substepexpand"> Configure a DBA profile. Run the display dba-profile command to query the existing DBA profiles in the system. If the existing DBA profiles in the system cannot meet the requirements, run the dba-profile add command to add a DBA profile. huawei(config)#dba-profile add profile-name ftth_dba_mngt type1 fix 1024huawei(config)#dba-profile add profile-name ftth_dba_voip type2 assure 1024huawei(config)#dba-profile add profile-name ftth_dba_iptv type2 assure 1024huawei(config)#dba-profile add profile-name ftth_dba_hsi type4 max 32768 NOTE: Select a DBA profile of the proper bandwidth type and configure the proper bandwidth according to the service types and total user count of the ONT. Note that the sum of the fixed bandwidth and the assured bandwidth must not be greater than the total bandwidth of the PON port. <li class="substepexpand"> Configure an ONT line profile. Create a GPON ONT line profile, named ftth and bind it to the DBA profile. huawei(config)#huawei(config-gpon-lineprofile-1)#tcont 4 dba-profile-name ftth_dba_mngthuawei(config-gpon-lineprofile-1)#tcont 5 dba-profile-name ftth_dba_voiphuawei(config-gpon-lineprofile-1)#tcont 6 dba-profile-name ftth_dba_iptvhuawei(config-gpon-lineprofile-1)#tcont 7 dba-profile-name ftth_dba_hsi Create different GEM ports according to different service types, in which:
NOTE: 1. To change the default QoS mode, run the qos-mode command to set the QoS mode to gem-car or flow-car and run the gem add command to set the index of the traffic profile bound to the GEM port. 2. When the QoS mode is priority-queue (PQ), the default queue priority is 0; when the QoS mode is flow-car or gem-car, traffic profile 6 is bound to the GEM port by default (no rate limitation). huawei(config-gpon-lineprofile-1)#commithuawei(config-gpon-lineprofile-1)#quit<li class="substepexpand"> Configure an ONT service profile. Create a GPON ONT service profile, named ftth. Configure the capability set of the ETH port, POTS port and CATV POTS to adaptive. Then the system automatically adapts to the ONT according to the actual capability of the online ONT. huawei(config)#huawei(config-gpon-srvprofile-1)#ont-port eth adaptive pots adaptive catv adaptive. After the configurations have completed, run the commit command to apply the parameters setting. huawei(config-gpon-srvprofile-1)#commithuawei(config-gpon-srvprofile-1)#quit<li class="substepexpand"> (Optional) Add an alarm profile.
</ol>Add an ONT. Connect two ONTs to GPON port 0/1/0. Set the ONT IDs to 1 and 2, SNs to 3230313126595540 and 6877687714852901, passwords to 0100000001 and 0100000002, discovery mode for password authentication to once-on, and management mode to OMCI. Bind the two ONTs to ONT line profile ftth and ONT service profile ftth. There are two methods of adding an ONT: add an ONT offline and confirm an automatically discovered ONT.
If the password of an ONT is known, run the ont add command to add an ONT offline. huawei(config)#interface gpon 0/1huawei(config-if-gpon-0/1)#ont add 0 1 password-auth 0100000001 once-on no-aging omci ont-lineprofile-name ftth ont-srvprofile-name ftthhuawei(config-if-gpon-0/1)#ont add 0 2 password-auth 0100000002 once-on no-aging omci ont-lineprofile-name ftth ont-srvprofile-name ftth
If the password or SN of an ONT is unknown, run the port portid ont-auto-find command in GPON mode to enable the ONT auto-discovery function of the GPON port. Then, run the ont confirm command to confirm the ONT. huawei(config)#interface gpon 0/1huawei(config-if-gpon-0/1)#port 0 ont-auto-find enablehuawei(config-if-gpon-0/1)#display ont autofind 0 // After this command is executed, the information about all ONTs connected to the GPON port through optical splitters is displayed. huawei(config-if-gpon-0/1)#ont confirm 0 ontid 1 sn-auth 3230313126595540 omci ont-lineprofile-name ftth ont-srvprofile-name ftthhuawei(config-if-gpon-0/1)#ont confirm 0 ontid 2 sn-auth 6877687714852901 omci ont-lineprofile-name ftth ont-srvprofile-name ftth NOTE: If multiple ONTs of the same type bound to the same line profile or service profile are connected to the same port, you can bulk add the ONTs by bulk confirming automatically discovered ONTs to make configuration easier and more efficient. To do so, the preceding command can be modified as follows: huawei(config-if-gpon-0/1)#ont confirm 0 all sn-auth omci ont-lineprofile-name ftth ont-srvprofile-name ftth
The default profile 1 is used in this example. huawei(config-if-gpon-0/1)#ont alarm-profile 0 1 profile-id 1huawei(config-if-gpon-0/1)#ont alarm-profile 0 2 profile-id 1 Check the ONT status. After an ONT is added, run the display ont info command to query the current status of the ONT. Ensure that Config flag of the ONT is active, Run State is online, Config state is normal, and Match state is match. huawei(config-if-gpon-0/1)#display ont info 0 1 --------------------------------------------------------------------- F/S/P : 0/1/0 ONT-ID : 1 Control flag : active // Indicates that the ONT is activated. Run state : online // Indicates that the ONT goes online successfully. Config state : normal // Indicates that the configuration state of the ONT is normal. Match state : match // Indicates that the capability profile bound to the ONT is consistent with the actual capability of the ONT....// The rest of the response information is omitted. <a name="cfg_cli_fttx_1251__abnormal_deal_ont"> When the Config state is failed, the Run state is offline, or the Match state is mismatch:
View more
| ||||||||
|
||||||||
`@trans`drinking_poetry_des`~trans`
Contact Us: e_online@huawei.com Copyright © 2022 Huawei Technologies Co., Ltd. All rights reserved.