Jumat, 04 Desember 2009

Frame Relay CISCO




















Semua Kabel serial yang terkoneksi ke Frame Relay Switching harus DCE

Konfigurasi pada router R1

hostname R1
!!! Konfigurasi Ethernet 0
interface e0
ip address 192.168.10.1 255.255.255.0
no shutdown
!!! Konfigurasi Serial 0
interface s0
no ip address
encapsulation frame-relay
no shutdown
int s0.204 point-to-point
ip address 10.10.10.1 255.255.255.252
frame-relay interface-dlci 204
int s0.205 point-to-point
ip address 10.10.10.5 255.255.25
frame-relay interface-dlci 205
!!! Konfigurasi Routing Protocol
router rip
version 2
network 192.168.10.0
network 10.10.10.0
network 10.10.20.4

Konfigurasi pada router R2

hostname R2
!!! Konfigurasi Ethernet 0
interface e0
ip address 192.168.20.1 255.255.255.0
no shutdown
!!! Konfigurasi Serial 0
interface s0
no ip address
encapsulation frame-relay
no shutdown
int s0.402 point-to-point
ip address 10.10.10.2 255.255.255.252
frame-relay interface-dlci 402
!!! Konfigurasi Routing Protocol
router rip
version 2
network 192.168.20.0
network 10.10.10.0


Konfigurasi pada router R3
hostname R3
!!! Konfigurasi Ethernet 0
interface e0
ip address 192.168.30.1 255.255.255.0
no shutdown
!!! Konfigurasi Serial 0
interface s0
no ip address
encapsulation frame-relay
no shutdown
int s0.502 point-to-point
ip address 10.10.10.6 255.255.255.252
frame-relay interface-dlci 502
!!! Konfigurasi Routing Protocol
router rip
version 2
network 192.168.30.0
network 10.10.10.4

Frame Relay Switching

hostname frswitching
frame-relay switching
!!! Konfigure serial 0
interface s0
no ip address
encapsulation frame-relay
clock rate 56000
frame-relay intf-type dce
!!! Petakan (membuat virtual circuit) dari s0 ke s1
frame-relay route 204 interface serial 1 402
frame-relay route 205 interface serial 2 502
no shutdown
!!! Konfigurasi serial 1
interface s1
no ip address
encapsulation frame-relay
clock rate 56000
frame-relay intf type dce
!!! Petakan (membuat virtual circuit) dari s1 ke s0
frame-relay route 402 interface serial 0 204
no shutdown
!!! Konfigurasi serial 2
interface s2
no ip address
encapsulation frame-relay
clock rate 56000
frame-relay intf-type dce
!!! Petakan (membuat virtual circuit) dari s2 ke s0
frame-relay route 502 interface serial 0 205
no shutdown

Verify dan Troubleshouting

show frame pvc
show frame map
show interface s[0/1]
show frame route