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!