05-11-2010 03:26 PM - edited 03-04-2019 08:27 AM
All,
I'm trying to create a full mesh network, but i keep getting the message of "Can't use same dlci on overlapping circuits"
I create the following from int s1/1 and on the second command I get the above message.
frame-relay route 102 int s1/0 101
frame-relay route 102 int s1/2 100
Can this be done or are my parameters wrong?
Regards,
SM
05-11-2010 10:00 PM
Hi Steven,
This is not allowed. You need to map separate DLCI for each interface. You can use 102 for 1 interface but other has to be different, you may use 103.
Regards,
Bhavesh
05-11-2010 11:53 PM
Here is an example:
! very important
frame-relay switching
!
!
interface Serial5/0:1
description TO_R2
no ip address
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 205 interface Serial5/1:2 502
frame-relay route 207 interface Serial6/0 702
frame-relay route 209 interface Serial6/1 902
As it was specified in the previous post one dlci / route.
Good luck!
05-12-2010 05:50 AM
That's what I'm finally figuring out.
Thanks a lot, to both responses.
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