Huawei Ont Password
GPON ONT profiles include the DBA profile, line profile, service profile, and alarm profile. DBA profile: A DBA profile describes GPON traffic parameters. A T-CONT is bound to a DBA profile for dynamic bandwidth allocation, improving upstream bandwidth utilization.
Line profile: A line profile describes the binding between the T-CONT and the DBA profile, the QoS mode of the traffic stream, and the mapping between the GEM port and the ONT-side service. Service profile: A service profile provides the service configuration channel for the ONT that is managed by using optical network terminal management and control interface (OMCI). Alarm profile: An alarm profile contains a series of alarm thresholds to measure and monitor the performance of activated ONT lines. When a statistical value reaches the threshold, the host is notified and an alarm is reported to the log host and the NMS. Configure a DBA profile.
Run the display dba-profile command to query existing DBA profiles in the system. If the existing DBA profiles in the system do not meet the requirements, run the dba-profile add command to add a DBA profile. Create the same DBA profile for different types of services. Set the profile name to ftthdba, profile type to type3, assured bandwidth to 8 Mbit/s, and maximum bandwidth to 20 Mbit/s.
Huawei(config)# dba-profile add profile-name ftthdba type3 assure 8192 max 20480. The DBA implementation is based on an ONT. Therefore, select a DBA profile of the proper bandwidth type and configure proper bandwidth according to the service types and total user count of the ONT.
Note that the sum of the fixed bandwidth and the assured bandwidth must not be greater than the total bandwidth of the PON port. Configure an ONT line profile. Create a GPON ONT line profile, named ftth, and bind it to the DBA profile ftthdba. Huawei(config)# ont-lineprofile gpon profile-name ftth huawei(config-gpon-lineprofile-1)# tcont 4 dba-profile-name ftthdba. Create different GEM ports according to different service types, in which.
GEM port 11 is used to carry management services. GEM port 12 is used to carry voice services. GEM port 13 is used to carry video services. GEM port 14 is used to carry Internet access services. Huawei(config-gpon-lineprofile-1)# gem add 11 eth tcont 4 huawei(config-gpon-lineprofile-1)# gem add 12 eth tcont 4 huawei(config-gpon-lineprofile-1)# gem add 13 eth tcont 4 huawei(config-gpon-lineprofile-1)# gem add 14 eth tcont 4.
To change the default QoS mode, run the qos-mode command to set the QoS mode to gem-car or flow-car, and run the gem add command to set the index of the traffic profile bound to the GEM port. When the QoS mode is priority-queue (PQ), the default queue priority is 0; when the QoS mode is flow-car or gem-car, traffic profile 6 is bound to the GEM port by default (no rate limitation).
After the configurations are complete, run the commit command to apply the parameters settings. Huawei(config-gpon-lineprofile-1)# commit huawei(config-gpon-lineprofile-1)# quit. Configure an ONT service profile. Create a GPON ONT service profile, named ftth. Configure the capability set of the ETH port and POTS port to adaptive. Then the system automatically adapts to the ONT according to the actual capability of the online ONT.
Huawei(config)# ont-srvprofile gpon profile-name ftth huawei(config-gpon-srvprofile-1)# ont-port eth adaptive pots adaptive After the configurations are complete, run the commit command to apply the parameters setting. Huawei(config-gpon-srvprofile-1)# commit huawei(config-gpon-srvprofile-1)# quit. (Optional) Add an alarm profile.
The default GPON alarm profile 1 is used. The alarm thresholds of the default alarm profile are 0, which indicates that no alarm is generated. In this example, the default alarm profile is used, and therefore the configuration of the alarm profile is not required. Run the gpon alarm-profile add command to configure a GPON alarm profile, which is used for monitoring the performance of an activated ONT line. Add an ONT. Connect two ONTs to GPON port 0/1/0. Set the ONT IDs to 1 and 2, SNs to 32303131d659fd40 and 852901, passwords to and, discovery mode for password authentication to once-on, and management mode to OMCI.
Bind the two ONTs to ONT line profile ftth and ONT service profile ftth. There are two methods of adding an ONT: add an ONT offline and confirm an automatically discovered ONT.
Add ONTs offline. If the password of an ONT is known, run the ont add command to add an ONT offline. Huawei(config)# interface gpon 0/1 huawei(config-if-gpon- 0/1)# ont add 0 1 password-auth once-on no-aging omci ont-lineprofile-name ftth ont-srvprofile-name ftth huawei(config-if-gpon- 0/1)# ont add 0 2 password-auth once-on no-aging omci ont-lineprofile-name ftth ont-srvprofile-name ftth.
Confirm automatically discovered ONTs. If the password or SN of an ONT is unknown, run the port portid ont-auto-find command in GPON mode to enable the ONT auto-discovery function of the GPON port. Then, run the ont confirm command to confirm the ONT. Huawei(config)# interface gpon 0/1 huawei(config-if-gpon- 0/1)# port 0 ont-auto-find enable huawei(config-if-gpon- 0/1)# display ont autofind 0 //After this command is executed, the information about all ONTs connected to the GPON port through optical splitters is displayed. Huawei(config-if-gpon- 0/1)# ont confirm 0 ontid 1 sn-auth 32303131d659fd40 omci ont-lineprofile-name ftth ont-srvprofile-name ftth huawei(config-if-gpon- 0/1)# ont confirm 0 ontid 2 sn-auth 852901 omci ont-lineprofile-name ftth ont-srvprofile-name ftth. If multiple ONTs of the same type bound to the same line profile or service profile are connected to the same port, you can bulk add ONTs by bulk confirming automatically discovered ONTs to make configuration easier and more efficient.
To do so, the preceding command can be modified as follows: huawei(config-if-gpon- 0/1)# ont confirm 0 all sn-auth omci ont-lineprofile-name ftth ont-srvprofile-name ftth. (Optional) Bind the alarm profile to the ONT. The default profile 1 is used in this example.
Huawei(config-if-gpon- 0/1)# ont alarm-profile 0 1 profile-id 1 huawei(config-if-gpon- 0/1)# ont alarm-profile 0 2 profile-id 1. Check ONT status. After an ONT is added, run the display ont info command to query the current status of the ONT. Ensure that Config flag of the ONT is active, Run State is online, Config state is normal, and Match state is match. Huawei(config-if-gpon- 0/1)# display ont info 0 1 - F/S/P: 0/1/0 ONT-ID: 1 Control flag: active //Indicates that the ONT is activated. Run state: online //Indicates that the ONT goes online successfully. Config state: normal //Indicates that the configuration state of the ONT is normal.
Match state: match //Indicates that the capability profile bound to the ONT is consistent with the actual capability of the ONT.//The rest of the response information is omitted. When Config state is failed, Run state is offline, or Match state is mismatch:. If Control flag is deactive, run the ont active command in GPON mode to activate the ONU.
If Run state is offline, a physical line may be broken or the optical module may be damaged. Check the line and the optical module.
If Config state is failed, the configured ONU capability exceeds the actual ONU capability. In this case, run the display ont failed-configuration command in the diagnose mode to check the failed configuration item and the failure cause. Then, rectify the fault accordingly. If the ONU does not match, that is, Match state is mismatch, the port types and number of ports undermatch the actual port types and number of ports supported by the ONU. In this case, run the display ont capability command to query the actual capability of the ONU, and then select one of the following modes to modify the ONU configuration:. Create a proper ONU profile according to the actual capability of the ONU, and then run the ont modify command to modify the configuration data of the ONU. Modify the ONU profile according to the actual capability of the ONU and save the modification.
Huawei Ont Hg8010h
Then, the ONU automatically recovers the configuration successfully.
PERSIAPAN KONFIGURASI ONT 1. Pastikan uplink ONT sudah terhubung secara fisik dengan OLT ditunjukkan dengan indikator “PON” menyala hijau dan indikator “LOSS” tidak menyala. Hubungkan kabel UTP dari port ETH laptop/PC ke port ETH ONT 3. Masukkan Alamat IP yang masih satu jaringan dengan alamat IP ONT, misalnya 192.168.100.100 dengan subnet mask 255.255.255.0, seperti gambar berikut: 4. Mengakses halaman web konfigurasi menggunakan browser dengan alamat IP 192.168.100.1 username: telecomadmin password: admintelecom KONFIGURASI LAYANAN VOIP 1. Pilih halaman “WAN” untuk membuat parameter WAN port uplink ONT 2.Tekan tombol “New” untuk membuat parameter WAN port uplink ONT yang baru 3.Isi parameter-parameter pada halaman tersebut sesuai dengan gambar di bawah ini: Parameter yang diisi: Basic information -Enable WAN – checked -Encapsulation mode – IPOE -Protocol type – IPv4 -WAN mode – Route WAN -Service type – VOIP -Enable VLAN – checked -VLAN ID – 100 -802.1p policy – Use specified value -802.1p – 0 -MTU – 1500 IPv4 Information -IP acquisition mode – DHCP -Vendor ID – BLANK 4. Tekan “Apply” setelah selesai mengisi parameter WAN VOIP 5.
Pilih menu “Voice” untuk konfigurasi interface SIP dan User SIP 6. Isi parameter-parameter interface SIP seperti di bawah ini: Parameter yang diisi: Interface Basic Parameters(SIP) -Outbound Proxy Server Address: – BLANK -Outbound Proxy Server Port: – 5060 -Address of the Standby Outbound Proxy Server: – BLANK -Port of the Standby Outbound Proxy Server: – 5060 -Address of the Primary Proxy Server: – 10.0.0.10 -Port of the Primary Proxy Server: – 5060 -Address of the Standby Proxy Server: – BLANK -Port of the Standby Proxy Server: –. 5060 -Home Domain: – telkom.net.id -Local Port: – 5060 -Digitmap – Skip -Digitmap Match Mode – Min -Registration Period – 600 -Signaling Port – 1VOIPINTERNETRVID100 -Media Port – BLANK -Region – BLANK User Basic Parameter Pilih no 1 kemudian isi parameternya seperti berikut: -Enable User – checked -URI – BLANK -Register User Name – +622129.Associated POTS – 1 -Auth User Name – +622129.@telkom.net.id -Password – masukan pasword SIP telepon -Apply lakukan langkah yang sama untuk pilihan no 2, dan POTS pilih 2 jika ada dua nomor telepon dalam 1 ONT.
Pilih Halaman “Status” kemudian “Voip Information” untuk memastikan konfigurasi layanan VOIP sukses ditunjukkan dengan user status “UP” Jika ada layanan internet yang aktif lakukan cara berikut.