Anda di halaman 1dari 3

GPON singkatan dari Gigabit Capable Passive Optical Network, merupakan Teknologi FTTx (Fiber To The x) yang

mengirimkan data, voice, dan video ke pelanggan menggunakan jalur serat optik (fiber optic),

Topologi GPON

ada banyak vendor yang mempunyai product gpon ini diantaranya ZTE, Huawei, ALU, FiberHome, GCOM dan lain
lain,
kali ini kami ingin sharing tentang konfiurasi dasar dari GPON ZTEC300

Untuk awal ada baik untuk mensetting user password dan hostname nya
ZTEC300# conf t
ZTEC300# username zte password *** privilege 15
ZTEC300# hostname ZTEC300

kemudian kita setting jam nya


ZTEC300# ntp enable
ZTEC300# ntp poll-interval 6
ZTEC300# ntp server [IP NTP SERVER] priority 3 version 3
ZTEC300# clock timezone utc 7

create vlan di olt :


ZTEC300#config ter
ZTEC300(config)#vlan 2000
ZTEC300(config-vlan)#name VLAN_
ZTEC300(config-vlan)#desc VLAN_
ZTEC300(config-vlan)#exit

konfig Uplink, di sesuaikan tergantung port uplinknya


untuk Uplink 1G :
interface gei_1/21/3
no shutdown
no negotiation auto
speed 1000
duplex full
description Uplink_to_ME
switchport mode trunk
switchport vlan 2000 tag
Untuk Uplink 10G :
interface xgei_1/21/1
no shutdown
description Uplink_to_ME
switchport mode trunk
switchport vlan 2000 tag

apabila MetroE nya support LAG atau LACP maka uplink port di OLT harus di sesuaikan dengan ME,
create smartgroup :
interface smartgroup1
smartgroup load-balance src-dst-mac
smartgroup mode 802.3ad
switchport mode trunk
switchport vlan 2000 tag
create LAG untuk uplink 1G :
interface gei_1/21/3
smartgroup 1 mode active
exit
interface gei_1/22/3
smartgroup 1 mode active
exit
create LAG untuk uplink 10G :
interface xgei_1/21/1
smartgroup 1 mode active
exit
interface gei_1/22/1
smartgroup 1 mode active
exit

register port ONT/ONUnya di pon OLT,


GPON-ZTEC300(config)# pon
GPON-ZTEC300(config-pon)# onu-type ZTEG-F609 gpon
GPON-ZTEC300(config-pon)# onu-type ZTEG-F609 gpon max-iphost 8
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 eth_0/1
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 eth_0/2
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 eth_0/3
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 eth_0/4
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 pots_0/1
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 pots_0/2
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 wifi_0/1
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 wifi_0/2
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 wifi_0/3
GPON-ZTEC300(config-pon)# onu-type-if ZTEG-F609 wifi_0/4
GPON-ZTEC300(config-pon)# uncfg-onu-display-info model sn pw
GPON-ZTEC300(config-pon)# exit

Service Provisioning add ONT/ONU


Mendaftarkan SN dan ID ONT di Pon Port OLT:
interface gpon-olt_1/12/2
no shutdown
onu 1 type ZTEG-F609 sn ZTEGCXXXXXXX
exit

Menambahkan Service yang akan di gunakan oleh ONT/ONU :


interface gpon-onu_1/12/2:1
sn-bind enable sn
tcont 1 profile test
tcont 2 profile VOIP
gemport 1 tcont 1
gemport 2 tcont 2
switchport mode hybrid vport 1
switchport mode hybrid vport 2
service-port 1 vport 1 user-vlan 30 vlan 2000
service-port 2 vport 2 user-vlan 40 vlan XXXX
pon-onu-mng gpon-onu_1/12/2:1
service 1 gemport 1 iphost 1 vlan 30
service 2 gemport 2 iphost 2 vlan 40
voip protocol sip
voip-ip mode static ip-profile ip-sip ip 10.10.10.<...> mask 255.255.255.0 vlan-profile vlan-sip host 2
sip-service pots_0/1 profile testsip userid +6221....... username +6221.....@ims.XXXXX.com password
<.....>
pppoe 1 nat enable user <.....> password <.....>
exit
exit

Simpan konfigurasi :
GPON-ZTEC300# write

Anda mungkin juga menyukai