Friday, June 16, 2023

How to configure the VOIP WAN of Huawei ONT on the OLT?

Huawei OLT supports the configuration of WAN ports for Huawei ONT through the CLI, including INTERNET WAN, VOIP WAN, IPTV WAN, and TR069 WAN.

Generally, one WAN port is configured with one type of service, and one WAN port may be configured with multiple types of services.

I would like to share with you how to configure the service type of Huawei ONT on the 

OLT as the WAN of the VOIP type.

The configuration procedure is as follows:
Note that only the process is demonstrated here. Related parameters need to be configured based on your network.

1. Turn on the OMCI configuration switch

MA5800-X17(config)#gpon ont home-gateway config-method omci

2. Configure the WAN

a. Creating an ONT SIP Profile

MA5800-X17(config)#ont-sipagent-profile modify profile-id 1 proxy-server 10.x.x.1 proxy-server-port 5060 outbound-server 20.x.x.1 outbound-server-port 5060 registration server-uri reg.test.com expiration 3600

b. Creating a WAN

Step 1, run the ont ipconfig command to determine the WAN port index and IP address obtaining mode. Here, the WAN port index is set to 2. (The default value is 0 if the WAN port index is not specified.)

MA5800-X17(config-if-gpon-0/4)#ont ipconfig 15 1 ip-index 2 dhcp vlan 4000

Step 2, create a SIP interface and bind it to the created SIP profile.

MA5800-X17(config-if-gpon-0/4)#if-sip add 15 1 1 ip-index 2 sipagent-profile profile-id 1

Step 3, add a voice user. After the three steps are complete, the ONT creates a WAN port and issues voice-related parameter settings.

MA5800-X17(config-if-gpon-0/4)#sippstnuser add 15 1 1 telno 88880001 username u88880001 password p88880001 mgid 1

After the two steps are complete, the ONT creates a WAN port.

3. Verify WAN Configuration

Log in to the ONT WebUI, you can view the created WAN configuration on the ONT WebUI, and check whether the configuration is consistent with that on the OLT.


4. Configuring Parameters of the Voice 

Create an ONT SIP Profile.


5. Query the ONT WAN port information on the OLT




No comments:

Post a Comment