Hope this helps: On the Switch: FRswitch(config)#frame-relay switching FRswitch(config)#interface serial 0/0 FRswitch(config-if)#encapsulation frame-relay FRswitch(config-if)#frame-relay interface-type dce !---Frame Relay switches identify inbound frames by their DLCI. The DLCI is then referenced in a switching table to determine the outbound port.
!---Configure a static route for each serial interface to define an end-to-end PVC: FRswitch(config)#interface serial 0/0 FRswitch(config-if)#frame-relay route 18 interface serial 0/1 17 FRswitch(config-if)#interface serial 0/1 FRswitch(config-if)#frame-relay route 16 interface serial 0/0 19 On router 1: RTR1(config)#interface serial 0/0 RTR1(config-if)#encapsulation frame-relay RTR1(config-if)#ip address 192.168.192.1 255.255.255.0 RTR1(config-if)#exit Specify the DLCI number on both routers. Simer -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 5:17 PM To: [EMAIL PROTECTED] Subject: frame-relay switch [7:41899] Does anyone know how to connect and configure two (2) 2513 as a frame-relay switch? Please send me the config file. mike --------------------------------- Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41900&t=41899 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

