Got it

OMCI problem in huawei ONT

Created: May 2, 2021 05:18:27Latest reply: May 2, 2021 12:29:32 646 5 0 0 0
  HiCoins as reward: 1 (problem unresolved)

Hi, 


I use the HG8546M ONT modem with our OLT.


My problem is that in the OMCI protocol our OLT can not create a specific managed entity in ONT. ONT can not create "Extended VLAN tagging operation configuration data" ME from G.988 protocol. In response, ONT returns not supported error.

Is there any solution to create this ME in ONT using the OMCI packet?


thanks.


Featured Answers

Recommended answer

Chenxintao
Admin Created May 2, 2021 12:29:32

Hello, friend!


OMCI messages are strictly limited in length and format. Specifically, the length is consistently 53 bytes and the length of the OMCI data unit is 48 bytes.


GEM Header: includes GEM payload, GEM port ID, payload type indicator (PTI), and header error control (HEC).

Transaction Correlation Identifier: The value of this field must be the same in a request and the response to this request. The highest order of this field indicates the priority of an OMCI message. Value 0 indicates a low priority and value 1 indicates a high priority.

Message type:

DB: a destination bit, which is consistently 0.

AR: an acknowledge request, indicating whether an OMCI message requires the response from the peer end. Value 0 indicates that the response is not required and value 1 indicates that the response is required.

AK: acknowledgement, indicating whether an OMCI message is a response. Value 0 indicates not and value 1 indicates yes.

MT: message type, which supports up to 32 message types, including Create, Delete, Set, Get, and MIB upload. In ITU-T Recommendation G.984.4, message types 4 through 28 are used and other message types are reserved.

Device identifier: The value of this field is consistently 0xA.

Message Identifier: a 2-byte entity or instance ID.

Message Contents: packet payload.

OMCI trailer: Two bytes are consistently 0, two bytes are packet length 0x28, and four bytes are CRCs.


The OLT controls the ONT using the OMCI. The OMCI protocol allows the OLT to:

Establish and release connections with the ONT.

Manage the UNIs on the ONT.

Request configuration information and performance statistics.

Autonomously inform the system administrator of events, such as link failures.

The OMCI protocol runs over a GEM connection between the OLT controller and the ONT controller. The GEM connection is established during ONT initialization. The OMCI protocol is asynchronous: the OLT controller is the master and the ONT controller is the slave. A single OLT controller using multiple protocol instances over separate control channels can control multiple ONTs.


The OLT manages the ONT using OMCI in the following aspects:

Configuration management: Controls and identifies the ONT, and collects data from and provides data to the ONT.

Fault management: Supports limited fault management. Most of the operations are limited to failure indication.

Performance management: Collects and queries performance statistics.

Security management: Enables/Disables downstream encryption.


Establishing the ONU management and control channel (OMCC)


Upon initialization, the ONU creates a virtual OMCI T-CONT, an OMCC structure that contains an OMCI queue, a placeholder for an alloc-ID attribute, and going beyond the definition of an ordinary T-CONT, a placeholder for an OMCI port-ID attribute.


During activation, the ONU receives a PLOAM message from the OLT indicating the assignment of the ONU-ID. The ONU populates the alloc-ID attribute of its virtual OMCI T-CONT with the ONU-ID. This makes the alloc-ID for OMCI the same as the assigned ONU-ID. It is therefore not necessary for the OLT to send an assign_alloc-ID message to establish the OMCC. If the OLT nevertheless chooses to send an assign_alloc-ID PLOAM with the default alloc-ID, the ONU should acknowledge this message without taking any specific further action. This is true regardless of the alloc-ID type value in the assign_alloc-ID message: it should not be possible to de-allocate the default alloc-ID with an assign_alloc-ID type 255 message.

OMCC establishment

Upon completion of ONU activation in G.984 systems, the OLT assigns a GEM port-ID to the ONU for OMCI messages. This is accomplished by a configure_port-ID PLOAM message. The ONU populates the OMCI port-ID attribute of the OMCC structure based on that message and responds back to the OLT with an acknowledgment.


In G.987 systems, the GEM port for OMCI use is automatically assigned and is equal to the ONU-ID.


At this point, the OMCC path has been successfully established.


Thanks!


View more
  • x
  • convention:

All Answers
Y_T_Z
Y_T_Z Admin Created May 2, 2021 05:41:44

Hello, dear!
It's nice to meet you in the community.
We're working on your problem. Please be patient.
View more
  • x
  • convention:

Hello, friend!

I cannot locate the fault according to your problem description. 

Can you provide more device information?

Thanks!

View more
  • x
  • convention:

Chenxintao
Chenxintao Created May 2, 2021 06:31:15 (0) (0)
Please refer to:
https://forum.huawei.com/enterprise/en/ont-information-collection-guide/thread/680485-100181  
user_3557311
user_3557311 Created May 2, 2021 09:45:53 (0) (0)
Thanks for your reply.

In OMCI protocol (G.988) there are some MEs that must be created in ONT to have data flow.
One of the most important ME is "Extended VLAN tagging operation configuration data" which is described in the 9.3.13 chapter in G.988 protocol.
My problem is that when I send an OMCI packet to create these MEs, ONT returns an error that says "not supported to create this ME". Is there any solution to create this ME?
Do you have any reference which describes 

Hello, friend!


OMCI messages are strictly limited in length and format. Specifically, the length is consistently 53 bytes and the length of the OMCI data unit is 48 bytes.


GEM Header: includes GEM payload, GEM port ID, payload type indicator (PTI), and header error control (HEC).

Transaction Correlation Identifier: The value of this field must be the same in a request and the response to this request. The highest order of this field indicates the priority of an OMCI message. Value 0 indicates a low priority and value 1 indicates a high priority.

Message type:

DB: a destination bit, which is consistently 0.

AR: an acknowledge request, indicating whether an OMCI message requires the response from the peer end. Value 0 indicates that the response is not required and value 1 indicates that the response is required.

AK: acknowledgement, indicating whether an OMCI message is a response. Value 0 indicates not and value 1 indicates yes.

MT: message type, which supports up to 32 message types, including Create, Delete, Set, Get, and MIB upload. In ITU-T Recommendation G.984.4, message types 4 through 28 are used and other message types are reserved.

Device identifier: The value of this field is consistently 0xA.

Message Identifier: a 2-byte entity or instance ID.

Message Contents: packet payload.

OMCI trailer: Two bytes are consistently 0, two bytes are packet length 0x28, and four bytes are CRCs.


The OLT controls the ONT using the OMCI. The OMCI protocol allows the OLT to:

Establish and release connections with the ONT.

Manage the UNIs on the ONT.

Request configuration information and performance statistics.

Autonomously inform the system administrator of events, such as link failures.

The OMCI protocol runs over a GEM connection between the OLT controller and the ONT controller. The GEM connection is established during ONT initialization. The OMCI protocol is asynchronous: the OLT controller is the master and the ONT controller is the slave. A single OLT controller using multiple protocol instances over separate control channels can control multiple ONTs.


The OLT manages the ONT using OMCI in the following aspects:

Configuration management: Controls and identifies the ONT, and collects data from and provides data to the ONT.

Fault management: Supports limited fault management. Most of the operations are limited to failure indication.

Performance management: Collects and queries performance statistics.

Security management: Enables/Disables downstream encryption.


Establishing the ONU management and control channel (OMCC)


Upon initialization, the ONU creates a virtual OMCI T-CONT, an OMCC structure that contains an OMCI queue, a placeholder for an alloc-ID attribute, and going beyond the definition of an ordinary T-CONT, a placeholder for an OMCI port-ID attribute.


During activation, the ONU receives a PLOAM message from the OLT indicating the assignment of the ONU-ID. The ONU populates the alloc-ID attribute of its virtual OMCI T-CONT with the ONU-ID. This makes the alloc-ID for OMCI the same as the assigned ONU-ID. It is therefore not necessary for the OLT to send an assign_alloc-ID message to establish the OMCC. If the OLT nevertheless chooses to send an assign_alloc-ID PLOAM with the default alloc-ID, the ONU should acknowledge this message without taking any specific further action. This is true regardless of the alloc-ID type value in the assign_alloc-ID message: it should not be possible to de-allocate the default alloc-ID with an assign_alloc-ID type 255 message.

OMCC establishment

Upon completion of ONU activation in G.984 systems, the OLT assigns a GEM port-ID to the ONU for OMCI messages. This is accomplished by a configure_port-ID PLOAM message. The ONU populates the OMCI port-ID attribute of the OMCC structure based on that message and responds back to the OLT with an acknowledgment.


In G.987 systems, the GEM port for OMCI use is automatically assigned and is equal to the ONU-ID.


At this point, the OMCC path has been successfully established.


Thanks!


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.