Skip to main content

Need help on Frame Relay design and config pls

More
17 years 2 weeks ago #21422 by Jowee
It is possible to connect to Frame Relay together? If yes, what is the configuration for that? The topology is on the picture below.

Many Thanks :D

[img
More
17 years 2 weeks ago #21423 by S0lo
If your using packet tracer, This thread might help

www.firewall.cx/ftopict-3972.html

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
17 years 1 week ago #21704 by Jowee
erm, nope. I am doing it with lab equipments.

How to interconnect 2 or 3 Frame Relay together?

Thanks
More
17 years 1 week ago #21717 by semper
More
17 years 1 week ago #21726 by semper
Setting up a router with four serial ports as frame-relay switch:

[code:1]
frame-relay switching
!
!
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 4000000
frame-relay intf-type dce
frame-relay route 100 interface Serial1 102
frame-relay route 101 interface Serial2 104
!
interface Serial1
no ip address
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 102 interface Serial0 100
frame-relay route 103 interface Serial2 105
!
interface Serial2
no ip address
encapsulation frame-relay
clockrate 4000000
frame-relay intf-type dce
frame-relay route 104 interface Serial0 101
frame-relay route 105 interface Serial1 103
!
[/code:1]

Router 2501-t Config:

[code:1]
ip subnet-zero
ip host 2524-b 10.10.10.3
ip host 2501-b 10.10.10.2
ip host 2501-t 10.10.10.1
!
!
!
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 10.10.10.1 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 100
frame-relay interface-dlci 101
!
[/code:1]

Router 2501-b Config:

[code:1]
ip host 2524-b 10.10.10.3
ip host 2501-b 10.10.10.2
ip host 2501-t 10.10.10.1
!
!
!
!
!
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 10.10.10.2 255.255.255.0
encapsulation frame-relay
no fair-queue
clockrate 4000000
frame-relay interface-dlci 102
frame-relay interface-dlci 103
!
[/code:1]

Router 2524-b Config:

[code:1]
ip host 2501-t 10.10.10.1
ip host 2501-b 10.10.10.2
ip host 2524-b 10.10.10.3
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 10.10.10.3 255.255.255.0
encapsulation frame-relay
no ip mroute-cache
no fair-queue
frame-relay interface-dlci 104
frame-relay interface-dlci 105
[/code:1]

A network diagram of what was created:



Is that what you were looking for?
Time to create page: 0.138 seconds