Home > BOOTCAMP, FRAMRELAY > HARI 1 LAB1 – 12 : FRAME RELAY

HARI 1 LAB1 – 12 : FRAME RELAY

Lab hari pertama : berisi variasi skenario teknologi Frame-relay dalam dua belas variasi lab.

LAB 1 INVERSE ARP

Skenario :

mapping dynamic di kedua Router dan menggunakan main interface

 

 

Note :

frame-relay switchingdi global config FRS

active = mapping OK

Deleted = masalah di device lawan

inactive = masalah di device lokal

  • R1

R1#sh run int s0/0
Building configuration…

Current configuration : 111 bytes
!
interface Serial0/0
ip address 12.12.12.1 255.255.255.0
encapsulation frame-relay
clock rate 2000000
end

R1#ping 12.12.12.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/104/164 ms
R1#sh frame-relay map Serial0/0 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), dynamic, broadcast,
CISCO, status defined, active

  • R2

R2#sh run int s0/0
Building configuration…

Current configuration : 111 bytes
!
interface Serial0/0
ip address 12.12.12.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
end

R2#sh fram
R2#sh frame-relay map
Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), dyna
broadcast,
CISCO, status defined, active
R2#ping 12.12.12.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.1, timeout is
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max
R2#

  • FRSW

FR#sh run int s0/0
Building configuration…

Current configuration : 191 bytes
!!! ke R1
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 103 interface Serial0/2 301
end

FR#sh run int s0/1
Building configuration…

Current configuration : 191 bytes
!

!! ke R2
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 201 interface Serial0/0 102
end

FR#sh run | i frame-relay switching
frame-relay switching
FR#

done

yakusa!

===============

Lab 2 : Frame-relay mapping static

Skenario : kedua router memakai Mapping DLCI static dan menggunakan main interface

Note :
Pada hasil show frame-relay map , terlihat mapping DLCI-nya menjadi static ( default-nya dynamic)

konfig FRSW dan topologi sama dengan Lab1

R1
Current configuration : 156 bytes

!
interface Serial0/0
ip address 12.12.12.1 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.2 102 broadcast
end

R1#sh frame-relay map
Serial0/0 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), static,
broadcast,
CISCO, status defined, active

R2


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 201 broadcast
end
R2(config-if)#do sh frame-relay map
Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), static,
broadcast,
CISCO, status defined, active

=============================

LAB 3 : FrameRelay –  MULTIPOINT SUBINTERFACE – INVERSE ARP

Untuk Multipoint subinterface, bisa juga diberlakukan mapping dlci secara static dan dynamic.

Scenario :

Lab Frame-Relay dengan memakai Subinterface Multipoint di kedua router dengan mapping DLCI dynamic.

Note :

Untuk mapping static, digunakan  command : Frame-relay map dst…

Untuk mapping dynamic dengan command : frame-relay Interface-dlci dst..dst..

  • R1

R1(config-subif)#do ping 12.12.12.2

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 144/154/176 ms

R1(config-subif)#do sh run int s0/0

Building configuration…

Current configuration : 89 bytes

!

interface Serial0/0

 no ip address

 encapsulation frame-relay

 clock rate 2000000

end

R1(config-subif)#do sh run int s0/0.1

Building configuration…

Current configuration : 109 bytes

!

interface Serial0/0.1 multipoint

 ip address 12.12.12.1 255.255.255.0

 frame-relay interface-dlci 102

end

R1(config-subif)#do sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), dynamic,

              broadcast,

              CISCO, status defined, active

R1(config-subif)#do sh frame-relay pvc

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

              Active     Inactive      Deleted       Static

  Local          1            0            0            0

  Switched       0            0            0            0

  Unused         0            0            0            0

DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.1

 ….

R2

!

interface Serial0/0

 no ip address

 encapsulation frame-relay

 clock rate 2000000

end

R2#sh run int s0/0.1

Building configuration…

Current configuration : 109 bytes

!

interface Serial0/0.1 multipoint

 ip address 12.12.12.2 255.255.255.0

 frame-relay interface-dlci 201

end

R2#

R2#sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), dynamic,

              broadcast,

              CISCO, status defined, active

R2#sh frame-relay pvc

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

              Active     Inactive      Deleted       Static

  Local          1            0            0            0

  Switched       0            0            0            0

  Unused         0            0            0            0

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.1

 ….

=====================================

Lab 4 FrameRelay MULTIPOINT SUBINTERFACE – STATIC Mapping

skenario :

Frame-relay menggunakan Subinterface Multipoint (default) dan Mapping static

Note :

default tipe subinterface adalah multipoint

R1

R1(config-subif)#do sh run int s0/0.1

Building configuration…

Current configuration : 122 bytes

!

interface Serial0/0.1 multipoint

ip address 12.12.12.1 255.255.255.0

frame-relay map ip 12.12.12.2 102 broadcast

end

R1(config-subif)#do ping 12.12.12.2

Type escape sequence to abort.

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

!!!!!

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

R1(config-subif)#do sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), static,

broadcast,

CISCO, status defined, active

R1(config-subif)#do sh frame-rela

R1(config-subif)#do sh frame-relay

R1(config-subif)#do sh frame-relay pvc

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

Active     Inactive      Deleted       Static

Local          1            0            0            0

Switched       0            0            0            0

Unused         0            0            0            0

DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.1

[OK]

R1(config-subif)#do show frame-relay map

Serial0/0.1 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), static,

broadcast,

CISCO, status defined, active

R2

Current configuration : 122 bytes

!

interface Serial0/0.1 multipoint

ip address 12.12.12.2 255.255.255.0

frame-relay map ip 12.12.12.1 201 broadcast

end

R2(config-subif)#do sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), static, broadcast,

CISCO, status defined, active

============================

Lab 5 FR Multipoint Subinterface – STATIC  MAPPING – INVERSE ARP

Skenario :

router 1 menggunakan static Mapping sedangkan Router R2 menggunakan Inverse ARP

!

interface Serial0/0.1 multipoint

ip address 12.12.12.1 255.255.255.0

frame-relay map ip 12.12.12.2 102 broadcast

end

R1(config-subif)#do sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), static,

broadcast,

CISCO, status defined, active

R1(config-subif)#do ping 12.12.12.2

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 104/157/220 ms

R1(config-subif)#

 

interface Serial0/0.1 multipoint

 ip address 12.12.12.2 255.255.255.0

 frame-relay interface-dlci 201

end

 

R2

R2#ping 12.12.12.1

 

Type escape sequence to abort.

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

!!!!!

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

R2#sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), dynamic,

              broadcast,, status defined, active

=====================================

 

LAB 6 FR Point-to-point SUBINTERFACE

NOTE : untuk FR POINT TO pOINT tidak bisa menggunakan static map DLCI

R1(config-subif)#frame-relay map ip 12.12.12.2 102

 Only frame-relay interface-dlci command should beused on point-to-point interfaces not frame-relay map

R1(config-subif)#

Current configuration : 116 bytes

!

interface Serial0/0.2 point-to-point

ip address 12.12.12.1 255.255.255.0

frame-relay interface-dlci 102

end

R1(config-fr-dlci)#do sh frame-relay map

Serial0/0.2 (up): point-to-point dlci, dlci 102(0×66,0×1860), broadcast

status defined, active

R1(config-fr-dlci)#do ping 12.12.12.2

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 112/144/188 ms

R1(config-fr-dlci)#

R2

R2#sh run int s0/0.2

Building configuration…

Current configuration : 116 bytes

!

interface Serial0/0.2 point-to-point

ip address 12.12.12.2 255.255.255.0

frame-relay interface-dlci 201

end

R2#sh frame-relay map

Serial0/0.2 (up): point-to-point dlci, dlci 201(0xC9,0×3090), broadcast

status defined, active

R2#ping 12.12.12.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 8/115/212 ms

R2#

==========

LAB 7 FR Point-to-point Subinterface + Main Interface : inverse ARP

Skenario :

R1 menggunakan Sub Interface Point-to-Point  dynamic Mapping , sedangkan R2 menggunakan  Main Interface juga dengan dynamic mapping ( inverse ARP)

Note :

Pada R1 tidak diperlukan mapping L3 IP ke L2 DLCI ( point-to-point)

!

interface Serial0/0.2 point-to-point

ip address 12.12.12.1 255.255.255.0

frame-relay interface-dlci 102

end

R1(config-fr-dlci)#do ping 12.12.12.2

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 100/130/172 ms

R1(config-fr-dlci)#do sh frame-relay map

Serial0/0.2 (up): point-to-point dlci, dlci 102(0×66,0×1860), broadcast

status defined, active

R1(config-fr-dlci)#

R2

R2#ping 12.12.12.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 104/150/192 ms

R2#sh frame-relay map

Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), dynamic,

broadcast,

CISCO, status defined, active

R2#sh run int s0/0

Building configuration…

Current configuration : 111 bytes

!

interface Serial0/0

ip address 12.12.12.2 255.255.255.0

encapsulation frame-relay

clock rate 2000000

end

R2#

=======================

LAB 8 FR Point to point Subinterface + Main Interface Static mapping

Skenario :

R1 tetap menggunakan point to point sub interface yang tidak memerlukan mapping, sedangkan R2 menggunakan static mapping di main interface

Note :

Pada show Frame-relay Map terlihat pada R1 bertipe point to point dan pada R2 tipe-nya static.

R2(config-if)#do ping 12.12.12.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 92/155/200 ms

R2(config-if)#do sh run int s0/0

Building configuration…

Current configuration : 156 bytes

!

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 201 broadcast

end

R2(config-if)#do sh frame-relay map

Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), static,

broadcast,

CISCO, status defined, active

!

interface Serial0/0.2 point-to-point

ip address 12.12.12.1 255.255.255.0

frame-relay interface-dlci 102

end

R1(config-fr-dlci)#do ping 12.12.12.2

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 100/130/172 ms

R1(config-fr-dlci)#do sh frame-relay map

Serial0/0.2 (up): point-to-point dlci, dlci 102(0×66,0×1860), broadcast

status defined, active

R1(config-fr-dlci)#

==================

Lab 9 FR Main interface static mapping | Mulipoint Subinterface Static mapping

 

Skenario :

Pada R1 menggunakan Main Interface dengan Mapping static, dan pada R2 menggunakan Subinterface Multipoint static mapping.

Note :

Subinterface pada R2 bertipe multipoint, sehingga bisa memakai mapping static.

Current configuration : 79 bytes

!

interface Serial0/0.2 point-to-point

frame-relay interface-dlci 102

end

R1(config-subif)#no frame-relay interface-dlci 102

R1(config-subif)#int s0/0.1

R1(config-subif)#frame-r

R1(config-subif)#frame-relay map ip 12.12.12.2 102 broad

R1(config-subif)#do sh frame-relay map

Serial0/0.1 (up): ip 12.12.12.2 dlci 102(0×66,0×1860), static,

broadcast,

CISCO, status defined, active

R1(config-subif)#

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 201 broadcast

end

R2(config-if)#do sh frame-relay map

Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0×3090), static,

broadcast,

CISCO, status defined, active

R2(config-if)#do ping 12.12.12.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 104/134/168 ms

=============================

LAB 10: FRAME RELAY BRIDGING

R1

Bridge irb

Bridge 1 protocol ieee

Bridge 1 route ip

Int fa1/0

Bridge-group 1

Int s0/0

Bridge-group 1

Frame-relay map bridge 102 broadcast

Exit

Int bv1

Ip add 12.12.12.11 255.255.255.0

R2:

Bridge irb

Bridge 1 protocol ieee

Bridge 1 route ip

Int fa1/0

Bridge group 1

Int s0/0

Bridge-group 1

Frame-relay map bridge 201 broadcast

Exit

Int bv1

Ip add 12.12.12.12 255.255.255.0

FRSW:

Frame-relay switching

Int s0/0

En frame

Frame-relay intf-type dce

Frame-relay intf-type cisco

Frame-relay route 102 int s0/1 201

Exit

Int s0/1

En frame

Frame-relay intf-type dce

Frame-relay intf-type cisco

Frame-relay route 102 int s0/1 102

Exit

Cek maping:

R1 dan R2 : show frame-relay map

LAB 11: FRAME RELAY END TO END KEEPALIVE

Skenario : backup interface pada Frame relay

R1:

interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
end

R1#sh run int s0/0.1
Building configuration…

Current configuration : 158 bytes
!
interface Serial0/0.1 point-to-point
backup interface Serial0/1
ip address 12.12.12.1 255.255.255.0
frame-relay interface-dlci 102
class FREEK
end

R1#sh run | s eigrp
router eigrp 1
network 0.0.0.0
auto-summary

class FREEK
map-class frame-relay FREEK
frame-relay end-to-end keepalive mode bidirectional

Verifikasi sebelum shutdown interface FR R2

R1#show frame-relay end-to-end keepalive

End-to-end Keepalive Statistics for Interface Serial0/0 (Frame Relay DTE)

DLCI = 102, DLCI USAGE = LOCAL, VC STATUS = ACTIVE (EEK UP)

SEND SIDE STATISTICS

Send Sequence Number: 9, Receive Sequence Number: 10
Configured Event Window: 3, Configured Error Threshold: 2
Total Observed Events: 12, Total Observed Errors: 0
Monitored Events: 3, Monitored Errors: 0
Successive Successes: 3, End-to-end VC Status: UP

RECEIVE SIDE STATISTICS

Send Sequence Number: 9, Receive Sequence Number: 8
Configured Event Window: 3, Configured Error Threshold: 2
Total Observed Events: 11, Total Observed Errors: 0
Monitored Events: 3, Monitored Errors: 0
Successive Successes: 3, End-to-end VC Status: UP

R1#sh ip ei nei
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 12.12.12.2 Se0/0.1 10 00:03:51 251 1506 0 15

R2

R2#sh run | s FREEK
class FREEK
map-class frame-relay FREEK
frame-relay end-to-end keepalive mode bidirectional
R2#sh run int s0/0
Building configuration…

Current configuration : 117 bytes
!
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
no frame-relay inverse-arp
end

R2#sh run int s0/0.1
Building configuration…

Current configuration : 130 bytes
!
interface Serial0/0.1 point-to-point
ip address 12.12.12.2 255.255.255.0
frame-relay interface-dlci 201
class FREEK
end

Verifikasi :

Shutdown s0/0 pada R2

R2(config-if)#
*Mar 1 00:24:29.763: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 12.12.12.1 (Serial0/0.1) is down: interface down
R2(config-if)#
*Mar 1 00:24:31.743: %LINK-5-CHANGED: Interface Serial0/0, changed state to administratively down
*Mar 1 00:24:32.743: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down

Setelah beberapa saat Neighbor pada R1 akan berpindah ke interface s0/1

*Mar 1 00:24:41.919: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 12.12.12.2 (Serial0/0.1) is down: holding time expired
R1#
*Mar 1 00:24:55.071: %FR_EEK-5-FAILED: Interface Serial0/0.1 – DLCI 102
R1#
*Mar 1 00:24:58.023: %LINK-3-UPDOWN: Interface Serial0/1, changed state to up
R1#
*Mar 1 00:24:59.027: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up
R1#sh ip ei nei
IP-EIGRP neighbors for process 1
R1#
*Mar 1 00:25:12.067: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 21.21.21.2 (Serial0/1) is up: new adjacency
R1#sh ip ei nei
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 21.21.21.2 Se0/1 14 00:00:04 146 876 0 18

Verifikasi status saat S0/0 R2 shutdown : 

R1#
*Mar 1 00:32:44.027: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to upshow frame-relay end-to-end keepalive
R1#show frame-relay end-to-end keepalive

End-to-end Keepalive Statistics for Interface Serial0/0 (Frame Relay DTE)

DLCI = 102, DLCI USAGE = LOCAL, VC STATUS = ACTIVE (EEK DOWN)

SEND SIDE STATISTICS

Send Sequence Number: 3, Receive Sequence Number: 2
Configured Event Window: 3, Configured Error Threshold: 2
Total Observed Events: 5, Total Observed Errors: 1
Monitored Events: 3, Monitored Errors: 1
Successive Successes: 0, End-to-end VC Status: UP

RECEIVE SIDE STATISTICS

Send Sequence Number: 1, Receive Sequence Number: 255
Configured Event Window: 3, Configured Error Threshold: 2
Total Observed Events: 5, Total Observed Errors: 2
Monitored Events: 3, Monitored Errors: 2
Successive Successes: 0, End-to-end VC Status: DOWN

Failures Since Started: 1, Last Failure: 00:00:05
R1#
*Mar 1 00:33:00.715: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 21.21.21.2 (Serial0/1) is up: new adjacency

LAB 12: FRAME RELAY – MULTILINK – PPP

FRSW:

Int s0/0

Encap frame-relay

Clock-rate frame-relay

Frame-relay lmi-type cisco

Frame-relay intf-type dce

Frame-relay route 103 interface s0/2 301

Int s0/1

Encap frame-relay

Clock-rate frame-relay

Frame-relay lmi-type cisco

Frame-relay intf-type dce

Frame-relay route 204 interface s0/2 402

Int s0/2

Encap frame-relay

Clock-rate frame-relay

Frame-relay lmi-type cisco

Frame-relay intf-type dce

Frame-relay route 301 interface s0/2 103

Int s0/3

Encap frame-relay

Clock-rate frame-relay

Frame-relay lmi-type cisco

Frame-relay intf-type dce

Frame-relay route 402 interface s0/2 204

R1:

Int s0/0

Encap frame-relay

Frame-relay interface-dlci 103 ppp Virtual-Template1

Int s0/1

Encap frame-relay

Frame-relay interface-dlci 204 ppp Virtual-Template1

Int Virtual-Template1

Ip add 12.12.12.1 255.255.255.0

Ppp multilink

Ppp authen chap

Exit

Username R2 password cisco

R2:

Int s0/0

Encap frame-relay

Frame-relay interface-dlci 301 ppp Virtual-Template1

Int s0/1

Encap frame-relay

Frame-relay interface-dlci 402 ppp Virtual-Template1

Int Virtual-Template1

Ip add 12.12.12.1 255.255.255.0

Ppp multilink

Ppp authen chap

Exit

Username R1 password cisco

Verifikasi

show ppp multilink

 

=========== file.net, topologi  dan penjelasan menyusul :p  ( 4 tiket Frame relay)================

TROUBLESHOOT FR

Salah config pada Pada R3 ( encapsulasi  IETF) , R1 ( belum setting Enkapsulasi) dan FR SW

R1

R1#sh run int s0/0

Building configuration…

Current configuration : 111 bytes

!

interface Serial0/0

ip address 10.10.10.1 255.255.255.0

encapsulation frame-relay

clock rate 2000000

end

R3

interface Serial0/0

ip address 10.10.10.3 255.255.255.0

encapsulation frame-relay IETF

clock rate 2000000

===

Konfig yang benar

interface Serial0/0

ip address 10.10.10.3 255.255.255.0

encapsulation frame-relay

clock rate 2000000

FRSW

Config yang benar :

Current configuration : 191 bytes

!

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 103 interface Serial0/2 301

end

FRSW(config-if)#do sh run int s0/2

Building configuration…

Current configuration : 191 bytes

!

interface Serial0/2

no ip address

encapsulation frame-relay

clock rate 2000000

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 301 interface Serial0/0 103

Frame-relay switching

Tiket 4

 

FRSW

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 231 interface Serial0/2 132

frame-relay route 233 interface Serial0/2 333

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 231 interface Serial0/2 132

frame-relay route 233 interface Serial0/2 332

interface Serial0/2

no ip address

encapsulation frame-relay

clock rate 2000000

frame-relay lmi-type cisco

frame-relay switching

interface Serial0/2

no ip address

encapsulation frame-relay

clock rate 2000000

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 332 interface Serial0/1 233

end

FRSW#conf t

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

FRSW(config)#int s0/1

FRSW(config-if)#frame-relay intf-type

FRSW(config-if)#frame-relay intf-type dce

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 12/58/156 ms

R2#

R2#

Tiket 8

 salah 

R2

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

 no ip address

 encapsulation frame-relay ietf

 shutdown

 clock rate 2000000

 frame-relay lmi-type cisco

 frame-relay intf-type dce

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

!

!

Benar

interface Serial0/0

 no ip address

 encapsulation frame-relay

 clock rate 2000000

 frame-relay lmi-type cisco

 frame-relay route 333 interface Serial0/1 433

—-

TIKET 8

R2(config)#do ping 10.10.10.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 60/86/136 ms

R2(config)#

FRSW# sh run int s0/0

Building configuration…

Current configuration : 191 bytes

!

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

end

FRSW#sh run int s0/1

Building configuration…

Current configuration : 290 bytes

!

interface Serial0/1

 no ip address

 encapsulation frame-relay IETF

 clock rate 2000000

 frame-relay lmi-type cisco

 frame-relay intf-type dce

 frame-relay route 201 interface Serial0/0 102

 frame-relay route 334 interface Serial0/0 433

 frame-relay route 433 interface Serial0/0 333

 R1

Current configuration : 117 bytes

!

interface Serial0/0

 no ip address

 encapsulation frame-relay

 clock rate 2000000

 frame-relay lmi-type cisco

end

R1#sh run int s0/0.10

Building configuration…

Current configuration : 168 bytes

!

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

 frame-relay map ip 12.12.12.1 333 broadcast

end

R2

 

interface Serial0/0

 no ip address

 encapsulation frame-relay IETF

 clock rate 2000000

 frame-relay lmi-type cisco

end

R2(config)#do sh run int s0/0.33

Building configuration…

Current configuration : 168 bytes

!

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 broadcast

end

R2(config)#

R2(config)#do sh fra

R2(config)#do sh frame-relay map

Serial0/0.33 (up): ip 12.12.12.2 dlci 433(0x1B1,0x6C10), static,

              broadcast,

              IETF, status defined, active

Serial0/0.33 (up): ip 12.12.12.1 dlci 433(0x1B1,0x6C10), static,

              broadcast,

              IETF, status defined, active

Tiket 9

R3

!

router rip

 version 2

 network 0.0.0.0

R2#sh run | s rip

router rip

 version 2

 network 0.0.0.0

 no auto-summary

R2#sh run int s0/0

Building configuration…

Current configuration : 146 bytes

!

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

end

==============================

TIKET 10

Tidak tecatat :p

Advertisement
Categories: BOOTCAMP, FRAMRELAY Tags:

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.