You are on page 1of 2

interface gei_0/5/1

switchport vlan xxx tag untuk semua layanan

Untuk seting Node B


---------------------
Misal VLAN 43 sebagai Management ONT
VLAN 653 sebagai management Node B
VLAN 1209 sebagai Traffik Node B
IP 172.21.204.69 sebagai IP ONT

config t
interface gei_0/6/1 ====> jika uplink di slot 6 port 1
switchport vlan 43,653,1209 tag
exit

Jangan lupa register dulu ONT-nya


misal di slot 2 port 3 onu ke 1

interface gpon-onu_0/2/3:1
name NODE-B Fatahilah
description F821
tcont 1 name NODE-B profile UP-100M
gemport 1 name NODE-B unicast tcont 1 dir both queue 1
gemport 1 traffic-limit upstream default downstream DOWN-100M
switchport mode hybrid vport 1
switchport vlan 43,653,1209 tag vport 1

pon-onu-mng gpon-onu_0/2/3:1
gemport 1 flow 1
switch switch_0/1 stp disable
switch switch_0/1 local-switch disable
switchport-bind switch_0/1 iphost 1
ip-host 1 ip 172.21.204.69 mask 255.255.255.192 gateway 172.21.204.65
vlan-filter-mode iphost 1 tag-filter vid-filter untag-filter discard
vlan-filter iphost 1 priority 0 vid 43 (vlan oam)

====>bisa juga tambah


vlan-filter iphost 1 priority 1 vid 653 (vlan mgt node b)
vlan-filter iphost 1 priority 2 vid 1209 (vlan service node b)

====> agar di interface gei_0/5/1 di ONT tidak perlu ditambah vlan tag

write ===> save configurasi

TELNET ke ONT
telnet 172.21.204.69

config
interface gei_0/5/1
switchport vlan 653,1206 tag ( note : tdk perlu ditulis bila seting di onu sdh ada)
exit

interface fei_0/2/1
switchport vlan 653,1206 tag (note : tag karena pakai lebih dari satu vlan)
exit
exit
copy ru st

Untuk F821 jika direboot dari OLT, ONT akan susah bangkit
coba masuk ke
interface gpon-onu_0/2/3:1
shut
no shut

untuk melihat layanan dipastikan jalan cek mac-address di OLT atau ONT
Sho mac vlan 653
sho mac vlan 1209
harus muncul dari arah bawah dan atas
kalau di OLT dari gei_0/6/1 dan dari gpon-onu_0/2/3:1
kalau di ONT dari gei_0/5/1 dan dari fei_0/2/1

selamat mencoba

You might also like