Selam Arkadaslar, ben bu siteye daha yeni katildim....
Istedimki benimde bir baslangicim olsun burada ve baslangic icin iki onemli sistemin (Frame-Relay Switch(Full-Mesh) ve Access Server Kurulum) ornegini gostermek istedim, insallah yardimci olur birazda olsa.....bu kurlum benim ev labaratuarimdan.
Kod:
Frame Relay Switch Kurulumu
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname FR
!
enable password ccccc
!
ip subnet-zero
no ip domain-lookup
!
frame-relay switching
!
!
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
description |-----RR1----|---->>>>RR2,RR3,RR4,RR5
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 102 interface Serial1 201
frame-relay route 103 interface Serial2 301
frame-relay route 104 interface Serial3 401
frame-relay route 105 interface Serial4 501
!
interface Serial1
description |-----RR2----|---->>>>RR1,RR3,RR4,RR5
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 201 interface Serial0 102
frame-relay route 203 interface Serial2 302
frame-relay route 204 interface Serial3 402
frame-relay route 205 interface Serial4 502
!
interface Serial2
description |-----RR3----|---->>>>RR1,RR2,RR4,RR5
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 301 interface Serial0 103
frame-relay route 302 interface Serial1 203
frame-relay route 304 interface Serial3 403
frame-relay route 305 interface Serial4 503
!
interface Serial3
description |-----RR4----|---->>>>RR1,RR2,RR3,RR5
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 401 interface Serial0 104
frame-relay route 402 interface Serial1 204
frame-relay route 403 interface Serial2 304
frame-relay route 405 interface Serial4 504
!
interface Serial4
description |-----RR5----|---->>>>RR1,RR2,RR3,RR4
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 501 interface Serial0 105
frame-relay route 502 interface Serial1 205
frame-relay route 503 interface Serial2 305
frame-relay route 504 interface Serial3 405
!
interface Serial5
description |-----RR6----|---->BB1
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 112 interface Serial6 211
!
interface Serial6
description |-----BB1----|---->RR6
no ip address
encapsulation frame-relay
clockrate 64000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 211 interface Serial5 112
!
interface Serial7
no ip address
shutdown
!
interface Serial8
no ip address
shutdown
!
interface Serial9
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
ip classless
no ip http server
ip pim bidir-enable
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
exec-timeout 0 0
password c
no login
!
end
verification:
#sh frame-relay route
Alıntı:
Kisa aciklama:
serial 0 interfacesinin uzeridesiniz-->(input interfacesi)
frame-relay route 102 interface Serial1 201
102 ---> input dlci numarasi(hangi routerden geliyor)
serial 1 ---> output interface
201 ---> output dlci numarasi(hangi routere gidiyor)
|
====================================
Access Server Kurulumu Kod:
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname POD_AS
!
enable password ccccc
!
!
!
!
!
ip subnet-zero
no ip routing
no ip domain-lookup
ip host RR1 2001 10.1.1.1
ip host RR2 2002 10.1.1.1
ip host RR3 2003 10.1.1.1
ip host RR4 2004 10.1.1.1
ip host SW3550 2005 10.1.1.1
ip host SW3560 2006 10.1.1.1
ip host RR5 2007 10.1.1.1
ip host RR6 2008 10.1.1.1
ip host BB1 2009 10.1.1.1
ip host BB2 2010 10.1.1.1
ip host BB3 2011 10.1.1.1
ip host FR 2012 10.1.1.1
!
!
!
!
interface Loopback0
ip address 10.1.1.1 255.0.0.0
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no ip route-cache
no ip mroute-cache
shutdown
no cdp enable
no mop enabled
!
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
no cdp enable
!
no ip http server
ip classless
!
!
line con 0
exec-timeout 0 0
logging synchronous
line 1 16
transport input all
line aux 0
line vty 0 4
password c
login
!
end
Alıntı:
Kısa Açıklama:
ip host RR1 2001 10.1.1.1
RR1 --> RR1 nin host adi
2001 --> port numarasi
10.1.1.1 --> access serverde olusturdugumuz loopback interface
|
Umarim birazda olsa yardimci olur....
Iyi Gunler saglicakla kalin
