Monday, November 23, 2020

Create "Route Path - MPLS Tunnel - MPLS L2-VPN" CIENA 5160

Warning: It's just Personal Note !!!

Create Primary & Secondary Route Path: 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! RSVP PATH
!
JKT-CNA-5160> rsvp-te path create rsvp-path TO-CNA-JKT-PRI-NEW
JKT-CNA-5160*>rsvp-te path set rsvp-path TO-CNA-JKT-PRI-NEW index 1 ip 10.49.4.157
JKT-CNA-5160*>rsvp-te path set rsvp-path TO-CNA-JKT-PRI-NEW index 2 ip 10.49.3.149
JKT-CNA-5160*>rsvp-te path set rsvp-path TO-CNA-JKT-PRI-NEW index 3 ip 10.49.3.145
JKT-CNA-5160*>rsvp-te path set rsvp-path TO-CNA-JKT-PRI-NEW index 4 ip 10.49.1.17
JKT-CNA-5160*>rsvp-te path set rsvp-path TO-CNA-JKT-PRI-NEW index 5 ip 10.49.4.165

JKT-CNA-5160*>rsvp-te path create rsvp-path TO-CNA-JKT-SEC-NEW
JKT-CNA-5160*>rsvp-te path set rsvp-path TO-CNA-JKT-SEC-NEW index 1 ip 10.48.1.179 hop-type loose


Create MPLS Tunnel: 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! MPLS-TE/GMPLS-TP INGRESS/EGRESS TUNNELS
!
JKT-CNA-5160*>mpls tunnel create rsvp-ingress TUN-CNA-JKT-PRI-NEW dest-ip 10.48.1.179 setup-priority 7 explicit-tunnel-path TO-CNA-JKT-PRI-NEW

JKT-CNA-5160*>mpls tunnel create rsvp-ingress TUN-CNA-JKT-SEC-NEW dest-ip 10.48.1.179 setup-priority 7 explicit-tunnel-path TO-CNA-JKT-SEC-NEW backup-tunnel TUN-CNA-JKT-PRI-NEW


Create MPLS-L2VPN:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! L2-VPN STATIC and DYNAMIC PSEUDOWIREs
!
JKT-CNA-5160*>mpls l2-vpn create dynamic-vc VPLS-INET-21012004-JKT pw-id 21012004 peer 10.48.1.179 te-tunnel TUN-CNA-JKT-PRI-NEW mtu 9000 (If There's Existing MPLS L2-VPN Create Different dynamic-vc with Different Peer)
JKT-CNA-5160*>mpls l2-vpn set dynamic-vc VPLS-INET-21012004-JKT customer JKT-Customer (If There's Existing MPLS L2-VPN Create Different dynamic-vc but with Same customer)


Tag MPLS-L2VPN To Port :
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! NETWORK CONFIG:  vlan translation
!
JKT-CNA-5160*>port set port 7 acceptable-frame-type all
JKT-CNA-5160*>virtual-circuit ethernet set port 7 vlan-ethertype 9100 --> (For Making Port Become QinQ)


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! VIRTUAL-SWITCH CONFIG:
!
JKT-CNA-5160*>virtual-switch ethernet create vs VPLS-INET-21012004 mode vpls description INET ---> (QinQ)
JKT-CNA-5160*>virtual-switch ethernet create vs VPLS_INET-OAM_2004-21012004 mode vpls description INET-OAM-2004 ---> (Trunk)


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (If There's Existing VPLS, No Need Add New)
! VIRTUAL-SWITCH MPLS AC CONFIG:
!
JKT-CNA-5160*>virtual-switch ethernet add vs VPLS-INET-21012004 port 7 ---> (QinQ)
JKT-CNA-5160*>virtual-switch ethernet add vs VPLS-INET-21012004 port 7 vlan 2004 ingress-l2-transform pop egress-l2-transform push-8100.2004 ---> (Trunk)


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! VIRTUAL-SWITCH MPLS-VC ATTACHMENT:
!
JKT-CNA-5160*>virtual-switch ethernet attach mpls-vc VPLS-INET-21012004-JKT vs VPLS-INET-21012004-JKT


JKT-CNA-5160*>configuration save
JKT-CNA-5160>


Wednesday, October 14, 2020

Basic To Configure OLT NOKIA

Warning: It's just Personal Note !!!

1. To Reboot OLT Device:
leg:JKT-OLT-ALU-NOKIA:user>#admin equipment reboot-isam without-self-test

2. To Reboot ONT:
leg:JKT-OLT-ALU-NOKIA:user>#admin equipment ont interface 1/1/1/1/1 reboot with-active-image

3. Shut-No Shut Port di ONT:
leg:JKT-OLT-ALU-NOKIA:user>#configure interface port uni:1/1/1/1/1/1/1 no admin-up
leg:JKT-OLT-ALU-NOKIA:user>#configure interface port uni:1/1/1/1/1/1/1 admin-up

4. Change Speed Port di ONT:
leg:JKT-OLT-ALU-NOKIA:user>#configure ethernet ont 1/1/1/1/6/1/1 auto-detect 100baset-fd

5. Activate Simple Network Time Procotol (SNTP):
leg:JKT-OLT-ALU-NOKIA:user># configure system sntp server-ip-addr 10.23.40.252 enable

6. Delete ONT
leg:JKT-OLT-ALU-NOKIA:user>#configure equipment ont interface 1/1/1/2/2 admin-state down (ONT harus dishutdown dulu sebelum didelete)
leg:JKT-OLT-ALU-NOKIA:user>#configure equipment ont no interface 1/1/1/2/2

7. Save Config:
leg:JKT-OLT-ALU-NOKIA:user>#admin save (some version Auto Saving)

8. Exit From CLI:
leg:JKT-OLT-ALU-NOKIA:user>#logout

Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]

Saturday, August 22, 2020

GPON – BASIC COMMAND OLT NOKIA (isam-release : R5.6.02c)

Warning: It's just Personal Note !!!

1. "Show Run" All Config Per Screen (Untuk Melihat Layar selanjutnya tekan Tombol "Space")
leg:JKT-OLT-ALU-NOKIA:user>#info configure flat | more

2. To Check ONT Operational State:


3. "Show Run" Interface ONT:
leg:JKT-OLT-ALU-NOKIA:user>#info configure equipment ont interface 1/1/1/1/1
configure equipment ont
#------------------------------------------------------------------------------------------------------------
echo "equipment"
#------------------------------------------------------------------------------------------------------------
interface 1/1/1/1/1 sw-ver-pland disabled
desc1 "Customer Internet FTTx"
sernum HWTC:957E7080
subslocid WILDCARD
fec-up disable
sw-dnload-version disabled
log-auth-pwd plain:******
admin-state up
exit

4. To Check Interface Port UP or Down:
leg:JKT-OLT-ALU-NOKIA:user>#show interface port uni:1/1/1/1/1/1/1
=========================================================================
port table
=========================================================================
port |admin-status|opr-status
-------------------------------------------------+------------+--------------
uni:1/1/1/1/1/1/1 up up
-----------------------------------------------------------------------------
port count : 1
=========================================================================

5. To Check Interface Ethernet ONT (1Gbps or 100Mbps) and Status Ethernet:
leg:JKT-OLT-ALU-NOKIA:user>#show ethernet ont operational-data
=========================================================================
operational-data table
=========================================================================
uni-idx |config-indicator|link-status
-------------------+----------------+---------------------------------------------------------------------------------------
1/1/1/1/1/1/1 gige-fd up
-----------------------------------------------------------------------------------------------------------------------------
operational-data count : 1
=========================================================================
l

leg:JKT-OLT-ALU-NOKIA:user>#show ethernet ont operational-data detail
=========================================================================
operational-data table (detailed)
=========================================================================
-----------------------------------------------------------------------------------------------------------------------------
operational-data
-----------------------------------------------------------------------------------------------------------------------------
uni-idx : 1/1/1/1/1/1/1 config-indicator : gige-fd link-status : up
-------------------------------------------------------------------------------------------------------------------------

6. Check Interface and Serial Number (SN) ONT:


7. Check Optical ONT


8. Check SN ONT:


9. Check Regusted ONT With Serial Number:


10. Check Mac Address from ONT:


11. Check QOS in OLT:


12. Check Unregisted ONT:


13. To Check SFP Information:
leg:JKT-OLT-ALU-NOKIA:user>#show equipment transceiver-inventory nt:xfp:1
=========================================================================
transceiver-inventory table
=========================================================================
index |inventory-status |nokia-part-num |tx-wavelength |fiber-type |rssi-sfptype
------------------+------------------+--------------------------------------------------------------+----------------------
nt:xfp:1 no-error 3FE25773AA "850 nm" multi-mode 1000base_sx
-----------------------------------------------------------------------------------------------------------------------------
transceiver-inventory count : 1
=========================================================================

leg:JKT-OLT-ALU-NOKIA:user>#show equipment diagnostics sfp nt:xfp:1 detail
=========================================================================
sfp table (detailed)
=========================================================================
-----------------------------------------------------------------------------------------------------------------------------
sfp
-----------------------------------------------------------------------------------------------------------------------------
position : nt:xfp:1 diag-avail-status : no-error los : no-los tx-fault : no-tx-fault
tx-power : "-4.64 dBm" rx-power : "-4.54 dBm" tx-bias-current : "7.13 mA" supply-voltage : "3.38 VDC" temperature : "52.59 degrees Celsius" temperature-tca : normal-value
voltage-tca : normal-value
bias-current-tca : normal-value
tx-power-tca : normal-value
rx-power-tca : normal-value rssi-profile-id : 65535 rssi-state : disable

14. To Check Temperature:
leg:JKT-OLT-ALU-NOKIA:user>#show equipment temperature
=========================================================================
temperature table
=========================================================================
slot |sensor-id|act-temp |tca-low |tca-high |shut-low |shut-high
--------+---------+----------+----------+----------+----------+--------------------------------------------------------------------------------------------------------------------------------
nt 1 57 70 75 90 95
nt 2 80 80 85 100 105
nt 3 101 85 90 100 105
nt 4 97 95 100 100 110
nt 5 125 95 100 100 110
lt:1/1/1 1 83 80 85 100 105
lt:1/1/1 2 91 85 90 100 105
lt:1/1/1 3 100 90 95 100 105
lt:1/1/1 4 104 95 100 100 105
-----------------------------------------------------------------------------------------------------------------------------
temperature count : 9

15. To Check Software Version:
leg:JKT-OLT-ALU-NOKIA:user>#show software-mngt version etsi
=========================================================================
etsi table
=========================================================================
isam-release : R5.6.02c
=========================================================================

16. Uptime OLT

typ:OLT-Nokia-Alcatel:User>#show core1-uptime (Tidak semua Tipe OLT Nokia bisa)
System Up Time         : 231 days, 02:34:30.67 (hr:min:sec)


Atau dengan cara mengaktifkan terlebih dahulu SNTP-nya dan kemudian bisa dicek seperti contoh berikut:

Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]

Tuesday, July 14, 2020

Registering ONU pada OLT ZTE C320 dan Lewatkan Traffic Internet

Warning: It's just Personal Note !!!

1. Jika ONT sudah terinstall dan terkoneksi pada OLT, maka kita cek apakah sudah terdeteksi atau belum di OLT:
OLT_ZTE_320#show gpon onu uncfg
OnuIndex                 Sn                  State
---------------------------------------------------------------------
gpon-onu_1/1/1:1         ZTEGC0B8305A        unknown

Catatan:
Untuk ONT Huawei pun jika terdeteksi di OLT ZTE dapat diinstall di OLT ZTE 320. yang membedakan hanya Serial Number (SN) saja

2. Cek List ONU yang ada di OLT di Frame/Slot/Port 1/1/1:
OLT_ZTE_320#show run interface gpon-olt_1/1/1
Building configuration...
!
interface gpon-olt_1/1/1
  onu 1 type ZXHN-F660 sn ZTEGC0B82FE8
  onu 2 type ZXHN-F660 sn ZTEGC0B8300A
!
end

3. Karena baru ada 2 ONU terinstall maka kita tambahkan ONU ketiga di OLT 1/1/1:
OLT_ZTE_320#conf t
Enter configuration commands, one per line.  End with CTRL/Z.
OLT_ZTE_320(config)#interface gpon-olt_1/1/1
OLT_ZTE_320(config-if)#onu 3 type ZXHN-F660 sn ZTEGC0B8305A

Catatan:
Disini kita akan menambahkan Onu ke-3 dengan Type ONT ZXHN-F660, tapi jika kita ingin melabehi seperti "All" pun bisa

4. Kemudian Cek apakah ONU di OLT sudah Working atau belum:
OLT_ZTE_320#show gpon onu state
OnuIndex               Admin State  OMCC State   O7 State     Phase State
----------------------------------------------------------------------------
gpon-onu_1/1/1:1       enable       enable       operation     Dying-Gasp   
gpon-onu_1/1/1:2       enable       disable      unknown      LOS       
gpon-onu_1/1/1:3       enable       enable       unknown      working   

Penjelasan:
Dying-Gasp: Jika ONU down biasanya karena issue Listrik (ONT powernya mati)
LOS: Jika ONU down karena Fiber Optic Cut
Offline: Jika ONU down karena dimatikan semisal di-shutdown/disable
Working: ONU dalam posisi Online atau hidup

5. Membuat Vlan aktif, memberi label deskripsi:
OLT_ZTE_320#conf t
OLT_ZTE_320(config)#vlan 101
OLT_ZTE_320(config-vlan)name Customer_XXX

6. Membuat QOS Profile Bandwith, Tcont Untuk Uplink dan traffic untuk Gemport:
OLT_ZTE_320#conf t
Enter configuration commands, one per line.  End with CTRL/Z.
OLT_ZTE_320(config)#gpon
OLT_ZTE_320(config-gpon)#profile tcont UP-10M type 4 maximum 10240
OLT_ZTE_320(config-gpon)#profile traffic DOWN-10M type 4 maximum 10240

Catatan:
- Profile Tcont digunakan untuk QOS Bandwith Uplink
- Profile Gemport digunakan untuk QOS Bandwith Downlink

Cek Profile Tcont dan Traffic yang sudah dibuat:
OLT_ZTE_320#show gpon profile tcont
Name :default
 Type           FBW(kbps)   ABW(kbps)   MBW(kbps) 
 1              10000       0           0       
Name :UP-10M
 Type           FBW(kbps)   ABW(kbps)   MBW(kbps) 
 4              0           0           10240   

OLT_ZTE_320#show gpon profile traffic
Name  :default       
  SIR(kbps)           PIR(kbps)           CBS(kbytes)         PBS(kbytes)       
 10000000            10000000            default             default         
Name  :DOWN-10M       
  SIR(kbps)           PIR(kbps)           CBS(kbytes)         PBS(kbytes)       
 10240               10240               default             default         

7. Config Interface ONU untuk 1/1/1:3:
OLT_ZTE_320#conf t
Enter configuration commands, one per line.  End with CTRL/Z.
OLT_ZTE_320(config)#inter
OLT_ZTE_320(config)#interface gpon-onu_1/1/1:3
OLT_ZTE_320(config-if)#name SiteID
OLT_ZTE_320(config-if)#description Customer_XXX, Alamat Customer
OLT_ZTE_320(config-if)#tcont 1 Internet_Shared profile UP-10M
OLT_ZTE_320(config-if)#gemport 1 name Internet_Shared unicast tcont 1 dir both
OLT_ZTE_320(config-if)#gemport 1 traffic-limit upstream DOWN-10M downstream DOWN-10M
OLT_ZTE_320(config-if)#switchport mode hybrid vport 1
OLT_ZTE_320(config-if)#service-port 1 vport 1 user-vlan 101 vlan 101

Kemudian Cek Konfigrurasi yang sudah kita ketik, apakah sudah benar sesuai kemauan kita atau masih harus dikoreksi:
OLT_ZTE_320#show run interface gpon-onu_1/1/1:2
Building configuration...
!
interface gpon-onu_1/1/1:3
  name SiteID
  description Customer_XXX, Alamat Customer
  tcont 1 Internet_Shared profile UP-10M
  gemport 1 name Internet_Shared unicast tcont 1 dir both
  gemport 1 traffic-limit upstream DOWN-10M downstream DOWN-10M
  switchport mode hybrid vport 1
  service-port 1 vport 1 user-vlan 101 vlan 101
!
end

Catatan:
Kita bisa membuat multiple profile Tcont dan Gemport di Interface Gpon ONU (bisa banyak), misalkan tcont 1 dan tcont 2 atau gemport 1 dan gemport 2. Maksimal sampai 255 Tcont dan Gemport

Cek detail status ONU yang baru terpasang di OLT:
OLT_ZTE_320#show gpon onu detail-info gpon-onu_1/1/1:3
ONU interface:         gpon-onu_1/1/1:1
  Name:                SiteID
  Type:                ZXHN-F660 
  State:               ready
  Admin state:         enable
  Phase state:         working 
  Authentication mode: sn
  SN Bind:             enable with SN check
  Serial number:       ZTEGC0B8305A 
  Password:         
  Device ID:       
  Description:         Customer_XXX, Alamat Customer 
  Vport mode:          gemport
  DBA Mode:            Hybrid
  ONU Status:          enable
  OMCI BW Profile:     enable
  Line Profile:        N/A
  Service Profile:     N/A         
  Alarm Profile:       N/A
  Performance Profile: N/A
  ONU Distance:        388m 
 Online Duration:     0h 48m 31s 
  FEC:                 none
  1PPS+ToD:            disable
------------------------------------------
       Authpass Time          OfflineTime             Cause
   1   2020-05-03 11:36:46    2020-07-14 16:39:33     DyingGasp

8. Config PON ONU management untuk ONU 1/1/1:3
OLT_ZTE_320#conf t
Enter configuration commands, one per line.  End with CTRL/Z.
OLT_ZTE_320(config)#pon-on
OLT_ZTE_320(config)#pon-onu-mng gpo
OLT_ZTE_320(config)#pon-onu-mng gpon-onu_1/1/1:3
OLT_ZTE_320(gpon-onu-mng)#service Internet_Shared gemport 1 vlan 101
OLT_ZTE_320(gpon-onu-mng)#vlan port eth_0/1 mode tag vlan 101

Kemudian Cek Konfigrurasi yang sudah kita ketik, apakah sudah benar sesuai kemauan kita atau masih harus dikoreksi:
OLT_ZTE_320#show onu running config gpon-onu_1/1/1:3
pon-onu-mng gpon-onu_1/1/1:3
  service Internet_Shared gemport 1 vlan 101
  vlan port eth_0/1 mode tag vlan 101

9. Kemudian Set Vlan 101 di port Uplink OLT:
OLT_ZTE_320#conf t
Enter configuration commands, one per line.  End with CTRL/Z.
OLT_ZTE_320(config)#inter
OLT_ZTE_320(config)#interface gei_1/3/1
OLT_ZTE_320(config-if)#switchport vlan 101 tag

Kemudian Cek Konfigrurasi yang sudah kita ketik, apakah sudah benar sesuai kemauan kita atau masih harus dikoreksi:
OLT_ZTE_320#show run interface gei_1/3/1                                                                              Building configuration...
!
interface gei_1/3/1
  hybrid-attribute fiber
  no negotiation auto
  speed 1000
  duplex full
  flowcontrol disable
  description TO-UPLINK
  port-protect disable
  uplink-isolate disable
  switchport mode trunk
  switchport vlan 16,100,101 tag
end

10. Cek Vlan 101 apakah sudah diset ke arah Port Uplink (Gei) dan ONU 1/1/1:1
JKT-OLT-PASARAYA#show vlan 101
vlanid          :101
name            :Customer_XXX
description     :N/A
multicast-packet:flood-unknown
tpid:0x8100
port(untagged):
port(tagged):
  gpon-onu_1/1/1:1 
  gei_1/3/1 

11. Cek Port Eth di ONU untuk Eth_0/1 apakah Up atau Down, karena Vlan 101 ditag di Eth_0/1:
OLT-ZTE_C320#show gpon remote-onu interface eth gpon-onu_1/2/5:5
Interface:     eth_0/1
Speed status:  full-100
Operate status:enable
Admin status:  unlock
Arc:           0
Arc-interval   0
Expect-type:   0
Speed config:  auto
Eth-loop:      disable
Max-frame:     1632
Pause-time:    0
Wiring :       dce
BridgeOrIP:    either
PPPOE-filter:  disable
Power-control: disable

12. Kemudian Cek Mac Address di ONU, untuk mengetahui Client yang terkoneksi:
JKT-OLT-PASARAYA#show mac gpon onu gpon-onu_1/1/1:3
Total mac address : 14

Mac address      Vlan   Type      Port                         Vc
------------------------------------------------------------------------
000e.5e03.85a9   101    Dynamic   gpon-onu_1/1/1:1          vport 1

13. Cek Vlan 101 di OLT-nya apakah Mac Address nya mendeteksi perangkat ke arah ONU 1/1/1:3 dan Port Uplink Gei_1/31:
JKT-OLT-PASARAYA#show mac vlan 101
Total mac address : 34

Mac address      Vlan   Type      Port                         Vc
------------------------------------------------------------------------
0027.150b.6c75   101    Dynamic   gei_1/3/1
000e.5e03.85a9   101    Dynamic   gpon-onu_1/1/1:3          vport 1

14. Agar WIFI di ONT (di ONT ZTE dan Huawei sama) yang terpasang di Customer bisa mendapatkan Internet, maka harus diset "Route" :


15. Untuk Mengetahui apakah status Redaman Optic di ONU itu normal atau tidak, maka kita dapat mengeceknya. Toleransi Nilai Rx Optic-nya adalah -28 dbm, jika sudah -29 dbm keatas maka Optic nya harus diperbaiki:

Berikut jika Link Optic-nya down:
OLT-ZTE_C320#show pon power attenuation gpon-onu_1/1/1:3
           OLT                  ONU              Attenuation
--------------------------------------------------------------------------
 up      Rx :no signal         Tx:N/A               N/A         
 down    Tx :4.200(dbm)        Rx:N/A               N/A         

Berikut jika Link Optic-nya Up:
OLT-ZTE_C320#show pon power attenuation gpon-onu_1/1/1:3
           OLT                  ONU              Attenuation
--------------------------------------------------------------------------
 up      Rx :-20.850(dbm)      Tx:2.868(dbm)        23.718(dB) 
 down    Tx :4.230(dbm)        Rx:-18.210(dbm)      22.440(dB)   

Tambahan: Untuk melihat dan make sure konfigurasi di OLT ZTE 320, maka lihat saja dengan "Show Run"


Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]

Wednesday, June 17, 2020

Change MTU in CIENA 5160

Warning: It's just Personal Note !!!

Before / Existing Configuration:
JKT-CIENA-5160> configuration show
...
...
...
! L2-VPN STATIC and DYNAMIC PSEUDOWIREs
mpls l2-vpn create dynamic-vc Local-Loop-Customer-21011291 pw-id 21011291 peer 10.48.0.3 te-tunnel TUN-C-CBR-1-PRI mtu 2000
...
...
...
! VIRTUAL-SWITCH MPLS-VC ATTACHMENT:
virtual-switch ethernet attach mpls-vc Local-Loop-Customer-21011291 vs Local-Loop-Customer-21011291
...
...
...

Execute To Change MTU from 2000 to 9000
JKT-CIENA-5160> virtual-switch ethernet detach mpls-vc Local-Loop-Customer-21011291

JKT-CIENA-5160*> mpls l2-vpn delete vc Local-Loop-Customer-21011291

JKT-CIENA-5160*>mpls l2-vpn create dynamic-vc Local-Loop-Customer-21011291 pw-id 21011291 peer 10.48.0.3 te-tunnel TUN-C-CBR-1-PRI mtu 9000

JKT-CIENA-5160*>virtual-switch ethernet detach mpls-vc Local-Loop-Customer-21011291

JKT-CIENA-5160>configuration save

Tuesday, April 21, 2020

Setting Limit Bandwith Ciena 5160

Warning: It's just Personal Note !!!
Example Script to limit Bandwith Port 11 with 287Mbps, there are 5 steps :
CIENA-5160>traffic-services queuing egress-port set port 11 shaper-rate 287104 burst-size 10000
CIENA-5160>traffic-services queuing egress-port-queue-group set port 11 eir 287104
CIENA-5160>traffic-profiling set port 11 mode advanced
CIENA-5160>traffic-profiling standard-profile create port 11 profile 1 name tp-port-11 cir 287104 eir 0 cbs 10000 ebs 0
CIENA-5160>traffic-profiling enable port 11

Make sure configuration is right:
CIENA-5160>configuration show
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! EGRESS PORT CONFIG:
!
traffic-services queuing egress-port set port 11 shaper-rate 287104 burst-size 10000
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! EGRESS PORT QUEUE GROUP CONFIG:
!
traffic-services queuing egress-port-queue-group set port 11 eir 287104
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
...
...
...
! TRAFFIC PROFILING CONFIG:
!
traffic-profiling set meter-provisioning eir
!
traffic-profiling set port 11 mode advanced
!
traffic-profiling standard-profile create port 11 profile 1 name tp-port-11 cir 287104 eir 0 cbs 10000 ebs 0
!
traffic-profiling enable port 11
!
traffic-profiling enable


Check the port that we have given limitation on Port 11:


Tuesday, March 31, 2020

Lagu Yang Lagi Viral "Aisyah Istri Rasulullah"

Malam tadi, saya tak sengaja liat apa yang trending di Youtube ^_^. Entah kenapa saya sedikit tergerak untuk mengarahkan Kursor Mouse dan Klik "Trending" di Youtube dan kemudian menemukan yang No.1 Trending itu Lagu baru Sabyan - Aisyah. Pas denger lagunya, saya sangat suka liriknya karena menjelaskan keharmonisan Aisyah RA sebagai seorang Istri Rasulullah SAW.

Btw, kenapa ngeblog beginian? biasanya saya bahas ... kalo gak Networking/IT, yah bahas terkait artikel tentang Keislaman yang agak berat :D
Jujur saya bingung ngeblog apaan, karena kalau nulis IT dan terkait Agama yang bahasannya yang agak berat ... takutnya entar dibilang orang ahli atau ngerti, padahal orangnya cupuw :D

Back To Topic ... Aisyah Istri Rasulullah yang lagi viral ini, saya sangat suka liriknya dan banyak sekali Youtuber Indonesia yang meng-cover lagunya selain Sabyan. Termasuk seperti Aktor Pemeran utama Sinetron Fatih yaitu Syakir Daulay dan lain-lain.

Saya coba cari tahu, siapa yang pertama kali mempopulerkan lagu ini? Karena kalau dari liriknya kemungkinan besar berasal dari Malaysia tapi kenapa yang meng-Cover rata-rata Youtuber Indonesia???

Ternyata lagu "Aisyah Istri Rasulullah" ini awalnya dinyanyikan oleh Youtuber asal Malaysia "vitaminbie" dan IG-nya @mrbie_ pada tahun 2017. Dia hanya menggubah lirik lagu dari Band asal Malaysia juga yaitu @projectorbandofficial dengan judul lagu "Aisyah" yang bertema percintaan biasa pada umumnya.

Akun "vitaminbie" hanya menggubah liriknya saja tanpa memodif musiknya, dan katanya tujuan dia menyanyikan lagu ini agar Umat Islam lebih mengenal Aisyah RA sebagai Istri Rasulullah. Karena memang menurut saya, terkait sosok Istri Rasulullah Aisyah RA ini ,tidak sedikit yang menyelewengkan sejarahnya terutama kaum Syiah Rafidhah dan orang-orang Liberal yang memposisikan beliau dengan cenderung negatif.



Trus kenapa lagu ini bisa Viral di Indonesia Tahun 2020? Setelah saya coba browsing, ternyata lagu ini pernah dicover lagi oleh Youtuber asal Riau yaitu @muallimah1408 pada tahun 2019 dengan perubahan musik yang lebih akustik trus kemudian Viral di awal 2020 oleh akun Youtube "aiza official" yang awalnya saya kira merekalah penyanyi asli. Padahal Video itu hanya menggunakan lagu versi @muallimah1408 dan dibuat video versi mereka (sepertinya mereka produsen baju Muslim :D )
Nah setelah versi "aiza official" ini viral, maka banyaklah Youtuber Indonesia meng-Cover nya termasuk Sabyan.

Wednesday, February 26, 2020

How To Upgrade or Degrade Bandwith in OLT GPON Huawei MA5603T

Warning: It's just Personal Note !!!

When we need to Upgrade or Degrade Bandwith in Existing and Online connection using OLT GPON Huawei MA5603T, there are several steps that we can do:

Knowing all related to the ONT confugiration in OLT:

A. Check the configuration of existing ONT Port:
Huawei_MA5603T(config)#display current-configuration ont 0/0/6 13
[MA5600V800R016: 5910]
#
[gpon]
 interface gpon 0/0
 ont add 6 13 sn-auth "485754434517E66A" omci ont-lineprofile-id 3577 ont-srvprofile-id 2 desc "INTERNET - Customer-Corporate"
 ont port native-vlan 6 13 eth 1 vlan 3577 priority 0
 ont port native-vlan 6 13 eth 2 vlan 3577 priority 0
#
[bbs-config]
service-port 3577 vlan 3577 gpon 0/0/6 ont 13 gemport 0 multi-service user-vlan 3577 tag-transform translate inbound traffic-table index 30 outbound traffic-table index 30
#
return

B. Based on to A, we need to check content of configuration ont-lineprofile-id 3577, because it is containing dba-profile that can change limit of bandwith (But we need also to change inbound and outbound traffic-table index )
To know content of ont-lineprofile-id 3577 we can "show run" in global config with command "display configuration" 

Huawei_MA5603T#display configuration
...
... 
ont-lineprofile gpon profile-id 3577 profile-name "INTERNET - Customer-Corporate"
  tcont 1 dba-profile-id 30
  gem add 0 eth tcont 1
  gem mapping 0 0 vlan 3577
  commit
  quit
...
...

For example, we want to upgrade bandwith from 30Mbps to 100Mbps, we must make new dba-profile-id 100:
Huawei_MA5603T(config)#dba-profile add profile-id 100 profile-name "UP-100Mbps" type4 max 102400

Explanation about dba-profile configuration:
profile-id 100 : this must number
profile-name : this can contain: number, alphabet or special character
type4 : it's type of bandwith and similar with "bandwith sharing", smaller type is better quality. for type2 and type3 is assure and for type1 is fix or similar dedicated bandwith that spend pipe of bandwith (if we use too many type1 and then reach maximal of pipe, it can be full bandwith and we can not add again)
max 102400 : Maximal Bandwith, in Kbps

And then we enter to ont-lineprofile gpon profile-id to change dba-profile-id
Huawei_MA5603T#config
Huawei_MA5603T(config)#ont-lineprofile gpon profile-id 3577
{ |profile-name }:
  Command:
          ont-lineprofile gpon profile-id 3577 
Huawei_MA5603T(config-gpon-lineprofile-3577)#tcont 1 dba-profile-id 100
Huawei_MA5603T(config-gpon-lineprofile-3577)#commit

And then make traffic table ip index :
Huawei_MA5603T(config)#traffic table ip index 100 name "UP-100M" cir 102400 cbs 205000 pir 102400 pbs 205000 color-mode color-blind priority 0 priority-policy local-setting


And remove existing service-port and the add again to change traffic table ip index:
Huawei_MA5603T(config)#undo service-port 3577
Huawei_MA5603T(config)service-port 3577 vlan 3577 gpon 0/0/6 ont 13 gemport 0 multi-service user-vlan 3577 tag-transform translate inbound traffic-table index 100 outbound traffic-table index 100

To make sure the configuration is configured correctly, we must check again:
Huawei_MA5603T(config)##display current-configuration ont 0/0/6 13
[MA5600V800R016: 5910]
#
[gpon]
 interface gpon 0/0
 ont add 6 13 sn-auth "485754434517E66A" omci ont-lineprofile-id 3577 ont-srvprofile-id 2 desc "INTERNET - Customer-Corporate"
 ont port native-vlan 6 13 eth 1 vlan 3577 priority 0
 ont port native-vlan 6 13 eth 2 vlan 3577 priority 0
#
[bbs-config]
service-port 3577 vlan 3577 gpon 0/0/6 ont 13 gemport 0 multi-service user-vlan 3577 tag-transform translate inbound traffic-table index 100 outbound traffic-table index 100
#
return


Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]

Wednesday, January 22, 2020

List All Articles About GPON OLT Huawei - ZTE - Nokia in This Blog [Updated]

Warning: It's just Personal Note !!!

OLT GPON Huawei
1. Menambahkan ONT Baru di GPON OLT Huawei MA5603T
2. Menggunakan ONT Bekas untuk Digunakan Lagi dan Register di GPON OLT Huawei
3. Config New ONT di GPON Huawei MA5603T dan Setting IP OAM
4. Change Speed and Duplex Ethernet ONT on OLT GPON Huawei MA5603T
5. How To Upgrade or Degrade Bandwith in OLT GPON Huawei MA5603T
6. Create & Delete User Name In OLT HUAWEI-MA5608T

OLT GPON ZTE
1. 12 Text CLI Populer di OLT GPON ZTE
2. GPON OLT ZTE: Konfigurasi Jika ONT dipindahkan ke Port Baru di Splitter ODP FO
3. Delete Configuration ONU (ONT) in OLT ZTE C300
4. Change Speed and Duplex Ethernet ONT on OLT GPON ZTE C300
5. How To Remove Vlan and Service On Interface gpon-onu OLT ZTE C300
6. Registering ONU pada OLT ZTE C320 dan Lewatkan Traffic Internet
7. Konfigurasi Service IPTV di OLT ZTE C300
8. Mengenal Bagian Hardware OLT GPON ZTE C320
9. Menambahkan Card GTGO & SMXA/UPLINK di GPON OLT ZTE C320
10. Contoh Config OLT ZTE C300/320 di ONT Mode Port: Vlan_Translate, QinQ, Trunk & Access
11. Step By Step: Aktivasi PPPOE ONT Nokia di OLT ZTE Dengan Router Mikrotik
12. Config PPPOE Untuk ONU ZTE Di OLT ZTE Agar Bisa Diremote & Setting Otomatis
13. Config IP WAN Di-Bridge ke Port ONT (Nokia G-240W-L) Di OLT ZTE
14. Create & Menonaktifkan Username di OLT ZTE C300/320


OLT GPON Nokia
3. Config New ONT di OLT GPON NOKIA (isam-release : R5.6.02c) : Mode QinQ Transparent

Tulisan Umum Tentang FTTH