TICKET 1
Kondisi: R2 tidak bisa ping ke loopback R3
R3 belum dikonfigurasi
dan FRSW juga belum dikonfigurasi
R3(config)#inter
R3(config)#interface s0/0
R3(config-if)#no encapsulation frame-relay ietf
R3(config-if)#no encapsulation frame-relay ietf
R3(config-if)#enca
R3(config-if)#encapsulation fram
R3(config-if)#encapsulation frame-relay
R3(config-if)#
Router RIP v2
R3(config)# router rip
R3(config)# version 2
R3(config-rip)# network 10.10.10.0
R3(config-rip)# network 0.0.0.0
R3(config-rip)# no auto-summary
FRSW
FRSW(config)#frame-relay switching
FRSW(config)#interR
FRSW(config)#interface s0/1
FRSW(config-if)#en fr
FRSW(config-if)#fram
FRSW(config-if)#frame-relay intf-type dce
FRSW(config-if)#frame
FRSW(config-if)#frame-relay lmi-type cisco
FRSW(config-if)#frame
FRSW(config-if)#frame-relay route 102 inter
FRSW(config-if)#frame-relay route 102 interface s0/2 201
FRSW(config-if)#no shut
FRSW(config-if)#
RSW(config)#inter s0/2
FRSW(config-if)#en fr
FRSW(config-if)#fram
FRSW(config-if)#frame-relay lmi-t
FRSW(config-if)#frame-relay lmi-ty
FRSW(config-if)#frame-relay lmi-type cisco
FRSW(config-if)#frame-rel
FRSW(config-if)#frame-relay int
FRSW(config-if)#frame-relay intf-t
FRSW(config-if)#frame-relay intf-type dce
FRSW(config-if)#fram
FRSW(config-if)#frame-relay route 201 inter
FRSW(config-if)#frame-relay route 201 interface s0/1 102
FRSW(config-if)#no shut
FRSW(config-if)#
TICKET 4
Kondisi: R3 tidak bisa ping ke loopback R2
harusnya ada perubahan konfigurasi pada device berikut
R3
frame-relay map ip 10.10.10.3 332 broadcast
FRSW
interface serial 0/2
frame-relay route 132 interface Serial0/1 231
frame-relay route 333 interface Serial0/1 233
TICKET 8
Kondisi: R2 tidak bisa ping ke 10.10.10.1
ada permasalahan pada device berikut
Device FRSW:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type q933a
frame-relay route 333 interface Serial0/1 433
interface Serial0/1
no ip address
encapsulation frame-relay IETF
shutdown
clock rate 2000000
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 433 interface Serial0/0 333
Seharusnya konfigurasinya sebagai brikut
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 333 interface Serial0/1 433
interface Serial0/1
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 334 interface Serial0/0 433
Device R2:
frame-relay switching
!
interface Serial0/0
no ip address
encapsulation frame-relay IETF
shutdown
clock rate 2000000
frame-relay lmi-type ansi
frame-relay intf-type dce
!
interface Serial0/0.33 multipoint
ip address 12.12.12.2 255.255.255.0
frame-relay map ip 12.12.12.2 433 broadcast
frame-relay map ip 12.12.12.1 433
!
harusnya menjadi
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0.33 multipoint
ip address 12.12.12.2 255.255.255.0
frame-relay map ip 12.12.12.1 433 broadcast
!
Device R1:
interface Serial0/0
no ip address
encapsulation frame-relay
shutdown
clock rate 2000000
frame-relay lmi-type cisco
!
interface Serial0/0.10 multipoint
ip address 12.12.12.1 255.255.255.0
frame-relay map ip 12.12.12.2 333
frame-relay map ip 12.12.12.1 333
!
harusnya menjadi
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0.10 multipoint
ip address 12.12.12.1 255.255.255.0
frame-relay map ip 12.12.12.2 333 Broadcast
TICKET 9
TICKET 9
Kondisi: R2 Tidak Bisa ping ke 10.10.10.3
Perangkat : FRSW
Konfigurasi Awal
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay route 233 interface Serial0/1 322
frame-relay route 344 interface Serial0/2 544
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay route 322 interface Serial0/0 233
!
interface Serial0/2
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay route 544 interface Serial0/0 344
!
!
!
Konfigurasi Seharusnya adalah
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay lmi-type cisco
frame-relay route 233 interface Serial0/1 322
frame-relay route 544 interface Serial0/2 445
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay lmi-type cisco
frame-relay route 322 interface Serial0/0 233
!
interface Serial0/2
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay lmi-type cisco
frame-relay route 445 interface Serial0/0 544
!
Perangkat : R2
Konfigurasi Awal
interface Loopback0
ip address 10.10.10.2 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 12.12.12.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.1 322
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router rip
version 2
network 0.0.0.0
!
!
!
no ip http server
no ip http secure-server
konfigurasi Seharusnya
interface Loopback0
ip address 10.10.10.2 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 12.12.12.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.1 322 Broadcast
!
router rip
version 2
network 0.0.0.0
router eigrp
network 12.0.0.0
network 10.0.0.0
network 0.0.0.0
!
!
!
no ip http server
no ip http secure-server
Perangkat : R3
!
interface Loopback0
ip address 10.10.10.3 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 13.13.13.3 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 13.13.13.1 544
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router rip
network 0.0.0.0
Konfigurasi Seharusnya :
interface Loopback0
ip address 10.10.10.3 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 13.13.13.3 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 13.13.13.1 544 broadcast
!
router rip
network 0.0.0.0
router eigrp
network 10.0.0.0
network 13.0.0.0
no auto-summary
Perangkat: R1
konfigurasi awal:
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0.1 point-to-point
ip address 12.12.12.1 255.255.255.0
frame-relay interface-dlci 233
!
interface Serial0/0.2 point-to-point
ip address 13.13.13.1 255.255.255.0
frame-relay interface-dlci 544
Tidak ada komentar:
Posting Komentar