
Amaç: Bu laboratuarın amacı aşağıdaki Cisco Networking Academy Program konuları
hakkında pratik bilgilerinizi arttırmaktır:
Açıklama: Acme Ltd.
Merkezi İstanbul’da bulunan uluslararası bir şirkettir. Şirketin Türkiye’deki
ofislerinden İstanbul, Ankara ve İzmir’dekiler arasında Frame Relay bağlantısı
istenmektedir.
Görev: Öncelikle
İstanbul, Ankara ve İzmir Router’ları ve Frame Relay Switch üzerinde temel
konfigürasyon adımlarını tamamlayın. Sonra Frame Relay Switch ve diğer üç
Router üzerinde gerekli Frame Relay konfigürasyonunu gerçekleştirin. İlgili
Frame Relay show komutlarını yürüterek çıktılarını
yorumlayın.
Adımlar:
1. Router’lar üzerindeki konfigürasyonları silin.
2. Hostname, enable ve vty line passwordlerini
ayarlayın.
3. Topolojiyi inceleyip Frame Relay (FR) Switch’in hangi interface’İnin
DLCI numarasının hangi DLCI numarasına nereden gittiğini gösteren bir tablo
oluşturun.
4. Oluşturduğunuz tabloyu kullanarak FR Switch
konfigürasyonunu yapın.
5. İstanbul, Ankara ve İzmir Router’larında FR,
RIP ve Ethernet Interface konfigürasyonlarını yapın.
6. Konfigürasyonlarınızı Kaydedin.
7. Router’lar üzerinde
ilgili show komutlarını yürüterek çıktıları yorumlayın.
2. FİZİKSEL
TOPOLOJİ

3. KONFİGÜRASYON
!!! Önemli NOT: Cisco Router’ların Frame Relay Switch
olarak kullanılabilme özelliği vardır. Bu laborotuar’da Topolojideki merkez Router
üzerinde gerekli konfigürasyonu yaparak bu Router’ı Frame Relay Switch olarak
kullanacağız.
Not: Laboratuara
başlamadan önce aşağıda listelenen komutların işlevlerini biliyor olmanız
yerinde olacaktır.
|
Basic
Commands |
Line
Commands |
Interface
Commands |
Routing
protocol configuration commands |
Show
Commands |
Debug
Commands |
Frame
Relay Commands |
|
erase
start |
line vty |
interface |
router
rip |
show
controllers |
Debug ip
rip |
encapsulation
frame-relay |
|
copy run
start |
line
console |
ip
address |
network |
show ip
route |
|
frame-relay
inverse-arp |
|
reload |
login |
shutdown |
|
show
frame-relay pvc |
|
|
|
enable |
password |
clock
rate |
|
show
frame- relay route |
|
|
|
conf t |
|
|
|
show
frame- relay map |
|
|
|
hostname |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
ping |
|
|
|
|
|
|
|
telnet |
|
|
|
|
|
|
Görev: Router’lar
üzerindeki konfigürasyonları silin.
Görev: Hostname,
enable ve vty line passwordlerini ayarlayın. Tüm passwordler ‘btegitim’
olacaktır.
Görev: Şekilde Topolojiyi inceleyip Frame Relay
(FR) Switch’in hangi interface’İnin DLCI numarasının hangi DLCI numarasına
nereden gittiğini gösteren bir tablo oluşturun.:
|
Interface(in) |
DLCI |
Interface(out) |
DLCI |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Görev: Oluşturduğunuz tabloyu kullanarak
FR Switch konfigürasyonunu yapın.
Görev: İstanbul,
Ankara ve İzmir Router’larında FR, RIP ve Ethernet Interface
konfigürasyonlarını yapın.
Görev: Konfigürasyonlarınızı Kaydedin.
Görev: Router’lar üzerinde ilgili show komutlarını yürüterek çıktıları
yorumlayın.
4. ÇÖZÜMLER
Router#
Router#erase start
Erasing the nvram filesystem will remove all files!
Continue? [confirm]
[OK]
Erase of nvram: complete
Router#reload
System configuration has been modified. Save?
[yes/no]: n
Proceed with reload? [confirm]
01:12:03: %SYS-5-RELOAD: Reload requested
System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
Copyright (c) 1986-1995 by cisco Systems
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ISTANBUL
ISTANBUL(config)#enable secret
btegitim
ISTANBUL(config)#line vty 0 4
ISTANBUL(config-line)#password
btegitim
ISTANBUL(config-line)#line
console 0
ISTANBUL(config-line)#login
ISTANBUL(config-line)#password
btegitim
ISTANBUL(config-line)#end
|
Interface(in) |
DLCI |
Interface(out) |
DLCI |
|
S0/0 |
140 |
S0/1 |
130 |
|
S0/0 |
150 |
S0/3 |
130 |
|
S0/1 |
130 |
S0/0 |
140 |
|
S0/1 |
150 |
S0/3 |
140 |
|
S0/3 |
130 |
S0/0 |
150 |
|
S0/3 |
140 |
S0/1 |
150 |
FR_SWITCH(config)#frame-relay switching
! frame relay switching süreci başlamıştır
FR_SWITCH(config)#interface
serial 0/0
FR_SWITCH(config-if)#no ip address
FR_SWITCH(config-if)#encapsulation frame-relay
! Layer 2 Data Link enkapsülasyonu (HDLC’den) frame
relay olarak değişmiştir. Non-cisco routerlar için IETF kullanılacaktı
FR_SWITCH(config-if)#frame-relay intf-type dce
! interface DCE device
olarak belirlenir
FR_SWITCH(config-if)#frame-relay route 140 interface Serial0/1 130
! frame route yolunu tanımlar: 90 DLCI numarası için
S0/1 bacağından 120 DLCI numarası ile paketin yola çıkarılmasını sağlar
FR_SWITCH(config-if)#frame-relay route 150 interface Serial0/3 130
FR_SWITCH(config-if)#inter s0/1
FR_SWITCH(config-if)#no ip address
FR_SWITCH(config-if)#encapsulation frame-relay
FR_SWITCH(config-if)#frame-relay intf-type dce
FR_SWITCH(config-if)#frame-relay route 150 interface Serial0/3 140
FR_SWITCH(config-if)#frame-relay route 130 interface Serial0/0 140
FR_SWITCH(config-if)#inter s0/3
FR_SWITCH(config-if)#no ip address
FR_SWITCH(config-if)#encapsulation frame-relay
FR_SWITCH(config-if)#frame-relay intf-type dce
FR_SWITCH(config-if)#frame-relay route 140 interface Serial0/1 150
FR_SWITCH(config-if)#frame-relay route 130 interface Serial0/0 150
ISTANBUL (config)#interface
Ethernet0
ISTANBUL (config-if)#ip address 124.124.124.1 255.255.255.0
ISTANBUL (config-if)#interface serial 0
ISTANBUL (config-if)#ip address 192.168.1.5 255.255.255.0
ISTANBUL (config-if)#encapsulation frame-relay
ISTANBUL (config)#router rip
ISTANBUL (config-router)#network 124.0.0.0
ISTANBUL (config-router)#network 192.168.1.0
ANKARA (config)#interface Ethernet0
ANKARA (config-if)#ip address 125.125.125.1 255.255.255.0
ANKARA (config-if)#interface serial 0
ANKARA (config-if)#ip address 192.168.1.6 255.255.255.0
ANKARA (config-if)#encapsulation frame-relay
ANKARA (config)#router rip
ANKARA (config-router)#network 125.0.0.0
ANKARA (config-router)#network 192.168.1.0
IZMIR (config)#interface Ethernet0
IZMIR (config-if)#ip address 126.126.126.1 255.255.255.0
IZMIR (config-if)#interface serial 0
IZMIR (config-if)#ip address 192.168.1.7 255.255.255.0
IZMIR (config-if)#encapsulation frame-relay
IZMIR (config)#router rip
IZMIR (config-router)#network 126.0.0.0
IZMIR (config-router)#network 192.168.1.0
Çözüm: Adım 6
BERLIN#copy running-config
startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
A. Frame Relay Switch'de show frame-relay pvc komutunu yürütünüz. Sonuçları
yorumlayınız.
PVC
Statistics for interface Serial0/0 (Frame Relay DCE)
DLCI
= 140, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 8 output pkts 9 in bytes 816
out bytes 892 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 8
pvc create time 00:02:04, last time pvc
status changed 00:03:54
DLCI
= 150, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 6 output pkts 10 in bytes 604
out bytes 2198 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 6
pvc create time 00:02:04, last time pvc
status changed 00:03:55
DLCI
= 130, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/1
input pkts 6 output pkts 10 in bytes 604
out bytes 2198 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 6
pvc create time 00:02:07, last time pvc
status changed 00:03:57
DLCI
= 150, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/1
input pkts 8 output pkts 9 in bytes 816
out bytes 952 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 8
pvc
create time 00:02:07, last time pvc status changed 00:03:58
DLCI
= 130, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/3
input pkts 10 output pkts 7 in bytes 2198
out bytes 740 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 10
pvc create time 00:02:12, last time pvc
status changed 00:04:02
DLCI = 140, DLCI USAGE =
SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/3
input pkts 10 output pkts 7