05-04-2005 08:13 PM - edited 03-03-2019 09:29 AM
hi all,
i would like to know how to configure a frame-relay switch so that i can test point-to-multipoint frame-relay? thanks!
i am using a 2500 series with 4 serial interfaces as the switch.
05-04-2005 08:18 PM
Assume a hub with three pvcs to three remote sites. From the hub side it appears to have a multipoint interface with multiple pvcs. From the spoke side, each pvc is a point-to-point config.
Here is a sample config
frame-relay switching
int s0
frame-relay intf-type dce
frame-relay route 102 int s1 201
frame-relay route 103 int s2 301
frame-relay route 104 int s3 401
int s1
frame-relay intf-type dce
frame-relay route 201 int s0 102
int s2
frame-relay intf-type dce
frame-relay route 301 int s0 103
int s3
frame-relay intf-type dce
frame-relay route 401 int s0 104
05-04-2005 08:35 PM
i think that's what i need. let me try. thx
05-04-2005 08:22 PM
Do you mean the use of multiple map commands on a Serial interface? If so, this document has an example:
http://www.cisco.com/warp/public/125/15.pdf
Here are some documents about setting up your switch:
http://www.cisco.com/warp/public/125/fr_switching.pdf
http://www.cisco.com/en/US/tech/tk713/tk237/technologies_configuration_example09186a0080094a3c.shtml
This document has loads of goodstuff about configuring Frame Relay:
In fact, here is a useful list of resources:
http://www.cisco.com/en/US/tech/tk713/tk237/tech_configuration_examples_list.html
Hope it helps
Kevin Dorrell
Luxembourg
05-04-2005 08:36 PM
hi kevin,
thanks very much for your links, it is helpful to me.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide