Cisco Router - WAN Protocol (Frame Relay)

Frame Relay merupakan WAN protocol yang dimana informasinya dibagi-bagi ke dalam frame yang diberikan pengalamatan DLCI (Data Link Connection Idetifier) untuk kemudian dikirimkan. Sekarang ini teknologi frame relay sudah ditinggalkan dan digantikan dengan MPLS dan Metro-E.
Pada frame relay ada perangkat frame relay switch yang dimana setiap router dihubungkan kesini atau di router biasa dengan tipe yang sama juga bisa dijadikan frame relay switch. Pada frame relay multipoint terdapat permasalahan ip split horizon.
IP split horizon sebenarnya merupakan mekanisme untuk mencegah terjadinya routing loop yakni routing update yang dikirimkan tidak akan kembali ke router pengirimnya. Split horizon tidak menjadi isu bila dikonfigurasikan pada sebuah interface, tapi akan menjadi masalah jika dikonfigurasikan pada subinterface.
Frame relay multipoint semua ip dalam satu network yang sama sedang kan frame relay point to point masing-masing menggunakan alokasi ip yang berbeda.
Langsung saja kita buat topologi seperti gambar di bawah ini.
Untuk mensetting DLCI di cloud-PT bisa dilihat gambar dibawah




Selanjutnya adalah kita menkonfigurasi router
Console Router0
  1. Router>en
  2. Router#conf t
  3. Router(config)#hostname router0
  4. router0(config)#int loopback0
  5. router0(config-if)#ip address 1.1.1.1 255.255.255.255
  6. router0(config-if)#no shutdown
  7. router0(config-if)#int s0/0/0
  8. router0(config-if)#encapsulation frame-relay
  9. router0(config-if)#no shutdown
  10. router0(config-if)#int s0/0/0.123 multipoint
  11. router0(config-subif)#ip address 10.10.10.1 255.255.255.0
  12. router0(config-subif)#frame-relay map ip 10.10.10.2 102 broadcast
  13. router0(config-subif)#frame-relay map ip 10.10.10.3 103 broadcast
  14. router0(config-subif)#no ip split-horizon
  15. router0(config-subif)#exit
  16. router0(config)#router eigrp 10
  17. router0(config-router)#network 1.1.1.1
  18. router0(config-router)#network 10.10.10.0
  19. router0(config-router)#no auto-summary

Console Router1
  1. Router>en
  2. Router#conf t
  3. Router(config)#hostname router1
  4. router1(config)#int loopback0
  5. router1(config-if)#ip address 2.2.2.2 255.255.255.255
  6. router1(config-if)#no shutdown
  7. router1(config-if)#int s0/0/0
  8. router1(config-if)#ip address 10.10.10.2 255.255.255.0
  9. router1(config-if)#encapsulation frame-relay
  10. router1(config-if)#frame-relay map ip 10.10.10.1 201 broadcast
  11. router1(config-if)#frame-relay map ip 10.10.10.3 201
  12. router1(config-if)#no shutdown
  13. router1(config-if)#exit
  14. router1(config)#router eigrp 10
  15. router1(config-router)#network 2.2.2.2
  16. router1(config-router)#network 10.10.10.0
  17. router1(config-router)#no auto-summary

Console Router2
  1. Router>en
  2. Router#conf t
  3. Router(config)#hostname router2
  4. router2(config)#int loopback0
  5. router2(config-if)#ip address 3.3.3.3 255.255.255.255
  6. router2(config-if)#no shutdown
  7. router2(config-if)#int s0/0/0
  8. router2(config-if)#ip address 10.10.10.3 255.255.255.0
  9. router2(config-if)#encapsulation frame-relay
  10. router2(config-if)#frame-relay map ip 10.10.10.1 301 broadcast
  11. router2(config-if)#frame-relay map ip 10.10.10.2 301
  12. router2(config-if)#no shutdown
  13. router2(config-if)#exit
  14. router2(config)#router eigrp 10
  15. router2(config-router)#network 3.3.3.3
  16. router2(config-router)#network 10.10.10.0
  17. router2(config-router)#no auto-summary
setelah konfigurasi selesai untuk melihat status frame-relay bisa dengan perintah show frame-relay map dan untuk melihat apakah dynamic routing berjalan bisa dengan perintah show ip routedan test ping dari router0 ke router1 dan router2.
  1. router0#sh frame-relay map
  2. Serial0/0/0.123 (up): ip 10.10.10.2 dlci 102, static, broadcast, CISCO, status defined, active
  3. Serial0/0/0.123 (up): ip 10.10.10.3 dlci 103, static, broadcast, CISCO, status defined, active
  4. router0#sh ip route
  5. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
  6. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  7. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  8. E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
  9. i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  10. * - candidate default, U - per-user static route, o - ODR
  11. P - periodic downloaded static route
  12. Gateway of last resort is not set
  13. 1.0.0.0/32 is subnetted, 1 subnets
  14. C 1.1.1.1 is directly connected, Loopback0
  15. 2.0.0.0/32 is subnetted, 1 subnets
  16. D 2.2.2.2 [90/2297856] via 10.10.10.2, 00:00:47, Serial0/0/0.123
  17. 3.0.0.0/32 is subnetted, 1 subnets
  18. D 3.3.3.3 [90/2297856] via 10.10.10.3, 00:00:22, Serial0/0/0.123
  19. 10.0.0.0/24 is subnetted, 1 subnets
  20. C 10.10.10.0 is directly connected, Serial0/0/0.123

Sumber : http://www.ngonfig.com/configuration-164-cisco-router--wan-protocol-frame-relay.html

Tolong Laporkan Jika Ada Link Yang Error Atau Gambar Tidak Muncul :)
dan mohon untuk mengklik iklan banner untuk kelangsungan blog :)"
Sekalian juga untuk biaya sekolah admin nya. :) terimakasih :)
EmoticonEmoticon