Got it

Ma5608T Basic Setup No Access

Created: Jan 8, 2019 14:25:36Latest reply: Jan 9, 2019 05:45:29 2040 2 0 0 1
  Rewarded HiCoins: 0 (problem resolved)

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.

Attachment: You need to log in to download or view. No account? Register

Featured Answers

Recommended answer

GongXiaochuan
Created Jan 9, 2019 05:45:29

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]
DBA profile
Profile name: ftth_dba_mngt
  • Profile type: Type1
  • Fixed bandwidth: 1 Mbit/s
Profile name: ftth_dba_hsi
  • Profile type: Type4
  • Maximum bandwidth: 32 Mbit/s
Profile name: ftth_dba_voip
  • Profile type: Type2
  • Assured bandwidth: 1 Mbit/s
Profile name: ftth_dba_iptv
  • Profile type: Type2
  • Assured bandwidth: 1 Mbit/s
ONT line profile
Profile name: ftth
T-CONT ID for management services: 4
T-CONT ID for voice services: 5
T-CONT ID for video services: 6
T-CONT ID for Internet access services: 7
GEM port ID for management services: 11
GEM port ID for voice services: 12
GEM port ID for video services: 13
GEM port ID for Internet access services: 14
ONT service profile
Profile name: ftth
ONT port capability set: adaptive
Network topology data
PON port: 0/1/0
ONT IDs: 1 and 2

<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:
 
  • GEM port 11 is used to carry management services;

  • GEM port 12 is used to carry voice services;

  • GEM port 13 is used to carry video services;

  • GEM port 14 is used to carry Internet access services.

huawei(config-gpon-lineprofile-1)#gem add 11 eth tcont 4huawei(config-gpon-lineprofile-1)#gem add 12 eth tcont 5huawei(config-gpon-lineprofile-1)#gem add 13 eth tcont 6huawei(config-gpon-lineprofile-1)#gem add 14 eth tcont 7

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).

After the configurations are complete, run the commit command to apply the parameters settings.

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. 

  • The default GPON alarm profile 1 is used. The alarm thresholds for the default alarm profile are 0, which indicates that no alarm is generated.

  • In this example, the default alarm profile is used, and therefore the configuration of the alarm profile is not required.

  • Run the gpon alarm-profile add command to configure a GPON alarm profile, which is used for monitoring the performance of an activated ONT line.

</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.


  • Add ONTs offline.
  
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

  • Confirm automatically discovered ONTs.

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

  • (Optional) Bind the alarm profile to the ONT.

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:

  • If Control flag is deactivated, run the ont active command in GPON mode to activate the ONU;

  • If Run state is offline, a physical line may be broken or the optical module may be damaged. Check the line and the optical module.

  • If Config state is failed, the configured ONU capability exceeds the actual ONU capability. In this case, run the display ont failed-configuration command in the diagnose mode to check the failed configuration item and the failure cause. Then, rectify the fault accordingly.
View more
  • x
  • convention:

All Answers
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
  • x
  • convention:

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]
DBA profile
Profile name: ftth_dba_mngt
  • Profile type: Type1
  • Fixed bandwidth: 1 Mbit/s
Profile name: ftth_dba_hsi
  • Profile type: Type4
  • Maximum bandwidth: 32 Mbit/s
Profile name: ftth_dba_voip
  • Profile type: Type2
  • Assured bandwidth: 1 Mbit/s
Profile name: ftth_dba_iptv
  • Profile type: Type2
  • Assured bandwidth: 1 Mbit/s
ONT line profile
Profile name: ftth
T-CONT ID for management services: 4
T-CONT ID for voice services: 5
T-CONT ID for video services: 6
T-CONT ID for Internet access services: 7
GEM port ID for management services: 11
GEM port ID for voice services: 12
GEM port ID for video services: 13
GEM port ID for Internet access services: 14
ONT service profile
Profile name: ftth
ONT port capability set: adaptive
Network topology data
PON port: 0/1/0
ONT IDs: 1 and 2

<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:
 
  • GEM port 11 is used to carry management services;

  • GEM port 12 is used to carry voice services;

  • GEM port 13 is used to carry video services;

  • GEM port 14 is used to carry Internet access services.

huawei(config-gpon-lineprofile-1)#gem add 11 eth tcont 4huawei(config-gpon-lineprofile-1)#gem add 12 eth tcont 5huawei(config-gpon-lineprofile-1)#gem add 13 eth tcont 6huawei(config-gpon-lineprofile-1)#gem add 14 eth tcont 7

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).

After the configurations are complete, run the commit command to apply the parameters settings.

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. 

  • The default GPON alarm profile 1 is used. The alarm thresholds for the default alarm profile are 0, which indicates that no alarm is generated.

  • In this example, the default alarm profile is used, and therefore the configuration of the alarm profile is not required.

  • Run the gpon alarm-profile add command to configure a GPON alarm profile, which is used for monitoring the performance of an activated ONT line.

</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.


  • Add ONTs offline.
  
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

  • Confirm automatically discovered ONTs.

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

  • (Optional) Bind the alarm profile to the ONT.

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:

  • If Control flag is deactivated, run the ont active command in GPON mode to activate the ONU;

  • If Run state is offline, a physical line may be broken or the optical module may be damaged. Check the line and the optical module.

  • If Config state is failed, the configured ONU capability exceeds the actual ONU capability. In this case, run the display ont failed-configuration command in the diagnose mode to check the failed configuration item and the failure cause. Then, rectify the fault accordingly.
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.