Got it

Helping about config ont

Created: Jul 23, 2021 03:12:14Latest reply: Jul 25, 2021 12:40:49 298 11 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

I don't understand about config user-vlan untagged in service-port

The hedx say that

When a user port carries multiple services classified by the user-side VLAN and one service does not require the VLAN tag, use this parameter.


Can anyone take a example for me.

Thank iu very much

Featured Answers

Best answer

Recommended answer

Chenxintao
Admin Created Jul 23, 2021 03:31:05

Hello, friend!


Indicates that the packet on the user side does not carry a VLAN tag before VLAN translation. When a service port needs to carry multiple types of services and the services are differentiated by user-side VLAN tags, you can specify the packet type as untagged. The packet of this type does not carry the VLAN tag.


This parameter is configured based on the setting of the user terminal connected to the ONT. If the ONT is connected to a PC, the user packet does not carry a VLAN tag and the packet type is configured to untagged.


On ONT service profile 10, to add ONT Ethernet port 2 to QinQ VLAN 100 with priority 2 and to set the packet processing mode to untagged and the encapsulation type to PPPoE, do as follows:


huawei(config-gpon-srvprofile-10)#port vlan                                

{ eth<K>|iphost<K>|moca<K>|nni-eth<K>|vdsl<K>|wifi<K> }:eth      

{ ont-portlist<S><Length 1-128> }:2

{ downstream<K>|q-in-q<K>|translation<K>|transparent<K>|vlanid<U><0,4095> }:q-in-q

{ vlanid<U><0,4095> }:100

{ priority<U><0,7>|prival<U><0,7>|user-vlan<K> }:2

{ user-vlan<K> }:user-vlan

{ untagged<K>|user-vlanid<U><0,4095> }:untagged

{ <cr>|user-encap<K> }:user-encap

{ user-defined<K>|user-encap<E><IPoE,PPPoE,IPv6-IPoE> }:PPPoE 


  Command:

          port vlan eth 2 q-in-q 100 2 user-vlan untagged user-encap PPPoE

  Set ONT port(s) VLAN configuration, success: 1, failed: 0


Thanks!

View more
  • x
  • convention:

Laiheang
Laiheang Created Jul 23, 2021 05:27:58 (0) (0)
 
All Answers
Dear, we are working on it now.
View more
  • x
  • convention:

Hello, friend!


Indicates that the packet on the user side does not carry a VLAN tag before VLAN translation. When a service port needs to carry multiple types of services and the services are differentiated by user-side VLAN tags, you can specify the packet type as untagged. The packet of this type does not carry the VLAN tag.


This parameter is configured based on the setting of the user terminal connected to the ONT. If the ONT is connected to a PC, the user packet does not carry a VLAN tag and the packet type is configured to untagged.


On ONT service profile 10, to add ONT Ethernet port 2 to QinQ VLAN 100 with priority 2 and to set the packet processing mode to untagged and the encapsulation type to PPPoE, do as follows:


huawei(config-gpon-srvprofile-10)#port vlan                                

{ eth<K>|iphost<K>|moca<K>|nni-eth<K>|vdsl<K>|wifi<K> }:eth      

{ ont-portlist<S><Length 1-128> }:2

{ downstream<K>|q-in-q<K>|translation<K>|transparent<K>|vlanid<U><0,4095> }:q-in-q

{ vlanid<U><0,4095> }:100

{ priority<U><0,7>|prival<U><0,7>|user-vlan<K> }:2

{ user-vlan<K> }:user-vlan

{ untagged<K>|user-vlanid<U><0,4095> }:untagged

{ <cr>|user-encap<K> }:user-encap

{ user-defined<K>|user-encap<E><IPoE,PPPoE,IPv6-IPoE> }:PPPoE 


  Command:

          port vlan eth 2 q-in-q 100 2 user-vlan untagged user-encap PPPoE

  Set ONT port(s) VLAN configuration, success: 1, failed: 0


Thanks!

View more
  • x
  • convention:

Laiheang
Laiheang Created Jul 23, 2021 05:27:58 (0) (0)
 
Posted by Chenxintao at 2021-07-23 03:31 Hello, friend!Indicates that the packet on the user side does not carry a VLAN tag before VLAN trans ...
awesome, thank iu very much
View more
  • x
  • convention:

Chenxintao
Chenxintao Created Jul 23, 2021 03:44:33 (0) (0)
Hi,
I've updated my response, please check!  

Hello, friend!


Perhaps this sentence can be interpreted this way:


When a user port carries a user-side VLAN-classified service and the service does not need a VLAN tag, use this parameter (untagged).


For Example:


service-port 153 vlan 101 gpon 0/1/4 ont 18 gemport 1 multi-service user-vlan 3001 tag-transform translate inbound traffic-table index 7 outbound traffic-table index 7


Thanks!

View more
  • x
  • convention:

Posted by Chenxintao at 2021-07-23 03:42 Hello, friend!Perhaps this sentence can be interpreted this way:When a user port carries a user-side ...
Maybe i want know untag in config service-port like below:
vlan 35 is HSI
service-port 3567 vlan 35 gpon 0/0/5 ont 20 gemport 1 multi-service user-vlan
untagged ......

I' try this config on some situation like config pppoe on ont OR pppoe on router - ont in bridge, this command not work.
View more
  • x
  • convention:

Posted by LongG at 2021-07-23 04:25 Maybe i want know untag in config service-port like below:vlan 35 is HSIservice-port 3567 vlan 35 ...
i see on every situation , we all need config like:

service-port 3567 vlan 35 gpon 0/0/5 ont 20 gemport 1 multi-service user-vlan 35 tag translate
View more
  • x
  • convention:

So i want to ask which situation, we config service-port using untag mode
View more
  • x
  • convention:

Posted by LongG at 2021-07-23 04:25 Maybe i want know untag in config service-port like below:vlan 35 is HSIservice-port 3567 vlan 35 ...

Hello, friend!


The service port does not support this configuration. The service port must be configured with transparent transmission.


You need to run the port native-vlan 0 0 ETH vlanid command on the PON port.


The first 0 indicates the PON ID.

The second 0 indicates the ONT ID.


After the preceding configuration, the PON port of the ONT supports transparent transmission, the downstream VLAN port of the ONT removes the tag, and the upstream port of the ONT adds a tag.


Thanks!


View more
  • x
  • convention:

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