Ok, had a few people ask me about the config I mentioned using two 2501's as
a frame relay switch.

Well, I finally found it again.  It is on CCPrep's website.

http://www.ccprep.com/resources/news/archives/990709.htm

Go to the website to see a picture of the network, here is the intro and
configs.
That same document has other configurations all relating to home labs.

* * * * * *

Quoting CCPrep:

"Setting Up 2 2501's as a Frame Relay Switch

Some may not have the luxury of having a 2520 or a single router with more
than 2 serial interfaces to be able to do full mesh frame relay scenarios.
You can combine two 2501's to act as a single frame relay switch to give you
4 serial port to use for frame relay simulations using a tunnel interface

Cisco 2501 # 1
!
version 11.2
service udp-small-servers
service tcp-small-servers
!
hostname frame
!
!
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 192.168.1.1
!
interface Ethernet0
ip address 192.168.1.2 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 112 interface Serial1 211
frame-relay route 113 interface Tunnel0 311
frame-relay route 114 interface Tunnel0 411
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 211 interface Serial0 112
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
login
!
end


Cisco 2501 # 2
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname frame2
!
!
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 192.168.1.2
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 311 interface Tunnel0 113
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 411 interface Tunnel0 114
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
login
!
end"

Unquote

* * * * * * * * * * * *

The above configuration example was brought to you by CCPrep.

Kevin Wigle

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to