OLT-ZTE-C320_Membuat Vlan Uplink

Jump to navigationJump to search

Asumsi port yang akan digunakan sebagai uplink adalah ethernet gei_1/4/3 dan vlan id yang akan dibuat adalah vlan 500


conf t
int gei_1/4/3
switchport vlan 500 tag
end

#Lihat hasil konfig

show ru int gei_1/4/3

OLT-ZTE-C320_Onu-Type

1. Melihat onu type yang sudah ada

show onu-type gpon

2.Membuat GPON ONU Type Profile

Asumsi profil yang akan dibuat

ONU Type : ALL
Maximum TCON : 7
Maximum GEM PORT : 32
Maximum switch per slot : 1
Maximum flow per switch : 8
ETH : 4
Wifi : 4
Pots : 2

Masukkan perintah


conf t
pon
onu-type ALL gpon max-tcont 7 max-gemport 32 max-switch-perslot 1 max-flow-perswitch 8
onu-type-if ALL eth_0/1-4
onu-type-if ALL wifi_0/1-4
onu-type-if ALL pots_0/1-2
end

3. lihat hasil pembuatan profil ALL

show onu-type gpon ALL

4. Hapus onu-type

Menghapus onu-type ALL
Pastikan tidak ada yang menggunakan onu-type ini


conf t
pon
no-onu-type ALL
end

OLT-ZTE-C320_Profile Tcon

Jump to navigationJump to search

1. Melihat profile tcon yang sudah ada

gpon profile tcon

2. Membuat profil tcon

membuat 5 profile tcon

config t
gpon
profile tcont 100M type 1 fixed 100000
profile tcont 5M type 2 assured 5000
profile tcont 10M type 3 assured 5000 maximum 10000
profile tcont 15M type 4 maximum 15000
profile tcont 20M type 5 fixed 2000 assured 5000 maximum 20000
exit
exit
write

3. Menghapus profile tcon

pastikan tidak ada yang menggunakan profile tersebut

conf t
gpon
no profile tcon 100M
no profile tcon 5M
exit
exit
write

OLT-ZTE-C320_Profile Traffic

Jump to navigationJump to search menentukan bandwidth downstream gemport

SIR = Sustainable Information Rate.
PIR = Peak Information Rate.

1. Melihat profile traffic yang sudah ada

show gpon profile traffic

2. Membuat profile traffic

conf t
gpon
profile traffic 10M sir 10000 pir 10000
profile traffic 50M sir 50000 pir 50000
profile traffic 100M sir 100000 pir 100000
exit
exit
write

3. Menghapus profile traffic

Pastikan tidak ada yang menggunakan profile ini

conf t
gpon
no profile traffic 10M
no profile traffic 50M
no profile traffic 100M
exit
exit
write

OLT-ZTE-C320_Profile Vlan

Jump to navigationJump to search

1. Melihat profile vlan yang sudah ada

show gpon onu profile vlan

2. Membuat Profile vlan

membuat profile vlan dengan nama PPPoE

conf t
gpon
onu profile vlan PPPoE tag-mode tag cvlan 600 pri 0
exit

3. Menghapus profile vlan

menghapus profile vlan PPPoE. Pastikan tidak ada yang menggunakan profile tersebut

conf t
gpon
no onu profile vlan PPPoE
exit
write

NOTE = jangan lupa setelah konfigurasi, berikan perintah ‘write’ untuk menyimpan konfigurasi

OLT-ZTE-C320_Register ONU

1. Melihat onu yang sudah terpasang

show gpon onu state

2. Melihat onu yang belum ter-konfig Tanda di onu, led pon kedip-kedip

show pon onu uncfg

3. Register onu dengan perintah berikut :


conf t
interface gpon-olt_1/2/2
onu 1 type ZTE sn ZTEGC6305C7D
exit

interface gpon-onu_1/2/2:1
tcont 1 profile default
gemport 1 tcont 1
service-port 1 vport 1 user-vlan 143 vlan 143
exit

pon-onu-mng gpon-onu_1/2/2:1
service 1 gemport 1 vlan 143
wan-ip 1 mode pppoe username media3 password kios vlan-profile PPPoE host 1
exit
exit

Berikut Sedikit Penjelasannya dari Perintah diatas : …

interface gpon-olt_1/2/2
>> akan dipasangkan di mesin nomor 1/ slot 2/ port 2

onu 1 type ZTE sn ZTEGC6305C7D
>> akan dipasang di state 1, onu-type menggunakan ‘ZTE’, dan SN onu

interface gpon-onu_1/2/2:1
>> akan dipasangkan di mesin 1/ slot 2/ port 2 : state 1

tcont 1 profile default
>> akan menggunakan profile tcon ‘default’

gemport 1 tcont 1
>> menggunakan profil gemport 1 dan tcon 1

service-port 1 vport 1 user-vlan 143 vlan 143
>> Menggunakan profile vlan 143

pon-onu-mng gpon-onu_1/2/2:1
>> mesin 1/ slot 2/ port 2 : state 1

service 1 gemport 1 vlan 143
>> gemport 1, vlan 143

wan-ip 1 mode pppoe username user1 password ibm vlan-profile PPPoE host 1
>> menggunakan user ‘user1’, password ‘ibm’, vlan profil ‘PPPoE’ (Via secret di mikrotik)

4. Hapus onu

Lihat status ONU

show gpon onu state

Lihat status onu per port

show gpon onu state gpon-olt_1/1/8

Hapus ONU


conf t
interface gpon-olt_1/1/8
no onu 3
end

Hapus beberapa onu


conf t
interface gpon-olt_1/1/9
no onu 1
no onu 2
no onu 3
end

5. Register onu (by JSN)

ZTE F609


conf t
interface gpon-olt_1/1/1
onu 20 type ZTE-F609 sn ZTEGC836FCF5
exit


interface gpon-onu_1/1/1:20
name JEMBLUNG
description 1$$DONOMULYO$$
sn-bind enable sn
tcont 1 name JSN profile 100M
tcont 2 name HOT profile 100M
tcont 3 name TR069 profile 100M
gemport 1 name JSN unicast tcont 1 dir both
gemport 1 traffic-limit upstream UP100M downstream DW100M
gemport 2 name HOT unicast tcont 2 dir both
gemport 2 traffic-limit upstream UP100M downstream DW100M
gemport 3 name TR069 unicast tcont 3 dir both
gemport 3 traffic-limit upstream UP100M downstream DW100M
switchport mode hybrid vport 1
switchport mode hybrid vport 2
switchport mode hybrid vport 3
service-port 1 vport 1 user-vlan 600 vlan 600
service-port 2 vport 2 user-vlan 500 vlan 500
service-port 3 vport 3 user-vlan 100 vlan 100
port-location format dsl-forum sport 1
port-location sub-option remote-id enable sport 1
port-location sub-option remote-id name 600 sport 1
port-location ft-cid 600 sport 1
pppoe-plus enable sport 1
pppoe-plus trust true replace sport 1
exit


pon-onu-mng gpon-onu_1/1/1:20
service JSN type internet gemport 1 vlan 600
service HOT type internet gemport 2 vlan 500
service TR069 type internet gemport 3 vlan 100
wan-ip 1 mode pppoe username 1150420.jemblung@jsnmalang.net password 1/1/1:20 vlan-profile PPPoE host 1
wan-ip 1 ping-response enable traceroute-response enable
security-mng 1 state enable mode permit protocol web
tr069-mgmt 1 acs http://192.168.0.10:7547
exit
end
write

Huawei


interface gpon-olt_1/1/16
onu 40 type ALL sn ZTEGD07A8CC9
!
interface gpon-onu_1/1/16:40
name PEMDA
description $$PEMDA$$
tcont 1 name JSN profile 100M
tcont 2 name HOT profile 1000M
tcont 3 name tr069 profile 100M
gemport 1 name JSN tcont 1
gemport 1 traffic-limit upstream UP100M downstream DW100M
gemport 2 name HOT tcont 2
gemport 2 traffic-limit upstream UP1G downstream DW1G
gemport 3 name tr069 tcont 3
gemport 3 traffic-limit upstream UP100M downstream DW100M
service-port 1 vport 1 user-vlan 600 vlan 600
service-port 2 vport 2 user-vlan 500 vlan 500
service-port 3 vport 3 user-vlan 100 vlan 100
port-identification format DSL-FORUM-PON sport 1
pppoe-intermediate-agent enable sport 1
!
pon-onu-mng gpon-onu_1/1/16:40
service JSN gemport 1 vlan 600
service HOT gemport 2 vlan 500
service tr069 gemport 3 vlan 100
!
end
write

NOKIA


interface gpon-olt_1/1/16
onu 40 type ALL sn ZTEGD07A8CC9
!
interface gpon-onu_1/1/16:40
name PEMDA
description $$PEMDA$$
tcont 1 name JSN profile 100M
tcont 2 name HOT profile 1000M
gemport 1 name JSN tcont 1
gemport 1 traffic-limit upstream UP100M downstream DW100M
gemport 2 name HOT tcont 2
gemport 2 traffic-limit upstream UP1G downstream DW1G
switchport mode hybrid vport 1
service-port 1 vport 1 user-vlan 600 vlan 600
service-port 2 vport 2 user-vlan 500 vlan 500
port-identification format DSL-FORUM-PON vport 2
pppoe-intermediate-agent enable vport 1
!
pon-onu-mng gpon-onu_1/1/16:40
service JSN gemport 1 vlan 600
service HOT gemport 2 vlan 500
vlan port veip_1 mode hybrid def-vlan 500
end
write

Fiberhome


interface gpon-olt_1/1/2
onu 6 type ALL sn FHTT9B1FC1E0
!
interface gpon-onu_1/1/2:6
name PEMDA
description $$PEMDA$$
tcont 1 name JSN profile 100M
tcont 2 name HOT profile 100M
gemport 1 name JSN unicast tcont 1 dir both
gemport 1 traffic-limit upstream UP100M downstream DW100M
gemport 2 name HOT unicast tcont 2 dir both
gemport 2 traffic-limit upstream UP100M downstream DW100M
service-port 1 vport 1 user-vlan 600 vlan 600
!
pon-onu-mng gpon-onu_1/1/2:6
service JSN gemport 1 cos 0 vlan 600
vlan port veip_1 mode hybrid def-vlan 600
end
wr

6. Register ONU (by BMR)


conf t
interface gpon-olt_1/2/3
onu 1 type ALL sn ZTEGCBDCDC8C
exit


interface gpon-onu_1/2/3:1
tcont 1 profile default
gemport 1 tcont 1
service-port 1 vport 1 user-vlan 2121 vlan 2121
exit


pon-onu-mng gpon-onu_1/2/3:1
service 1 gemport 1 vlan 2121
wan-ip 1 mode pppoe username 30401-herlik.nambangan@jsn.net.id password sender3 vlan-profile PPPoE host 1
exit
exit

OLT-ZTE-C320_Remote Manajemen

Jump to navigation Jump to search

show onu running config gpon-onu_1/1/1:1

if there is no “security-mgmt 212 state enable mode forward protocol web”, then


conf t
pon-onu-mng gpon-onu_1/1/1:1
security-mgmt 212 state enable mode forward protocol web
exit
exit

remove

conf t
pon-onu-mng gpon-onu_1/1/1:1
no security-mgmt 212
exit
exit
show gpon remote-onu wan-ip gpon-onu_1/1/1:1

OLT-ZTE-C320_Perintah Umum

Command Line

check ont status
show gpon onu state gpon-olt_1/2/3

Check ONT power

show pon power attenuation gpon-onu_1/2/3:18

Check power interface

show interface optical-module-info gpon-olt_1/1/1

check oNT mac address

show mac gpon onu gpon-onu_1/2/3:18

check oNT uptime and oNT history logs

show gpon onu detail-info gpon-onu_1/2/3:18

find oNT by SN number

show gpon onu by sn ZTEGC123456F

check oNT version

show gpon remote-onu equip gpon-onu_1/2/3:18

check OLT uptime

show system-group

check oLT board

show card

check OLT prosessor and memory

show processor

check olt card temperature

show card-temperature

Cek Detail Config di Interface ke arah ONT

show run interface gpon-onu_1/2/5:4

Cek Status Interface ONT

show gpon onu state gpon-olt_1/2/5 4

Cek Nilai Optik ONT

show pon power attenuation gpon-onu_1/2/5:4

Cek Utilisasi Bandwith Link ONT Real Time

show interface gpon-onu_1/2/5:4

Cek ONT Uptime dan History:

show gpon onu detail-info gpon-onu_1/1/16:1

Cek Mac Address Perangkat yang terkoneksi ke ONT

show mac gpon onu gpon-onu_1/1/16:1

Cek ONT Version

show gpon remote-onu equip gpon-onu_1/1/16:1

Cek Status Port di ONT

show gpon remote-onu interface eth gpon-onu_1/1/16:1

Reboot/Restart ONT

config t
(config)#pon-onu
(config)#pon-onu-mng gpon-onu_1/1/16:1
(gpon-onu-mng)#reboot

Shutdown Port 1 di ONT

config t
(config)#pon-onu
(config)#pon-onu-mng gpon-onu_1/1/16:1
(gpon-onu-mng)#interface eth eth_0/1 state lock

Cek Konfigurasi PON ONU

show onu running config gpon-onu_1/1/16:1

Check OLT Uptime

show system-group

Check OLT Board

show card

Check OLT Processor dan Memory

show processor

Check OLT Temperature

show temperature

Checking OLT Per Slot

show card slotno 12

Finding ONT By SN Number

sho gpon onu by sn ALCLB1C7DA30

Checking ONT IP (ROUTING MODE)

In This case, We used ip-host 1 in one ONT we can create 4 IP-HOST management

show gpon remote-onu ip-host gpon-onu_1/1/16:1

Reset factory ONT

OLT-ZTE_C320#config t
(config)#pon-onu
(config)#pon-onu-mng gpon-onu_1/4/1:2
(gpon-onu-mng)#restore factory

HOW TO LOCK / SHUTDOWN THIRD PORT ONT

config t
(config)#pon-onu
(config)#pon-onu-mng gpon-onu_1/4/1:2
(gpon-onu-mng)#interface eth eth_0/3 state lock

HOW TO UNLOCK PORT ONT

config t
(config)#pon-onu
(config)#pon-onu-mng gpon-onu_1/4/1:2
(gpon-onu-mng)#interface eth eth_0/3 state unlock

HOW TO RELEASE RENEW ONT AS DHCP CLIENT

config t
(config)#pon-onu
(config)#pon-onu-mng gpon-onu_1/4/1:2
(gpon-onu-mng)#ip-host 1 dhcp-enable false ping-response false traceroute-response false
(gpon-onu-mng)#ip-host 1 dhcp-enable true ping-response true traceroute-response true

RESET SLOT

reset-card slotno 12

SWAP

Use This for First Level Handling when you get Anomaly Process. sometimes it can help you, but sometime isn’t.

swap

CHECKING VLAN SUMMARY

sho vlan sum
sho vlan 600