Anda di halaman 1dari 24

No.

exp : Nama:Murti Labib Muslim


Tanggal : Kelas : 3 TKJ B
Frame-Relay Soal Skenario
Instruktur : Bpk. Rudi H.
Mata Pelajaran : Diagnosa
WAN
Ibu Netty A.

1. Tujuan :

• Siswa dapat memahami tentang frame-relay

• Siswa dapat mengkonfigurasi frame-relay


• Siswa dapat membuat scenario topologi frame-relay dengan menggunakan
software simulasi

2. Pendahuluan

Frame Relay adalah protokol WAN yang beroperasi pada layer pertama
dan kedua dari model OSI, dan dapat diimplementasikan pada beberapa jenis
interface jaringan. Frame relay adalah teknologi komunikasi berkecepatan tinggi
yang telah digunakan pada ribuan jaringan di seluruh dunia untuk
menghubungkan LAN, SNA, Internet dan bahkan aplikasi suara/voice.

Frame relay adalah cara mengirimkan informasi melalui wide area


network (WAN) yang membagi informasi menjadi frame atau paket. Masing-
masing frame mempunyai alamat yang digunakan oleh jaringan untuk
menentukan tujuan. Frame-frame akan melewati switch dalam jaringan frame
relay dan dikirimkan melalui virtual circuit sampai tujuan.

Fitur Frame Relay

• Kecepatan tinggi
• Bandwidth Dinamik
• Performansi yang baik/ Good Performance
• Overhead yang rendah dan kehandalah tinggi (High Reliability)

1
Perangkat Frame Relay

Sebuah jaringan frame relay terdiri dari PC, server, atau komputer host, perangkat
akses frame relay (bridge, router, host, frame relay access device/FRAD) dan
perangkat jaringan (packet switch, router, multiplexer T1/E1).

Virtual Circuit (VC) Frame Relay

Suatu jaringan frame relay sering digambarkan sebagai awan frame relay
(frame relay cloud), karena jaringan frame relay network bukan terdiri dari satu
koneksi fisik antara endpoint dengan lainnya, melainkan jalur/path logika yang
telah didefinisikan dalam jaringan. Jalur ini didasarkan pada konsep virtual circuit
(VC). VC adalah dua-arah (two-way), jalur data yang didefinisikan secara
software antara dua port yang membentuk saluran khusur (private line) untuk
pertukaran informasi dalam jaringan.Terdapat dua tipe virtual circuit (VC):

Switched Virtual Circuit (SVC)

Switched Virtual Circuits (SVC), adalah koneksi sementara yang


digunakan ketika terjadi transfer data antar perangkat DTE melewati jaringan
Frame Relay. Terdapat empat status pada sebuah SVC:

• Call Setup: Dalam status awal memulai komunikasi, virtual circuit (vc)
antar dua perangkat DTE Frame Relay terbentuk.
• Data Transfer: Kemudian, data ditransfer antar perangkat DTE melalui
virtual circuit (vc).
• Idling: Pada kondisi idling, koneksi masih ada dan terbuka, tetapi transfer
data telah berhenti.

• Call Termination: Setelah koneksi idle untuk beberapa perioda waktu


tertentu, koneksi antar dua DTE akan diputus.

Permanent Virtual Circuit (PVC)

PVC adalah jalur/path tetap, oleh karena itu tidak dibentuk berdasarkan
permintaan atau berdasarkan call-by-call. Walaupun jalur aktual melalui jaringan
berdasarkan variasi waktu ke waktu (TDM) tetapi circuit dari awal ke tujuan tidak
akan berubah. PVC adalah koneksi permanen terus menerus seperti dedicated
point-to-point circuit.

1
Perbandingan PVC vs SVC

PVC lebih populer karena menyediakan alternatif yang lebih murah


dibandingkan leased line. Berbeda dengan SVC, PVC tidak pernah putus
(disconnect), oleh karena itu, tidak pernah terdapat status call setup dan
termination. Hanya terdapat 2 status :

• Data transfer
• Idling

Struktur Frame

Dalam sebuah frame Frame Relay, paket data user tidak berubah, Frame
Relay menambahkan header dua-byte pada paket. Struktur frame adalah sebagai
berikut:

• Flags - menandakan awal dan akhir sebuah frame


• Address - terdiri dari DCLI (data link connection identifier), Extended
Address (EA), C/R, dan Congestion control information
• DLCI Value - menunjukkan nilai dari data link connection identifier.
Terdiri dari 10 bit pertama dari Address field/alamat.
• Extended Address (EA) - menunjukkan panjang dari Address field, yang
panjangnya 2 bytes.
• C/R - Bit yang mengikuti byte DLCI dalam Address field. Bit C/R tidak
didefinisikan saat ini.
• Congestion Control - Tiga bit yang mengontrol mekanisme pemberitahuan
antrian (congestion) Frame Relay.
• Data - terdiri dari data ter-encapsulasi dari upper layer yang panjangnya
bervariasi.

1
• FCS - (Frame Check Sequence) terdiri dari informasi untuk meyakinkan
keutuhan frame.

3. Alat dan Bahan

1. OS (Windows 7).

2. Software simulasi (Cisco Packet Tracer 5.3)


3. Software Pengolah Kata.
4. Modul referensi.
5. Topologi Real Frame Relay

4. Langkah Kerja

• Siapkan alat dan bahan yang dibutuhkan.

• Buka aplikasi Cisco Packet Tracer 5.3.

• Susunlah masing - masing topologi seperti gambar di bawah ini :

1
• Buatlah topologi diatas menggunakan software simulasi Packet Tracer.

• Setelah itu, berikan konfigurasi IP Address dan juga DLCI Number pada
setiap Router. Untuk lebih jelasnya, dapat dilihat pada tabel dibawah ini :

Ke
No Int
Router-1 Router-2 Router-3 Router-4
DLCI : 112 DLCI : 113 DLCI : 114
1 Router-1 - IP Address : IP Address : IP Address : Se2/0
11.12.13.1/29 11.12.13.1/29 11.12.13.1/29
DLCI : 221 DLCI : 223 DLCI : 224
2 Router-2 IP Address : - IP Address : IP Address : Se2/0
Da 11.12.13.2/29 11.12.13.2/29 11.12.13.2/29
ri DLCI : 331 DLCI : 332 DLCI : 334
3 Router-3 IP Address : IP Address : - IP Address : Se2/0
11.12.13.3/29 11.12.13.3/29 11.12.13.3/29
DLCI : 441 DLCI : 442 DLCI : 443
4 Router-4 IP Address : IP Address : IP Address : - Se2/0
11.12.13.4/29 11.12.13.4/29 11.12.13.4/29

1. Konfigurasi Dedicated Router 1

• Konfigurasi Host Name


Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Router-1

• Konfigurasi IP Address
Router-1(config)#interface serial 2/0

Router-1(config-if)#ip address 11.12.13.1 255.255.255.248

Router-1(config-if)#clock rate 64000

1
• Konfigurasi Frame Relay
Router-1(config-if)#encapsulation frame-relay

Router-1(config-if)#frame-relay lmi-type cisco

Router-1(config-if)#frame-relay interface-dlci 112

Router-1(config-if)#frame-relay interface-dlci 113

Router-1(config-if)#frame-relay interface-dlci 114

Router-1(config-if)#frame-relay map ip 11.12.13.2 112

Router-1(config-if)#frame-relay map ip 11.12.13.3 113

Router-1(config-if)#frame-relay map ip 11.12.13.4 114

Router-1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0,


changed state to up

• Selesai.

2. Konfigurasi Dedicated Router 2

• Konfigurasi Host Name


Router>en

1
Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname Router-2

• Konfigurasi IP Address
Router-2(config)#interface serial 2/0

Router-2(config-if)#ip address 11.12.13.2 255.255.255.248

Router-2(config-if)#clock rate 64000

• Konfigurasi Frame Relay


Router-2(config-if)#encapsulation frame-relay

Router-2(config-if)#frame-relay lmi-type cisco

Router-2(config-if)#frame-relay interface-dlci 221

Router-2(config-if)#frame-relay interface-dlci 223

Router-2(config-if)#frame-relay interface-dlci 224

Router-2(config-if)#frame-relay map ip 11.12.13.1 221

Router-2(config-if)#frame-relay map ip 11.12.13.3 223

Router-2(config-if)#frame-relay map ip 11.12.13.4 224

Router-2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0,


changed state to up

• Selesai.

3. Konfigurasi Dedicated Router 3

• Konfigurasi Host Name


Router>en

1
Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname Router-3

• Konfigurasi IP Address
Router-3(config)#interface serial 2/0

Router-3(config-if)#ip address 11.12.13.3 255.255.255.248

Router-3(config-if)#clock rate 64000

• Konfigurasi Frame Relay


Router-3(config-if)#encapsulation frame-relay

Router-3(config-if)#frame-relay lmi-type cisco

Router-3(config-if)#frame-relay interface-dlci 331

Router-3(config-if)#frame-relay interface-dlci 332

Router-3(config-if)#frame-relay interface-dlci 334

Router-3(config-if)#frame-relay map ip 11.12.13.1 331

Router-3(config-if)#frame-relay map ip 11.12.13.2 332

Router-3(config-if)#frame-relay map ip 11.12.13.4 334

Router-3(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0,


changed state to up

• Selesai

4. Konfigurasi Dedicated Router 4

• Konfigurasi Host Name


Router>en

Router#conf t

1
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname Router-4

• Konfigurasi IP Address
Router-4(config)#interface serial 2/0

Router-4(config-if)#ip ad

Router-4(config-if)#ip address 11.12.13.4 255.255.255.248

Router-4(config-if)#clock rate 64000

• Konfigurasi Frame Relay


Router-4(config-if)#encapsulation frame-relay

Router-4(config-if)#frame-relay lmi-type cisco

Router-4(config-if)#frame-relay interface-dlci 441

Router-4(config-if)#frame-relay interface-dlci 442

Router-4(config-if)#frame-relay interface-dlci 443

Router-4(config-if)#frame-relay map ip 11.12.13.1 441

Router-4(config-if)#frame-relay map ip 11.12.13.2 442

Router-4(config-if)#frame-relay map ip 11.12.13.3 443

Router-4(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0,


changed state to up

• Selesai

1
5. Konfigurasi Cloud Frame Relay

• Pada Topologi, klik kiri satu kali pada gambar yang berbentuk
awan (Cloud Frame Relay). Setelah itu akan muncul gambar
seperti dibawah ini :

1
• Kemudian kita klik tab Config, maka akan muncul gambar
dibawah ini :

1
• Kemudian kita klik Serial0. Konfigurasikan sesuai gambar
dibawah ini :

• Apabila telah selesai dikonfigurasi, kita klik Serial1 untuk


konfigurasi selanjutnya. Konfigurasikan Serial1 sesuai gambar
dibawah ini :

1
1
• Apabila telah selesai dikonfigurasi, kita klik Serial2 untuk
konfigurasi selanjutnya. Konfigurasikan Serial2 sesuai gambar
dibawah ini :

1
• Apabila telah selesai dikonfigurasi, kita klik Serial3 untuk
konfigurasi selanjutnya. Konfigurasikan Serial3 sesuai gambar
dibawah ini :

1
1
• Apabila semua interface (Serial0 – Serial3) telah dikonfigurasi,
maka sekarang kita konfigurasikan Frame Relay nya. Caranya, klik
pada tab Frame Relay, kemudian konfigurasikan sesuai gambar
dibawah ini :

1
• Apabila telah selesai dikonfigurasi, maka sekarang kita coba untuk
melakukan uji koneksi. Namun sebelum melakukan uji koneksi,
kita ketikkan command “no shutdown” di CLI pada setiap
interface (Se2/0) yang terhubung dengan Cloud Frame Relay. Hal
ini dilakukan agar konfigurasi yang telah kita lakukan dapat
befungsi dengan baik.

• Selesai

5. Hasil Percobaan

A. Router-1

• Uji koneksi ke Router-2

Router-1#ping 11.12.13.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 47/66/94


ms

• Uji koneksi ke Router-3

Router-1#ping 11.12.13.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63


ms

1
• Uji koneksi ke Router-4

Router-1#ping 11.12.13.4

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.4, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63


ms

• Uji Maping Frame Relay

Router-1#show frame-relay map

Serial2/0 (up): ip 11.12.13.2 dlci 112, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.3 dlci 113, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.4 dlci 114, static, CISCO, status defined,


active

B. Router-2

• Uji koneksi ke Router-1

Router-2#ping 11.12.13.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 47/56/63


ms

• Uji koneksi ke Router-3

1
Router-2#ping 11.12.13.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63


ms

• Uji koneksi ke Router-4

Router-2#ping 11.12.13.4

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.4, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63


ms

• Uji Maping Frame Relay

Router-2#show frame-relay map

Serial2/0 (up): ip 11.12.13.1 dlci 221, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.3 dlci 223, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.4 dlci 224, static, CISCO, status defined,


active

C. Router-3

• Uji koneksi ke Router-1

Router-3#ping 11.12.13.1

Type escape sequence to abort.

1
Sending 5, 100-byte ICMP Echos to 11.12.13.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/65/78


ms

• Uji koneksi ke Router-2

Router-3#ping 11.12.13.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63


ms

• Uji koneksi ke Router-4

Router-3#ping 11.12.13.4

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.4, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 47/54/63


ms

• Uji Maping Frame Relay

Router-3#show frame-relay map

Serial2/0 (up): ip 11.12.13.1 dlci 331, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.2 dlci 332, static, CISCO, status defined,


active

1
Serial2/0 (up): ip 11.12.13.4 dlci 334, static, CISCO, status defined,
active

D. Router-4

• Uji koneksi ke Router-1

Router-4#ping 11.12.13.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 46/55/62


ms

• Uji koneksi ke Router-2

Router-4#ping 11.12.13.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63


ms

• Uji koneksi ke Router-3

Router-4#ping 11.12.13.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 11.12.13.3, timeout is 2 seconds:

!!!!!

1
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63
ms

• Uji Maping Frame Relay

Router-4#show frame-relay map

Serial2/0 (up): ip 11.12.13.1 dlci 441, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.2 dlci 442, static, CISCO, status defined,


active

Serial2/0 (up): ip 11.12.13.3 dlci 443, static, CISCO, status defined,


active

6. Kesimpulan

Setelah kelompok kami melakukan praktik, kami berkesimpulan


bahwa PPP berbeda dengan Frame Relay. PPP digunakan hanya untuk
koneksi one to one antarRouter saja sehingga hanya dapat menampung
traffic yang tidak terlalu sibuk atau besar. Berbeda dengan PPP, Frame Relay
merupakan teknologi WAN yang dapat melayani koneksi one to many
(broadcast) atau many to many sehingga Frame Relay dapat melayani traffic
yang lebih sibuk dan besar.

7. Daftar Pustaka

http://mudji.net/press/?p=126

http://id.wikipedia.org/wiki/Frame_relay/

http://www.sysneta.com/ppp-protocol/

http://astutid3akatel.blogspot.com/2009/01/tugas-twan.html

1
http://sigungloncat.wordpress.com/2010/07/05/ppp-authentication-pap-
dan-chap/

Anda mungkin juga menyukai