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