OLT ZTE: Apakah GEMPORT Harus Berurutan dalam Line/Remote Profile Baru?

 misalnya saya punya config ini:


pon

  onu-profile gpon line LINE-PF

  tcont 1 name TCONT_INET profile 1G

  tcont 2 name TCONT_BRIDGE profile 1G

  tcont 3 name TCONT_REMOTE profile 1G

  gemport 1 name GEMPORT_INET tcont 1

  gemport 2 name GEMPORT_BRIDGE tcont 2

  gemport 3 name GEMPORT_REMOTE tcont 3

!

pon

onu-profile gpon remote REMOTE-PF

  service INET gemport 1 vlan 10

  service BRIDGE gemport 2 vlan 20

  service REMOTE gemport 3 vlan 30

  wan-ip 2 mode dhcp vlan-profile remote_vlan30 host 2

  tr069-mgmt 1 acs http://10.10.10.10:7547 validate basic username admin password admin

!


lalu saya ingin bikin line/remote profile baru. apakah gemportnya harus urut jadi gemport 4 dan seterusnya? atau sudah beda dengan yang ada? 

🔍 Apakah GEMPORT Harus Berurutan dalam Line/Remote Profile Baru?

Tidak, GEMPORT tidak harus selalu berurutan (4, 5, dst.) saat membuat line profile atau remote profile baru. GEMPORT bersifat lokal untuk setiap profile, sehingga bisa menggunakan GEMPORT 1, 2, 3 lagi di profile lain tanpa konflik dengan profile yang sudah ada.


📌 Logika Penomoran GEMPORT

  • Setiap ONU memiliki GEMPORT sendiri, yang dikonfigurasi berdasarkan line-profile yang diterapkan.
  • GEMPORT tidak global di seluruh OLT, tetapi hanya berlaku dalam konteks ONU yang menggunakan profile tersebut.
  • Jadi, GEMPORT bisa dimulai dari 1 di setiap profile baru, tanpa harus melanjutkan nomor dari profile sebelumnya.

🛠 Contoh: Membuat Profile Baru dengan GEMPORT 1, 2, 3 Lagi

Misalnya, kamu ingin membuat line profile baru LINE-PF2 dan remote profile REMOTE-PF2, kamu bisa menggunakan GEMPORT dari 1 lagi, bukan 4, 5, dst.

pon
  onu-profile gpon line LINE-PF2
  tcont 1 name TCONT_NEW_INET profile 1G
  tcont 2 name TCONT_NEW_BRIDGE profile 1G
  tcont 3 name TCONT_NEW_REMOTE profile 1G
  gemport 1 name GEMPORT_NEW_INET tcont 1
  gemport 2 name GEMPORT_NEW_BRIDGE tcont 2
  gemport 3 name GEMPORT_NEW_REMOTE tcont 3
!

pon
onu-profile gpon remote REMOTE-PF2
  service NEW_INET gemport 1 vlan 100
  service NEW_BRIDGE gemport 2 vlan 200
  service NEW_REMOTE gemport 3 vlan 300
  wan-ip 2 mode dhcp vlan-profile remote_vlan300 host 2
  tr069-mgmt 1 acs http://10.10.10.10:7547 validate basic username admin password admin
!

Meskipun GEMPORT 1, 2, 3 sudah ada di LINE-PF, kita bisa tetap menggunakan 1, 2, 3 di LINE-PF2 tanpa masalah.
Karena setiap ONU hanya menggunakan satu line-profile, nomor GEMPORT-nya tidak akan bentrok.
Konfigurasi ini memungkinkan reuse GEMPORT dalam profile berbeda tanpa harus melanjutkan ke GEMPORT 4, 5, dst.


🛠 Bagaimana Jika Kita Pakai GEMPORT 4, 5, dst.?

Kalau kamu menggunakan GEMPORT 4, 5, dst. di profile baru, itu tidak masalah, tapi tidak wajib.
Biasanya, kita hanya menggunakan GEMPORT urut dalam satu profile yang sama, misalnya:

pon
  onu-profile gpon line LINE-PF
  tcont 1 name TCONT_INET profile 1G
  tcont 2 name TCONT_BRIDGE profile 1G
  tcont 3 name TCONT_REMOTE profile 1G
  gemport 1 name GEMPORT_INET tcont 1
  gemport 2 name GEMPORT_BRIDGE tcont 2
  gemport 3 name GEMPORT_REMOTE tcont 3
  gemport 4 name GEMPORT_IPTV tcont 3  # Kalau ingin tambah GEMPORT di profile yang sama
!

Gunakan GEMPORT 4+ hanya jika ingin menambah layanan dalam profile yang sama.


🎯 Kesimpulan

Pertanyaan Jawaban
Apakah GEMPORT harus urut terus di seluruh OLT? ❌ Tidak perlu
Apakah bisa pakai GEMPORT 1, 2, 3 di profile baru? ✅ Bisa, karena setiap profile memiliki GEMPORT sendiri
Kapan GEMPORT harus berurutan? Hanya dalam satu profile yang sama jika ada layanan tambahan
Apakah boleh pakai GEMPORT 4, 5, dst. di profile baru? ✅ Boleh, tapi tidak wajib

Jadi, kalau bikin line profile baru atau remote profile baru, kamu bisa mulai GEMPORT dari 1 lagi tanpa harus mengikuti nomor dari profile sebelumnya. 🚀