(Artikel ini diupdate pada bulan Desember 2020)
Pada artikel ini saya akan menjelaskan Tutorial cara melakukan konfigurasi pada DSLAM Huawei MA5600 menggunakan command-line interface.
Seri produk Huawei SmartAX MA5600 mencakup SmartAX MA5600 berkapasitas besar dan SmartAX MA5603 berkapasitas sedang. MA5600 adalah perangkat akses broadband IP berbasis Gigabit Ethernet. MA5600 memiliki kemampuan pemrosesan bandwidth yang kuat. Kemampuan dan fungsi dapat ini membantu membangun jaringan broadband secara optimal.
Spesifikasi DSLAM MA5600
- 10U,19' MASN ADSL2+ with DSLAM SHELF, with two managers and uplink card slot,14*line card slot,4*100/1000M uplink, AC or DC power input
- have 64 to 896 ports subscriber line interface with POTS splitter built-in achieved 10U height space-saving design
- Large Capacity and High Integration
- Powerful Multicast Services
- Smart Triple Play Solutions
- Superb Service Wholesale Solutions
- Abundant Ports, Guaranteed QoS
- Comprehensive User Management, Flexible Networking
- Carrier-Class Reliability, Strict Security, Superior Maintainability and Manageability
MA5600 mendukung 64-port layanan ADSL2 + dengan built-in splitter, yang memungkinkan layanan single subrack untuk memberikan layanan hingga 896 pelanggan. Kabinet MA5600, dapat memberikan layanan sampai 2.688 pelanggan. Bahkan dengan space yang sangat sedikit, operator masih dapat memberikan layanan kepada pelanggan dengan density yang padat. MA5600 juga mendukung 32-port layanan VDSL2 dengan built-in splitter dan 32-port SHDSL.bis.
MA5600 mendukung berbagai teknologi akses termasuk VDSL2, ADSL / ADSL2 / ADSL2 +, G.SHDSL, dan G.SHDSL.bis. Selain itu, MA5600 mendukung teknologi bonding G.SHDSL.bis dalam mode Annex L, dengan kecepatan transmisi maksimum 245 Kbit/s pada jarak 6,5 km.
PANDUAN KONFIGURASI
System Requirement :
- Service VLAN: 879.
- Modem VLAN :34.
- Trunk Port: lan 0/0.
- ADSL Port: 0/1/8.
MA5600(config)#show version
[]{(0)[/(0-4)]}:
MA5600 V100R011(MA5605) Version , RELEASE SOFTWARE
Copyright(C) 1998-2008 by Huawei Technologies Co., Ltd.
Program-base: 0x5000000(B), the length of the program is 5290045
No new program in flash, system will boot from B
BIOS Version is 112
MA5605 with 1 MPC850 (Rev 33.01) CPU running at 40Mhz
64 M bytes SDRAM
32 M bytes Flash Memory
512K bytes SRAM
MA5605 uptime is 1358 days, 6 hours, 39 minutes, 2 seconds
CREATE VLAN
Sebelum VLAN di create, pastikan VLAN blm ada dengan menggunakan perintah dibawah.
MA5600#configure terminal
MA5600(config)#show vlan 879
Failure: VLAN ID is not exist.
Create VLAN pada interface lan 0/0.
MA5600(config)#interface lan 0/0
MA5600(config-LAN-0/0)#vlan 879 common
Add VLAN successfully, VLANID = 879.
MA5600(config-LAN-0/0)#exit
Verifikasi apakah VLAN sudah dikonfigurasi dengan sesuai.
MA5600(config)#show vlan 879
Frame Id : 0
Vlan Id : 879
Vlan Index : 9
Unicast Use count : 0
Attribute : common
Sebelum membuat PVC baru, pastikan PVC belum di create di DSLAM.MA5600(config)#show pvc vlan 0/0 879
[]{1-4095}:
Failure: PVC not exist.
Konfigurasi PVC dengan menggunakan command dibawah.MA5600(config)#pvc lan 0/0 879 0 disable 1483b shdsl 0/1/8 1 34 on on 3 3
Add PVC successfully, CID = 6.
Penjelasan konfigurasi :
- Lan 0/0 = Trunk interface yang mengarah ke Metro-E atau GPON.
- 879 = Service VLAN.
- 0 = Priority.
- disable = Konfigurasi tidak menggunakan InnerVLAN.
- 1483b = Encapsulation yang digunakan untuk sinkronisasi dengan Modem.
- shdsl = Port type dapat menggunakan ADSL atau SHDSL.
- 0/1/8 = Shelf 0, Slot 1, Port 8.
- 1 = VPI = Konfigurasi VPI harus di sinkronisasikan dengan Modem.
- 34 = VCI = Konfigurasi VCI harus di sinkronisasikan dengan Modem.
- on = Receive Car Traffic Profile yang digunakan.
- on = Transmit Car Traffic Profile yang digunakan.
- 3 = rx-cttr : Receive traffic profile index.
- 3 = tx-cttr : Transmit traffic profile index.
Konfigurasi PVC untuk manajemen IP Modem agar modem dapat dimonitoring oleh aplikasi Cacti atau MRTG.
MA5600(config)#pvc lan 0/0 34 0 disable 1483b shdsl 0/1/8 0 33 on on 3 3
Add PVC successfully, CID = 7.
Verifikasi kembali VLAN dan PVC setelah di konfigurasi.MA5600(config)#show pvc vlan 0/0 879
[]{1-4095}:
(Interface: Frame/Slot/Vlan)
Source Sink Traffic
CID Type Interface VPI VCI Type Interface VPI VCI RX TX
----- ---- -------------- ---- ---- ---- -------------- ---- ---- ---- ----
6 LAN 0/0/879 -- -- SHDL 0/1/8 1 34 3 3
----------------------------------------------------------------------------
Record number: 1
MA5600(config)#show pvc port 0/1/8
(Interface: Frame/Slot/Vlan)
Source Sink Traffic
CID Type Interface VPI VCI Type Interface VPI VCI RX TX
----- ---- -------------- ---- ---- ---- -------------- ---- ---- ---- ----
7 LAN 0/0/34 -- -- SHDL 0/1/8 0 33 3 3
6 LAN 0/0/879 -- -- SHDL 0/1/8 1 34 3 3
----------------------------------------------------------------------------
Record number: 2
Output dari perintah diatas menunjukan bahwa VLAN 879 sudah selesai dikonfigurasi menggunakan port SHDSL 0/1/8 dengan VPI 1 VCI 34, dan VLAN 34 dengan menggunakan VPI 0 VCI 34.
PANDUAN TROUBLESHOOTING
MELIHAT MAC ADDRESS MODEM DAN CE
Jalankan perintah dibawah ini untuk melihat Mac Address CE dan Modem.
MA5600(config)#interface lan 0/0
MA5600(config-LAN-0/0)#show mac-table port 0/1/8
Index Cid Bind VlanId Port MacAddress
-------------------------------------------------
1 6 0 879 1/8 00-0c-42-b1-06-31
2 11 0 34 1/8 00-23-f8-ce-2c-bd
-------------------------------------------------
Total: 3
Management Modem VLAN 34 terdeteksi di DSLAMnya dengan mac-address 2c-bd, sekarang verifikasi mac-address di router PE.
PE-CISCO#sh ip arp vrf Management_Modem_VRF | i 2cbd
Internet 172.21.34.137 12 0023.f8ce.2cbd ARPA GigabitEthernet0/2.3400
PE-CISCO#pi vrf Management_Modem_VRF 172.21.34.137
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.21.34.137, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/11/12 ms
Modem dapat di ping melalui PE.
Customer mac-address dengan VLAN 879 terdeteksi juga dengan mac 06-31, sekarang verifikasi mac-addressnya di router PE.
PE-CISCO#sh ip arp vrf Customer_VRF | i 0631
Internet 192.168.57.142 0 000c.42b1.0631 ARPA GigabitEthernet0/3.879
PE-CISCO#pi vrf Customer_VRF 192.168.57.142
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.57.142, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/9/12 ms
CE customer dapat di ping melalui router PE. CREATE / MENGUBAH LINE-PROFILE
Jalankan perintah dibawah untuk memeriksa eksisting line-profile pelanggan.
MA5600(config)#interface shdsl 0/1
MA5600(config-SHDSL-0/1)#show line operation 8
Max attainable line (payload) rate(kbps):512
Actual line (payload) rate(kbps) :512
Current loop attenuation(dB) :3
Current SNR margin (dB) :16
Output diatas menunjukan bahwa pelanggan menggunakan line-profile 512 Kbps dengan Redaman = 3db, dan SNR = 16 db.
Jalankan perintah dibawah ini untuk memeriksa eksisting line-profile.
MA5600(config-SHDSL-0/1)#show shdsl line-profile all
------ ---------- ------ ------ --------- ------- ------- --------- ---------
profile profile max min transmis- remote probe PSD wire
index name rate rate sion mode enable enable interface
(Kbps) (Kbps)
------ ---------- ------ ------ --------- ------- ------- --------- ---------
1 Profile1 2048 192 Annex B Enable Disable Symmetric 2 wire
2 Profile2 512 192 Annex B Enable Disable Symmetric 2 wire
3 Line_512 768 192 Annex B Enable Disable Symmetric 2 wire
4 line_128 512 192 Annex B Enable Disable Symmetric 2 wire
5 profile_12 256 192 Annex B Enable Disable Symmetric 2 wire
6 line_192 192 192 Annex B Enable Disable Symmetric 2 wire
7 Profile7 256 256 Annex B Enable Disable Symmetric 2 wire
8 line_256 256 192 Annex B Enable Disable Symmetric 2 wire
10 multimedia 2048 192 Annex B Enable Disable Symmetric 2 wire
11 profile_38 384 192 Annex B Enable Disable Symmetric 2 wire
12 line_1024 1024 192 Annex B Enable Disable Symmetric 2 wire
-----------------------------------------------------------------------------
Total: 11
Jalankan perintah ini untuk membuat line-profile baru.
MA5600(config)#shdsl line-profile add 13
During input,press 'Q' to quit,then settings at this time are neglected.
SHDSL minimum line (payload) rate(192~2304,2312 kbps) [192]:
SHDSL maximum line (payload) rate(192~2304,2312 kbps) [768]:
Power Spectral Density mode(1--symmetric;2--asymmetric) [1]:
Transmission mode:
1: G.991.2 Annex A
2: G.991.2 Annex B
3: All(G.991.2 Annex A,G.991.2 Annex B)
Please select (1~3) [2]:
Remote enable(1--enabled;2--disabled)[1]:
Probe enable (1--disabled;2--enabled) [1]:
Will you config the target SNR margin?(y/n) [n]:
Please input the profile's name: Line_768
Add profile 13 successfully.
Attention: To effect the modification will disconnect the SHDSL port which use this profile for a few seconds!
Do you want to make it effect?(y/n) [y]:
It will take effect after SHDSL port deactive and active again manually!
Line-profile Line_768 telah dikonfigurasi, setelah itu verifikasi kembali dengan menggunakan perintah dibawah ini.
MA5600(config)#show shdsl line-profile all
------ ---------- ------ ------ --------- ------- ------- --------- ---------
profile profile max min transmis- remote probe PSD wire
index name rate rate sion mode enable enable interface
(Kbps) (Kbps)
------ ---------- ------ ------ --------- ------- ------- --------- ---------
1 Profile1 2048 192 Annex B Enable Disable Symmetric 2 wire
2 Profile2 512 192 Annex B Enable Disable Symmetric 2 wire
3 Line_512 768 192 Annex B Enable Disable Symmetric 2 wire
4 line_128 512 192 Annex B Enable Disable Symmetric 2 wire
5 profile_128 256 192 Annex B Enable Disable Symmetric 2 wire
6 line_192 192 192 Annex B Enable Disable Symmetric 2 wire
7 Profile7 256 256 Annex B Enable Disable Symmetric 2 wire
8 line_256 256 192 Annex B Enable Disable Symmetric 2 wire
10 multimedia 2048 192 Annex B Enable Disable Symmetric 2 wire
11 profile_384 384 192 Annex B Enable Disable Symmetric 2 wire
12 line_1024 1024 192 Annex B Enable Disable Symmetric 2 wire
13 line_768 768 192 Annex B Enable Disable Symmetric 2 wire
-----------------------------------------------------------------------------
Total: 12
Terlihat line-profile sudah terkonfigurasi, setelah itu pasangkan line-profile ke port modem pelanggan.
MA5600(config)#interface shdsl 0/1
MA5600(config-SHDSL-0/1)#deactivate 8
Deactive command send successfully.
2014/05/05 18:09:13 warn SHDSL: Port deactivated(0/1/8)
MA5600(config-SHDSL-0/1)#activate 8 lineProfileIndex 3
Active command send successfully.
2014/05/05 18:09:30 warn SHDSL: Port activating(0/1/8)
2014/05/05 18:09:51 warn SHDSL: Port activated(0/1/8)
MA5600(config-SHDSL-0/1)#show line operation 8
Max attainable line (payload) rate(kbps):768
Actual line (payload) rate(kbps) :768
Current loop attenuation(dB) :4
Current SNR margin (dB) :16
Output diatas menunjukan saat ini line-profile pelanggan sudah diubah dari 512 menjadi 768.PATCHING MULTICAST UNTUK DYNAMIC ROUTING
Multicast sangat dibutuhkan oleh pelanggan agar dynamic routing, sepert RIP, OSPF, dan EIGRP dapat berjalan di CE pelanggan.
Berikut adalah panduan bagaimana cara melakukan patching DSLAM agar support multicast.
Pertama adalah login dengan menggunakan admin privilege tertinggi.
Huawei MA5605 Multi-service Access Module.
Copyright(C) 1998-2006 by Huawei Technologies Co., Ltd.
Current time is Mon 15:57:33, 2009/05/11.
User name (20 chars): hwmusa
Password (20 chars): ******
Setelah itu check versi patching DSLAM command dibawah ini.
MA5600>enable
MA5600S#configure terminal
MA5600(config)#diagnose
MA5600(diag)%%show register felogic 0x8100 1
----------------------------------------- ----------------------
0x07008100 :E8406B0A
---------------------------------------------------------------
DSLAM Patch is E8406B0A.
Terlihat DSLAM masih menggunakan patching lama E8406B0A, setelah itu patching DSLAM ke versi baru E8406B0C dengan menggunakan perintah dibawah.MA5600(diag)%%register felogic 0x8100 0xE8406B0C 1
---------------------------------------------------------------
0x07008100 :E8406B0C
---------------------------------------------------------------
Setelah di patching seharusnya saat ini DSLAM sudah support multicast. PERIKSA LOGBUFFER
Periksa Log buffer dengan menggunakan perintah dibawah untuk melihat apakah modem stabil atau tidak.
MA5600(config)#show alarm history module shdsl 500
Date Time Level Description
---------- -------- ------ --------------------------------------------------
2014/05/05 18:09:51 warn SHDSL: Port activated(0/1/8)
2014/05/05 18:09:30 warn SHDSL: Port activating(0/1/8)
2014/05/05 18:09:13 warn SHDSL: Port deactivated(0/1/8)
2014/01/25 22:46:10 clear SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/25 22:45:41 warn SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/25 22:45:10 clear SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/25 22:44:38 warn SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/24 15:39:32 clear SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/24 15:39:04 warn SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/21 19:10:08 clear SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/21 18:24:44 warn SHDSL: Port auto deactivated for defect(0/1/8)
2014/01/13 00:12:24 clear SHDSL: Port auto deactivated for defect(0/1/8)
Semoga artikel ini bermanfaat ya. Jangan lupa cantumkan sumbernya jika teman teman ini menyalin artikel ini.
thanks gan....di tunggu versi gponnya
ReplyDelete