GPON ONT Service Profile Configuration(multicast-forward)
multicast-forward multicast-forward
This command is used to configure the multicast forwarding mode of the ONT in a GPON ONT service profile. In different multicast forwarding modes, the downstream multicast packets from the ONT to the Ethernet port are different.
If the ONT is directly connected to the set-top box (STB) or PC, select the untag mode.
If the ONT is directly connected to the home gateway, select the tag mode.
If the ONT does not support the set of multicast forwarding mode or the OLT does not specify the ONT multicast mode, select the unconcern mode.
By default, the multicast forwarding mode of the ONT in the GPON ONT service profile is unconcern. Certain ONTs do not support setting the multicast forwarding mode of the ONT and the default forwarding mode used after an ONT is added is unconcern. In this manner, the restoration of the ONT configuration is not affected.
multicast-forward { untag | tag { translation { vlanid | igmp-user-vlan } | transparent } | unconcern }
Specifies the multicast forwarding mode as untag, that is, the downstream multicast packets from the ONT to the Ethernet port do not carry the VLAN tag. When the ONT is directly connected to the set-top box (STB) or PC, use this parameter.
Specifies the multicast forwarding mode as tag, that is, the downstream multicast packets from the ONT to the Ethernet port carry the VLAN tag. When the ONT is directly connected to the home gateway in the application, use this parameter.
Specifies the multicast forwarding mode as translation. If the carrier plans the home gateway at the user house, generally, the user-side multicast VLAN (MVLAN) needs to be planned. If the network-side MVLAN differs from the user-side MVLAN, use this parameter for VLAN translation.
Specifies the VLAN tag used after the VLAN translation if the multicast forwarding mode is set to translation.
Numeral type. Range: 1-4095.
Specifies the VLAN in the VLAN tag (used after the VLAN translation) to the user VLAN of IGMP packets if the multicast forwarding mode is set to translation. This parameter can be used only after the IGMP packet forwarding mode based on the user VLAN is configured on the ONT.
Specifies the multicast forwarding mode as tag transparent transmission. If the carrier plans the home gateway at the user house, generally, the user-side MVLAN needs to be planned. If the network-side MVLAN and the user-side MVLAN are the same, use this parameter..
Specifies the multicast forwarding mode as unconcern. The OLT does not specify the multicast forwarding mode of the ONT and the multicast forwarding of ONT is determined based on the ONT condition.
GPON ONT service profile mode
Run the config command to enter global config mode, and then run the ont-srvprofile gpon command to enter GPON ONT service profile mode.
After running this command, you need to run the commit command to submit the configuration. Then, the configuration performed through this command can take effect.
This command is used to configure the tag configuration mode of the multicast data packets of the ONT, and you can run the igmp-forward(gpon profile) command to configure the tag configuration mode of the downstream IGMP protocol packets.
You can run the display ont-srvprofile gpon command to query the ONT multicast forwarding mode in the GPON ONT service profile.
To set the multicast forwarding mode of ONT service profile 10 so that the packets carry tag VLAN 10, do as follows:
huawei(config-gpon-srvprofile-10)#multicast-forward { tag<K>|unconcern<K>|untag<K> }:tag { translation<K>|transparent<K> }:translation { igmp-user-vlan<K>|vlanid<U><1,4095> }:10 Command: multicast-forward tag translation 10 huawei(config-gpon-srvprofile-10)#commit
The system does not display any message after the command is executed successfully.