Here is a snapshot of a 2600 running as a frame switch, you can do this with
pretty much any router with multiple serial interfaces.  Go to
www.fatkid.com, they have some sample configs for frame relay switching on a
router.  You can also do a lookup on CCO for it.  If you have trouble let us
know.


frame-relay switching
!
!
voice-port 1/0/0
!
voice-port 1/0/1
!
voice-port 1/1/0
!
voice-port 1/1/1
!
!
!
!
interface FastEthernet0/0
 no ip address
 no ip mroute-cache
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 no fair-queue
 clockrate 1300000
 frame-relay intf-type dce
 frame-relay route 306 interface Serial0/3 603
!
interface FastEthernet0/1
 no ip address
 no ip mroute-cache
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 clockrate 1300000
 frame-relay intf-type dce
 frame-relay route 302 interface Serial0/3 203
!
interface Serial0/2
 no ip address
 no ip mroute-cache
 shutdown
!
interface Serial0/3
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 clockrate 1300000
 frame-relay intf-type dce
 frame-relay route 203 interface Serial0/1 302
 frame-relay route 603 interface Serial0/0 306
!
ip default-gateway 10.51.1.3
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end

-----Original Message-----
From: sam sneed [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 3:56 PM
To: [EMAIL PROTECTED]
Subject: router to use as frame relay switch [7:32348]


I here there is a Cisco 2600 series router that can be used to simulate a
frame relay switch. Anyone know what exact model or what is required to
this. If you could explain how it works or the setup I'd appreciate it.
Thnaks.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=32360&t=32348
--------------------------------------------------
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