4 Langkah Mudah Config Tripleplay Di OLT Versi Baru

Embed Size (px)

DESCRIPTION

langkah untuk config ONT

Citation preview

4 langkah mudah config tripleplay di OLT versi 1.2.1 (new version)

=>Menggunakan ONT F620, F625 dan F660=>Syarat F620 dan F625 menggunakan V2.0.0P3T8H atau V2.0.0P3T7H (new version)

Data Logic:

PPPoE: vlan 10 // username password di tanam di OLT (using omci)

H248 : vlan 51 // semua voip config di tanam di OLT (using omci)

IPTV : vlan 110 dan 111

STEP 1: Buat rule untuk IPTV ( cukup 1 kali config di menu global gpon OLT)

ZXAN(GPON)#

======rule untuk IPTV====================

onu profile filter-rule zero-tag untag

onu profile filter-rule single-tag TagWith110 inner-prio 0 inner-vid 110

onu profile treat AddTag110 inner-prio insert 0 inner-vid insert 110

onu profile treat ChgTagTo111 remove-tag 1 inner-prio insert 0 inner-vid insert 111

onu profile treat AddTag111 inner-prio insert 0 inner-vid insert 111

onu profile treat trans =====> rule untuk f620 versi baru

======Rule End here=====================

STEP 2: Bikin profile untuk VOIP dengan nama H248 (cukup 1 kali config di menu global gpon OLT)=======voip profile=============

ZXAN(GPON)#

onu profile mgc h248 port 2944 host 2

onu profile mgc h248 server1 172.29.132.5 =====( sesuaikan dengan IP softswitch

onu profile mgc h248 server2 172.29.228.5 ===( sesuaikan dengan IP softswitch

onu profile mgc h248 user-tid prefix A postfix-len 1 postfix-start 0

onu profile mgc h248 rtp-tid prefix RTP/ postfix-len 1 postfix-start 0

onu profile mgc h248 digit-map long-timer 4000 short-timer 2000 start-timer 10000

====== voip end here=============

STEP 3: setting interface gpon onu

=====interface gpon-onu=============

tcont 1 profile UP-5M

tcont 2 profile UP-100M

tcont 3 profile UP-10M

gemport 1 name gemport1 unicast tcont 1 down down-5m

gemport 2 name gemport2 unicast tcont 2 down down-100m

gemport 3 name gemport3 unicast tcont 3 down down-10m

switchport mode hybrid vport 1

switchport vlan 51 tag vport 1

switchport mode hybrid vport 2

switchport vlan 110-111 tag vport 2

switchport mode hybrid vport 3

switchport vlan 10 tag vport 3

=====interface gpon-onu end here=================

STEP 4: Setting ONT service per port using OMCI di pon-onu-mng

=========pon-onu-mng=================

flow 2 switch switch_0/1

flow 3 switch switch_0/1

flow mode 1 tag-filter vid-filter untag-filter discard

flow mode 3 tag-filter vid-filter untag-filter discard

flow mode 255 tag-filter vid-filter untag-filter discard

flow 1 priority 0 vid 51

flow 3 priority 0 vid 10

flow 255 priority 0 vid 110

gemport 1 flow 1

gemport 2 flow 2

gemport 3 flow 3

vlan-filter-mode ethuni eth_0/1 tag-filter vid-filter untag-filter discard

vlan-filter-mode ethuni eth_0/4 tag-filter vid-filter untag-filter discard

vlan-filter ethuni eth_0/1 priority 0 vid 10

ex-vlan ethuni eth_0/2 input-tpid 0x8100 output-tpid 0x8100 down-mode inverse-upstream

ex-vlan-table ethuni eth_0/2 rule untag treat AddTag110 ex-vlan-table ethuni eth_0/2 rule TagWith110 treat trans (command ini jika menggunakan F620/F625 ex-vlan flow 2 input-tpid 0x8100 output-tpid 0x8100 down-mode inverse-upstream

ex-vlan-table flow 2 rule TagWith110 treat ChgTagTo111

voip protocol h248

mgc-service pots_0/1 profile h248

mgc-service pots_0/2 profile h248

switchport-bind switch_0/1 iphost 1

ip-host 2 ip 172.21.171.10 mask 255.255.255.0 gateway 172.21.171.1 pppoe 1 nat enable user [email protected] password 135ptn vlan-filter-mode iphost 1 tag-filter vid-filter untag-filter discard

vlan-filter-mode iphost 2 tag-filter vid-filter untag-filter discard

vlan-filter iphost 1 priority 0 vid 10

vlan-filter iphost 2 priority 0 vid 51

=========end here======================

Keterangan: PPPoE harus menggunakan ip-host 1dan H248 Menggunakan ip-host 2