بحث هذه المدونة الإلكترونية

الجمعة، ١٥ أبريل ٢٠١١

CCNP-Routing Configuring CISCO Router As A Frame-Relay Switch



بسم الله والحمد لله والصلاة والسلام على رسول الله وآله وصحبه 

وإخوانه ومن والاه...آمين

CCNP-Routing Video Labs (GNS3)

Configuring CISCO Router As A Frame-Relay Switch


Download التحميل

High Quality الجودة العالية


Medium Quality (.ogv) الجودة المتوسطة


Low Quality الجودة الضعيفة



GNS3 Lab File ملف اللاب 



المشاهدة المباشرة

ولا تنسونى والمسلمين من صالح الدعاء

وصلى الله وسلم وبارك على المصطفى وآله وصحبه وإخوانه 

أجمعين

Frame-Relay Switch استخدام راوتر سيسكو 3640 كــ


بسم الله والحمد لله والصلاة والسلام علي رسول الله وآله وصحبه 
وإخوانه ومن والاه...آمين

استخدام راوتر سيسكو 3640 كــ

Frame-Relay Switch

R2#show run
Building configuration...

Current configuration : 1099 bytes
!
version 12.4

!
hostname R2
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!        
interface Serial0/0.101 point-to-point
 ip address 201.201.201.1 255.255.255.252
 frame-relay interface-dlci 101  
!        
interface Serial0/0.102 point-to-point
 ip address 202.202.202.1 255.255.255.252
 frame-relay interface-dlci 102  
!        
router eigrp 100
 network 0.0.0.0
 no auto-summary     
!        
end   


R3#sho run
Building configuration...

Current configuration : 981 bytes
!
version 12.4
!
hostname R3
!       
interface Serial0/1
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!       
interface Serial0/1.201 point-to-point
 ip address 201.201.201.2 255.255.255.252
 frame-relay interface-dlci 201 
!       
router eigrp 100
 network 0.0.0.0
 no auto-summary      
!       
end       



R4#sh run
Building configuration...

Current configuration : 981 bytes
!
version 12.4
!
hostname R4
!       
interface Serial0/2
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!       
interface Serial0/2.202 point-to-point
 ip address 202.202.202.2 255.255.255.252
 frame-relay interface-dlci 202 
!       
router eigrp 100
 network 0.0.0.0
 no auto-summary     
!       
end    



FRSW#sh run
Building configuration...

Current configuration : 1191 bytes
!
version 12.4
!
hostname FRSW       
!         
frame-relay switching
!                
!         
interface Serial0/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 clock rate 64000
 frame-relay intf-type dce
 frame-relay route 101 interface Serial0/1 201
 frame-relay route 102 interface Serial0/2 202
!         
interface Serial0/1
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 clock rate 64000
 frame-relay intf-type dce
 frame-relay route 201 interface Serial0/0 101
!         
interface Serial0/2
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 clock rate 64000
 frame-relay intf-type dce
 frame-relay route 202 interface Serial0/0 102      
!         
end 
  



ولا تنسوني والمسلمين من صالح الدعاء

وصلي الله وسلم وبارك علي المصطفي وآله وصحبه وإخوانه