Hello friend!
You can change the ETH port of the ONT to a routed port (Layer 3 port) in any of the following ways.
1. ONT WebUI
Click the LAN tab. In the navigation tree on the left, choose LAN Port Working Mode. In the right pane, configure whether the LAN interface works in Layer 3 mode.
2. TR069 node
InternetGatewayDevice.LANDevice.
{i}.LANEthernetInterfaceConfig.{i}.X_HW_L3Enable
0: Layer 2,
1: Layer 3
3. OLT
Run the ont port route command to configure the Layer 3 route attributes of the ONT port.
To enable the Layer 3 routing attribute of ETH ports 1-4 on ONT 0 connected to GPON port 0/3/0, do as follows:
huawei(config-if-gpon-0/3)#ont port route
{portid<U><0,15>}:0
{ontid<U><0,127>}:0
{eth<K>}:eth
{port-list<S><Length 1-128>}:1-4
{switch<E><disable,enable,unconcern>}:enable
Command:
ont port route 0 0 eth 1-4 enable
Set ONT port(s) route switch, success: 4, failed: 0
In addition, the native VLAN of the ONT is automatically generated and cannot be deleted. You can disable the VLAN in WAN Configuration on the ONT WebUI. However, services will be affected.
Thanks!