Suppose Huawei MA5683T has already added a lot of ONTs and they work, dba-profile created, but we need to add an ONT with a VLAN that has not yet been added and profiles have not been created with it.
Connect to the OLT and go into setup mode:
1 2 | enable config |
Create a new VLAN:
1 | vlan 1169 smart |
Point it to the Uplink port:
1 | port vlan 1169 0/8 0 |
If necessary, specify the DHCP server (for example, if it is specified in
dhcp-server 0 ip x.x.x.x):
123 | interface vlanif 1169 dhcp-server 0 exit |
Create ont-srvprofile:
1234 | ont-srvprofile gpon profile-name "ixnfo" ont-port eth 1 port vlan eth 1 translation 1169 user-vlan 1169 commit |
Create ont-lineprofile:
1 2 3 4 5 | ont-lineprofile gpon profile-id 12 profile-name "Madankc" tcont 4 dba-profile-id 11 gem add 1 eth tcont 4 gem mapping 1 0 vlan 1169 commit |
Let’s proceed to setting up the port to which the ONT is connected:
1 | interface gpon 0/0 |
Add ONT and exit port configuration mode:
1 2 3 | ont add 4 42 sn-auth "414C434CF2BFCD6B" omci ont-lineprofile-name "ixnfo" ont-srvprofile-name "ixnfo" desc "TEXT" ont port native-vlan 4 42 eth 1 vlan 1169 priority 0 exit |
Add a service-port with a new VLAN:
1 | service-port 2305 vlan 1169 gpon 0/0/4 ont 42 gemport 1 multi-service user-vl |