Hello everyone,

As I promised, here are the configuration files from the Frame Relay vLecture.

R2:
hostname R2
!
username R4 password 0 ipexpert
!
interface Serial0/2/0
 ip address 204.0.0.2 255.255.255.0
 encapsulation frame-relay
!
interface Serial0/2/0.1 point-to-point
 ip address 204.0.1.2 255.255.255.0
 frame-relay interface-dlci 214
!
interface Serial0/2/0.2 multipoint
 ip address 204.0.2.2 255.255.255.0
 frame-relay map ip 204.0.2.4 224 broadcast
 no frame-relay inverse-arp
!
interface Serial0/2/0.3 multipoint
 ip address 204.0.3.2 255.255.255.0
 frame-relay interface-dlci 234
!
interface Serial0/2/0.4 point-to-point
 frame-relay interface-dlci 244 ppp Virtual-Template1
!
interface Serial0/2/0.9 point-to-point
 ip address 209.0.0.2 255.255.255.0
 frame-relay interface-dlci 209
!
interface Virtual-Template1
 ip address 204.0.4.2 255.255.255.0
 ppp authentication chap
 ppp pap sent-username R2 password 0 ipexpert
!


R4:
hostname R4
!
username R2 password 0 ipexpert
!
interface Serial0/1/0
 ip address 204.0.0.4 255.255.255.0
 encapsulation frame-relay
!
interface Serial0/1/0.1 point-to-point
 ip address 204.0.1.4 255.255.255.0
 frame-relay interface-dlci 412
!
interface Serial0/1/0.2 multipoint
 ip address 204.0.2.4 255.255.255.0
 frame-relay map ip 204.0.2.4 422
 frame-relay map ip 204.0.2.2 422 broadcast
 no frame-relay inverse-arp
!
interface Serial0/1/0.3 multipoint
 ip address 204.0.3.4 255.255.255.0
 frame-relay interface-dlci 432
!
interface Serial0/1/0.4 point-to-point
 frame-relay interface-dlci 442 ppp Virtual-Template1
!
interface Virtual-Template1
 ip address 204.0.4.4 255.255.255.0
 ppp authentication pap
 ppp chap hostname R4
 ppp chap password 0 ipexpert
!


R5:
hostname R5
!
frame-relay switching
!
interface Tunnel0
 ip unnumbered Serial0/1/0
 tunnel source Serial0/1/0
 tunnel destination 56.56.56.6
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay
 no fair-queue
 clock rate 2000000
 frame-relay intf-type dce
 frame-relay route 402 interface Serial0/2/0 204
 frame-relay route 412 interface Serial0/2/0 214
 frame-relay route 422 interface Serial0/2/0 224
 frame-relay route 432 interface Serial0/2/0 234
 frame-relay route 442 interface Serial0/2/0 244
!
interface Serial0/1/0
 ip address 56.56.56.5 255.255.255.0
 encapsulation frame-relay
!
interface Serial0/2/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 204 interface Serial0/0/0 402
 frame-relay route 209 interface Tunnel0 56
 frame-relay route 214 interface Serial0/0/0 412
 frame-relay route 224 interface Serial0/0/0 422
 frame-relay route 234 interface Serial0/0/0 432
 frame-relay route 244 interface Serial0/0/0 442
!


R6:
hostname R6
!
frame-relay switching
!
interface Tunnel0
 ip unnumbered Serial0/1/0
 tunnel source Serial0/1/0
 tunnel destination 56.56.56.5
!
interface Serial0/1/0
 ip address 56.56.56.6 255.255.255.0
 encapsulation frame-relay
 clock rate 2000000
!
interface Serial0/2/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay intf-type dce
 frame-relay route 902 interface Tunnel0 56
!


R9:
hostname R9
!
interface Serial0/2/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/2/0.2 point-to-point
 ip address 209.0.0.9 255.255.255.0
 frame-relay interface-dlci 902
!

--
Marko Milivojevic - CCIE #18427
Senior Technical Instructor - IPexpert

FREE CCIE training: http://bit.ly/vLecture

Mailto: [email protected]
Telephone: +1.810.326.1444
Web: http://www.ipexpert.com/
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to