Archives December 2023

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Internet Service Provider

Akses Internet Tanpa Batas

Anda mencari akses internet sehat, atau jaringan IP yang aman untuk mendukung semua aktifitas kantor anda. kami hadir dengan Layanan yang fleksibelitas dan skalabilitas yang bisa memenuhi kebutuhan bisnis anda.

Semua konektivitas disediakan melalui jaringan nasional berbasis fasilitas kami yang dipantau 24 jam x 365 hari, sehingga Anda dapat yakin sepenuhnya bahwa informasi rahasia Anda akan aman.

Selain itu kami juga menyediakan solusi internet untuk corporate dan akses dedicated internet dengan harga terjangkau dan berbagai jenis tautan.

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